AWS DevOps

  • How AWS DevOps Agent uses multi-agent reasoning to find root causes
    by Harish Mandhadi on May 27, 2026 at 8:08 pm

    Confirmation bias is one of the most common reasons incident investigations take longer than they should. An on-call engineer gets alerted, forms a theory based on initial triage and experience, finds one piece of supporting evidence, and stops looking. The actual root cause — buried in a different service, a different signal, a different time

  • Automate root cause analysis across Datadog and Elasticsearch with AWS DevOps Agent
    by Bhuvan Jain on May 19, 2026 at 9:39 pm

    Modern distributed systems route business transactions through dozens of microservices, message queues, and event streams. When a message fails to process or processing exceeds SLA thresholds, troubleshooting requires correlating logs from tools like Elasticsearch, metrics from Datadog, and infrastructure change events in AWS CloudTrail. Correlating these signals manually across heterogeneous backends, each with different query

  • Announcing AWS CDK Mixins: Composable Abstractions for AWS Resources
    by Michael Kaiser on May 18, 2026 at 12:53 pm

    We are excited to announce CDK Mixins, a feature of the AWS Cloud Development Kit (CDK) that fundamentally changes how you compose and reuse infrastructure abstractions. In this post, you will learn how to use CDK Mixins to apply sophisticated features to any construct – whether L1, L2, or custom – without being locked into

  • Building Self-Extending CLI Tools with Strands Agent
    by Ragib Ahsan on May 18, 2026 at 12:52 pm

    Learn how to build CLI tools that extend themselves through natural language using Amazon Bedrock, the Strands Agents SDK, and Model Context Protocol. This post walks through a meta-tooling pattern where generated CLIs can create, refine, and version new commands at runtime—turning days of manual development into minutes of conversational iteration, all without touching source code.

  • Modernizing Excel VBA to Python at Scale with AWS Transform custom
    by Somnath Chatterjee on May 18, 2026 at 12:48 pm

    Learn how AWS Transform custom can help migrate Excel VBA applications to modern Python code while overcoming context window limitations, preserving functional equivalence, and enabling cloud-native deployment—turning weeks of manual rewriting into hours of AI-guided transformation. Introduction Many organizations maintain dozens of Excel VBA applications built over decades, containing business-critical logic trapped in workbooks—budget planning

  • Ensure Code Integrity for AWS Lambda Functions with Automated Code Signing Using Terraform
    by Sourav Kundu on May 18, 2026 at 12:10 pm

    Authors: Sourav Kundu and Joyson Neville Lewis. In today’s cloud-native landscape, ensuring the integrity and authenticity of your serverless functions is critical for maintaining security and compliance. Organizations face increasing challenges in preventing the execution of tampered or malicious code in their AWS Lambda functions. These challenges intensify as deployment pipelines become more complex and

  • Simplify cross-account and cross-Region stack output references with AWS CloudFormation and CDK’s new Fn::GetStackOutput
    by Idriss Laouali Abdou on May 14, 2026 at 7:00 pm

    AWS CloudFormation makes it easy to model and provision your cloud application infrastructure as code. CloudFormation templates can be written directly in JSON or YAML, or they can be generated by tools like the AWS Cloud Development Kit (CDK). Resources are created and managed by CloudFormation as units called Stacks. Managing infrastructure across multiple AWS

  • Agentic application modernization at scale with Strands and Amazon Transform custom
    by Kanishk Mahajan on May 11, 2026 at 7:03 pm

    Introduction Modernizing applications by upgrading language runtimes, migrating SDKs, and refactoring frameworks is important for cloud adoption but can be labor-intensive at scale. Each repository requires analysis of dependencies and transformation needs; custom transformation logic must be built and validated, and changes are often executed sequentially across codebases. If you have hundreds of applications, this

  • Building an end-to-end agentic SRE using AWS DevOps Agent
    by Ray Hodges on May 8, 2026 at 3:46 pm

    Introduction As modern applications evolve into complex ecosystems of serverless functions, microservices, and event-driven architectures, incident response becomes increasingly challenging. DevOps and SRE teams spend hours manually correlating data across observability tools and troubleshooting issues, racing against SLA deadlines. This reactive firefighting drains productivity, degrades reliability, and delays innovation. AWS DevOps Agent provides an opportunity

  • Amazon Q Developer end-of-support announcement
    by Ankit Sharma on April 30, 2026 at 8:16 pm

    When we launched Amazon Q Developer, our goal was to bring AI assistance directly into the developer workflow. Customers adopted Q Developer across VS Code, JetBrains, Eclipse, and Visual Studio, using it for code generation, debugging, and chat-based guidance. Q Developer proved that AI belongs in the inner loop of software development. Over the past

  • AWS Transform custom: Enterprise Code Modernization with the Learn-Scale-Improve Flywheel
    by Venugopalan Vasudevan on April 27, 2026 at 4:49 am

    Enterprise modernization has reached an inflection point. You can transform one repository easily. Existing tools, including AWS Transform custom, work well for individual repositories, and the process is understood. But what about 50 repositories? 100? 200? When you need to modernize at enterprise scale, transforming code is only part of the challenge. Coordinating people, capturing

  • Automating Incident Investigation with AWS DevOps Agent and Salesforce MCP Server
    by Rohit Sharma on April 22, 2026 at 5:03 pm

    This post was co-written with Ross Belmont, Senior Director, Rodrigo Duran, Strategist Director at Salesforce Every minute counts when managing a critical infrastructure incident. Organizations need to quickly identify issues, diagnose root causes, and implement solutions—all while keeping customers informed. AWS DevOps Agent changes this by automating investigation and response, reducing mean time to resolution

  • Troubleshooting environment with AI analysis in AWS Elastic Beanstalk
    by Chandu Utlapalli on April 13, 2026 at 6:55 pm

    Introduction AWS Elastic Beanstalk simplifies the process of deploying and scaling web applications. You upload your code, and Elastic Beanstalk handles capacity provisioning, load balancing, auto scaling, and application health monitoring. Elastic Beanstalk now offers AI Analysis to help troubleshoot environment health issues. When you request an analysis, Elastic Beanstalk triggers a script on the

  • Streamlining Cloud Compliance at GoDaddy Using CDK Aspects
    by Juan Pablo Melgarejo Zamora on April 3, 2026 at 6:06 pm

    This is a guest post written by Jasdeep Singh Bhalla from GoDaddy. AWS Cloud Development Kit (CDK) Aspects are a powerful mechanism that allows you to apply organization-wide policies, like security rules, tagging standards, and compliance requirements across your entire infrastructure as code. By implementing the Visitor pattern, Aspects can inspect and modify every construct

  • Securely connect AWS DevOps Agent to private services in your VPCs
    by Alexandra Huides on April 1, 2026 at 3:37 pm

    AWS DevOps Agent is your always-available operations teammate that resolves and proactively prevents incidents, optimizes application reliability and performance, and handles on-demand SRE tasks across AWS, multicloud, and on-premises environments. It integrates with your existing observability tools to correlate telemetry, code, and deployment data to reduce Mean Time To Repair (MTTR) and drive operational excellence.

  • Leverage Agentic AI for Autonomous Incident Response with AWS DevOps Agent
    by Janardhan Molumuri on March 31, 2026 at 10:58 pm

    Introduction Teams running distributed workloads face a persistent operational challenge: when something breaks, the information needed to resolve it is scattered across logs, deployment pipelines, configuration histories, and third-party monitoring tools. A Site Reliability Engineer (SRE) responding to a 2 AM page must manually correlate telemetry from multiple sources, trace dependencies across services, and form

  • Standardizing construct properties with AWS CDK Property Injection
    by Marco Frattallone on March 5, 2026 at 5:39 pm

    Standardizing CDK construct properties across a large organization requires repetitive manual effort that scales poorly as teams and repositories grow. Development teams working with AWS Cloud Development Kit (AWS CDK) must apply the same configuration properties across similar resources to meet security, compliance, and operational standards but manual configuration leads to drift, maintenance burden, and

  • Automate AWS Lambda Runtime Upgrades with AWS Transform custom
    by Venugopalan Vasudevan on March 2, 2026 at 11:54 am

    Introduction Organizations carry a growing burden of technical debt — aging codebases, outdated runtimes, and legacy frameworks that slow innovation, increase security risk, and inflate maintenance costs. Addressing this debt requires tackling a wide range of code transformation challenges: version upgrades, runtime migrations, framework transitions, and language translations, all of which must be repeated across

  • Choosing between Amazon ECS Blue/Green Native or AWS CodeDeploy in AWS CDK
    by Franco Abregu on February 11, 2026 at 6:59 pm

    March 2026: This post has been updated to reflect that Amazon ECS now supports canary and linear deployment strategies natively as of October 2025. The recommendation has been updated accordingly to reflect ECS-native as the default choice for new deployments. Blue/green deployments on Amazon Elastic Container Service (Amazon ECS) have long been a go-to pattern

  • Building a scalable code modernization solution with AWS Transform custom
    by Dinesh Prabakaran on February 6, 2026 at 10:53 pm

    Introduction Software maintenance and modernization is a critical challenge for enterprises managing hundreds or thousands of repositories. Whether upgrading Java versions, migrating to new AWS SDKs, or modernizing frameworks, the scale of transformation work can be overwhelming. AWS Transform custom uses agentic AI to perform large-scale modernization of software, code, libraries, and frameworks to reduce

Share Websitecyber
We are an ethical website cyber security team and we perform security assessments to protect our clients.