deploy

Deploy applications to AWS by analyzing codebases and generating Infrastructure as Code.

856|141|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/awslabs/agent-plugins --skill deploy-awslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/awslabs/agent-plugins/tree/main/plugins/deploy-on-aws/skills/deploy
Command: npx skills add https://github.com/awslabs/agent-plugins --skill deploy-awslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of deploying applications to AWS, minimizing user decisions and handling the complexities of infrastructure provisioning and configuration.

Core Features & Use Cases

  • Automated Deployment: Takes any codebase and deploys it to optimal AWS services with minimal user input.
  • Service Recommendation: Analyzes code to recommend the most suitable AWS services (e.g., Fargate, Lambda, RDS).
  • Cost Estimation: Provides a cost estimate before generating infrastructure code.
  • IaC Generation: Writes Infrastructure as Code (CDK, Terraform, CloudFormation) with security defaults applied.
  • Security Scanning: Integrates security checks before deployment.
  • Use Case: You have a Python web application and want to deploy it to AWS. This Skill will analyze your code, recommend Fargate and RDS, show you the estimated monthly cost, generate CDK code, and deploy it securely.

Quick Start

Use the deploy skill to deploy my current codebase to AWS.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an application to AWS automatically?

To deploy an application to AWS automatically, this Skill analyzes your codebase, recommends optimal AWS services, and generates Infrastructure as Code to provision the resources with minimal input required.

Can I estimate AWS deployment costs before generating infrastructure code?

Yes, you can estimate AWS deployment costs before generating infrastructure code. This Skill provides a cost estimation after analyzing your codebase and recommending optimal AWS services for your application.

Which AWS services are recommended for deploying a Python web application?

For deploying a Python web application, this Skill typically recommends AWS Fargate for containerized compute and RDS for managed databases, analyzing your code to suggest the most suitable AWS services.

Does automated AWS deployment support writing CDK and Terraform?

Yes, automated AWS deployment supports writing CDK and Terraform. This Skill generates Infrastructure as Code using CDK, Terraform, or CloudFormation, applying security defaults before provisioning.

What application patterns are supported for infrastructure generation on AWS?

Infrastructure generation on AWS supports various application patterns including web frameworks, static sites, and APIs. This Skill analyzes your codebase to map these patterns to optimal AWS services.

Are security checks included when automating infrastructure generation for AWS?

Yes, security checks are included when automating infrastructure generation for AWS. This Skill integrates security scanning and applies security defaults within the generated Infrastructure as Code before deployment.