AWS Releases "Agent Plugins for AWS" Integrating Architecture Design, Cost Estimation, Configuration Code Generation, and Deployment Execution into Claude Code

Key summary
Amazon Web Services has released Agent Plugins for AWS.
Agent Plugins for AWS comprises Agent Skills, an MCP server, Hooks, and related information.
Telling the agent “Deploy this XXXX app to AWS” causes it to automatically analyze the situation, recommend an architecture, estimate costs, generate configuration, and perform deployment.
Example recommended components include AWS App Runner, Amazon RDS PostgreSQL, Amazon CloudFront, and AWS Secrets Manager; cost estimates are based on the latest AWS price list to produce monthly estimates.
The system generates AWS CDK infra code, Dockerfiles, database migration and environment scripts, and GitHub Actions workflows; deployment provisions services, builds and deploys containers, runs migrations, updates files, saves credentials, and returns the app URL and a dashboard.
