AWS DevOps Agent adds release management capabilities to assess code changes before production (preview)
AWS DevOps Agent now offers release management capability in preview, reviewing code changes for release readiness and running autonomous release testing to help you ship code to production safely and with confidence.
Today, AWS announced a new release management capability in AWS DevOps Agent, now available in preview. AWS DevOps Agent spans software changes and operations across AWS, multicloud, and on-premises environments, aiming to make software change and operations smooth and increasingly autonomous. Previously focused on post-deployment operations, the agent autonomously investigates incidents, provides root cause analysis, mitigation steps, and targeted recommendations. The new preview features include release readiness review of code changes and autonomous release testing. These verify every change against natural language standards provided by users and run change-specific tests in production-like environments. This supports teams from code creation to production, helping reviewers and testers manage the volume of AI-generated code. As AI coding tools increase pull request volume, reviews often lack thorough examination, and test environments drift from production. AWS DevOps Agent addresses this by evaluating code changes against production requirements, dependency safety, and user-defined standards or general best practices. It checks cross-repository dependency risks, access control changes against AWS Well-Architected Framework best practices, and compliance with defined standards. The agent runs software in an AWS-managed isolated environment, executing lightweight user journey tests before changes enter the pipeline. Findings appear in the AWS DevOps Agent console and as comments on GitHub or GitLab pull requests. Reviews can also be invoked from IDEs via Kiro power or Claude Code plugins. Autonomous release testing generates and runs change-specific test plans for web and API applications in customer-provisioned, production-like environments before merging. The agent constructs tests tailored to the change, covering functional correctness, behavioral regressions, and integration scenarios. Test runs produce structured artifacts including metrics, logs, traces, and execution summaries. Users can start release readiness reviews via the AWS DevOps Agent web app after connecting GitHub or GitLab repositories. The agent indexes code and builds a knowledge graph of dependencies. Users can customize review standards in plain English via the Instructions tab. Reviews can be triggered by pull requests or on-demand chat queries. After reviews, users can explore findings, downstream impacts, and recommended steps in detail. The Changes section shows review history and execution details, including a Timeline tab with the agent’s reasoning process and a Report tab with final recommendations categorized as BLOCK, Proceed with Caution, or Safe to Release. Autonomous release testing can also be invoked via chat, generating and executing test plans in provisioned environments. Results appear in Changes for review. These preview features are available at no additional cost in the US East (N. Virginia) Region. Pricing for other AWS DevOps Agent features is available on the AWS website. Configuration details are in the AWS DevOps Agent user guide.