- Automating AWS SDK for Java v1 to v2 Upgrades with AWS Transformby Brent Everman on January 8, 2026 at 8:40 pm
The AWS SDK for Java v2 represents a fundamental shift in how Java applications interact with AWS services, addressing critical security requirements while delivering measurable performance improvements. For organizations still operating on v1, this transition extends beyond a routine version upgrade—it’s a strategic imperative for maintaining secure, efficient cloud operations. With v1 reaching end-of-support on December 31, 2025,
- How Kaltura Accelerates CI/CD Using AWS CodeBuild-hosted Runnersby Michael Shapira on December 18, 2025 at 2:54 pm
This post was contributed by Adi Ziv, Senior Platform Engineer at Kaltura, with collaboration from AWS. Kaltura, a leading AI video expirience cloud and corporate communications technology provider, transformed CI/CD infrastructure by migrating to AWS CodeBuild-hosted runners for GitHub Actions. This migration reduced DevOps operational overhead by 90%, accelerated build queue times by 66%, and
- Resolve and prevent operational incidents with AWS DevOps Agent and New Relicby Nava Ajay Kanth Kota on December 10, 2025 at 10:03 pm
This post was co-written with Muthuvelan Swaminathan (Principal Partner Engineer) and Ruchika Bakolia (Software Engineer) from New Relic. Modern distributed systems that generate massive volumes of metrics, traces, and logs are inherently complex. The process of correlating logs, comparing configurations and switching between tools during incident management makes manual root cause analysis a bottleneck that
- Accelerate autonomous incident resolutions using the Datadog MCP server and AWS DevOps agent (in preview)by Nina Chen on December 4, 2025 at 4:55 pm
This post was co-written with Omri Sass (Director of Product Management), Cansu Berkem (Director of Product Management), and Mohammad Jama (Product Marketing Manager) from Datadog. On-call engineers spend hours manually investigating incidents across multiple observability tools, logs, and monitoring systems. This process delays incident resolution and impacts business operations, especially when teams need to correlate
- Building with AI-DLC using Amazon Q Developerby Will Matos on November 29, 2025 at 9:07 pm
The AI-Driven Development Life Cycle (AI-DLC) methodology marks a significant change in software development by strategically assigning routine tasks to AI while maintaining human oversight for critical decisions. Amazon Q Developer, a generative AI coding assistant, supports the entire software development lifecycle and offers the Project Rules feature, allowing users to tailor their development practices
- Open-Sourcing Adaptive Workflows for AI-Driven Development Life Cycle (AI-DLC)by Will Matos on November 29, 2025 at 8:54 pm
AI-Driven Development Life Cycle (AI-DLC) holds the promise of unlocking the full potential of AI in software development. By emphasizing AI-led workflows and human-centric decision-making, AI-DLC can deliver velocity and quality. However, realizing these gains hinges on how organizations effectively integrate AI into their engineering workflows. Through our work with engineering teams across industries, we
- Introducing the AWS Infrastructure as Code MCP Server: AI-Powered CDK and CloudFormation Assistanceby Idriss Laouali Abdou on November 28, 2025 at 10:52 pm
Streamline your AWS infrastructure development with AI-powered documentation search, validation, and troubleshooting Introduction Today, we’re excited to introduce the AWS Infrastructure-as-Code (IaC) MCP Server, a new tool that bridges the gap between AI assistants and your AWS infrastructure development workflow. Built on the Model Context Protocol (MCP), this server enables AI assistants like Kiro CLI,
- The Future of AWS CodeCommitby Anthony Hayes on November 24, 2025 at 7:56 pm
Back in July 2024, we announced plans to de-emphasize AWS CodeCommit based on adoption patterns and our assessment of customer needs. We never stopped looking at the data or listening to you, and what you’ve shown us is clear: you need an AWS-managed solution for your code repositories. Based on this feedback, CodeCommit is returning
- Your Guide to the Developer Tools Track at AWS re:Invent 2025by Brian Beach on November 24, 2025 at 12:27 pm
AWS re:Invent 2025 is just around the corner, and if you’re a developer looking to level up your skills, the Developer Tool (DVT) track has an incredible lineup waiting for you. From CI/CD pipelines and full-stack development to Infrastructure as Code and AI-powered coding agents, this year’s sessions will help you build faster, smarter, and
- Introducing AWS CloudFormation Stack Refactoring Console Experience: Reorganize Your Infrastructure Without Disruptionby Brian Terry on November 22, 2025 at 12:50 am
AWS CloudFormation models and provisions cloud infrastructure as code, letting you manage entire lifecycle operations through declarative templates. Stack Refactoring console experience, announced today, extends the AWS CLI experience launched earlier. Now, you move resources between stacks, rename logical IDs, and decompose monolithic templates into focused components without touching the underlying infrastructure using the CloudFormation
- Take fine-grained control of your AWS CloudFormation StackSets Deployment with StackSet Dependenciesby Tanvi Ravindra Malali on November 21, 2025 at 10:22 pm
Introduction AWS CloudFormation StackSets enable you to deploy CloudFormation stacks across multiple AWS accounts and regions with a single operation, providing centralized management of infrastructure at scale through AWS Organizations integration. In enterprise environments, multiple StackSet often need to deploy in a specific order. For example, networking infrastructure must be ready before applications can deploy
- Announcing CloudFormation IDE Experience: End-to-End Development in Your IDEby Damola Oluyemo on November 19, 2025 at 7:01 pm
If you’ve developed AWS CloudFormation templates, you know the drill; write YAML (YAML Ain’t Markup Language) in your IDE (Integrated Development Environment), switch to the AWS Management Console to validate, jump to documentation to verify property names. Then run CFN Lint (CloudFormation Linter) in your terminal, deploy and wait, then troubleshoot failures back in the
- Amazon introduces two benchmark datasets for evaluating AI agents’ ability on code migrationby Linbo Liu on November 19, 2025 at 6:55 pm
Introduction: Repository-Level Code Migration Code migration is a repository-level transformation process that modernizes entire software projects to run on new platforms, frameworks, or runtime environments while preserving their original functionality and structure. Rather than focusing on isolated files or APIs, it operates across the full repository, spanning source code, dependencies, build systems, and configuration files
- Safely Handle Configuration Drift with CloudFormation Drift-Aware Change Setsby JJ Lei on November 19, 2025 at 6:54 pm
Introduction Is configuration drift preventing you from accessing the speed, safety, and governance benefits of AWS CloudFormation for infrastructure management? Configuration drift occurs when cloud resources are modified outside of CloudFormation, leading to a mismatch in the actual state and template definition of resources. Drift tends to accumulate from infrastructure changes that engineers make via
- Accelerate infrastructure development with CloudFormation pre-deployment validation and simplified troubleshootingby Idriss Laouali Abdou on November 18, 2025 at 11:47 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. Additionally, change set enable you
- Streamlining Multi-Account Infrastructure with AWS CloudFormation StackSets and AWS CDKby Franco Abregu on November 3, 2025 at 2:44 pm
Introduction Organizations operating at scale on AWS often need to manage resources across multiple accounts and regions. Whether it’s deploying security controls, compliance configurations, or shared services, maintaining consistency can be challenging. AWS CloudFormation StackSets (StackSets) has been helping organizations deploy resources across multiple accounts and regions since its launch. While the service is powerful
- How to Simplify Multi-Account Deployments Monitoring: Centralized Logs for AWS CloudFormation StackSetsby Idriss Laouali Abdou on October 24, 2025 at 3:35 pm
Introduction As organizations adopt multi-account strategies for improved security features and governance, AWS CloudFormation StackSets enables organizations to deploy infrastructure across multiple accounts and regions. However, monitoring and tracking these distributed deployments across multiple accounts presents operational challenges. When a critical security baseline deployed across 50 accounts suddenly starts failing, teams face the daunting task of logging
- Infrastructure as Code at Thomson Reuters with AWS CDKby Vu San Ha Huynh on October 21, 2025 at 7:28 am
This post is cowritten by Danilo Tommasina and Lalit Kumar B from Thomson Reuters. Large organizations often struggle with infrastructure management challenges including compliance issues, development bottlenecks and errors from inconsistent AWS resource creation across teams. Without standardized naming, tagging and policy enforcement, teams face repeated boilerplate code and difficulty accessing centrally-managed resources. In this
- Boosting Unit Test Automation at Audible with Amazon Q Developerby Kirankumar Chandrashekar on October 10, 2025 at 7:01 pm
Audible, an Amazon company, is a leading producer and provider of audio storytelling. With a vast library of over 1,000,000 titles including audiobooks, podcasts, and Audible Originals with specific curated offerings available in each marketplace, Audible makes it easy to transform everyday moments into extraordinary opportunities for learning, imagination, and entertainment through immersive audio experiences.
- StackSets Deployment Strategies: Balancing Speed, Safety, and Scale to Optimize Deployments for Different Organizational Needsby Amar Meriche on October 8, 2025 at 6:03 pm
AWS CloudFormation StackSets enables organizations to deploy infrastructure consistently across multiple AWS accounts and regions. However, success depends on choosing the right deployment strategy that balances three critical factors: deployment speed, operational safety, and organizational scale. This guide explores proven StackSets deployment strategies specifically designed for multi-account infrastructure management. Understanding StackSets Deployment Fundamentals What are
AWS DevOps
We are an ethical website cyber security team and we perform security assessments to protect our clients.
























