
Deploy on AWS
Deploy on AWS connects your code repo and AWS account so you can deploy from Claude Code without hopping between consoles. It reads your repository, detects common deployment artifacts (Dockerfile, SAM template, CloudFormation), builds artifacts, pushes Docker images to ECR, packages Lambda functions, and runs CloudFormation or CDK deploys. It creates or updates IAM roles, security groups, and ECS/EKS services as defined in your templates and reports progress with deploy logs and status updates.
The plugin runs commands in a controlled environment: it builds images, tags and pushes to registries, runs sam package/deploy or cdk synth/deploy, applies CloudFormation stacks, and can roll back on failure. It pulls logs from CloudWatch, streams recent events, and surfaces resource-level errors so you can fix code or infra without guessing which step failed. It connects to the GitHub repository at https://github.com/awslabs/agent-plugins for configuration examples and deploy workflows.
Use it to run repeatable deploys from a chat context: trigger a staging deploy, watch the stack creation, fetch logs, and promote the same build to production without leaving Claude Code. In a real-world sprint you can deploy a hotfix, confirm Lambda logs show the fix, and roll back a bad release — all while avoiding manual console clicks or juggling multiple AWS tools, saving minutes to hours on each incident.
Without this tool
- ✗AI agents lack external tool access
- ✗No extensible plugin architecture
- ✗Limited automation capability
With this tool
- ✓AI agents gain extensible plugins
- ✓Tool-augmented reasoning
- ✓Advanced automation workflows