Deploying On Aws
Provides AWS guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add deploying-on-aws npx -- -y @trustedskills/deploying-on-aws
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"deploying-on-aws": {
"command": "npx",
"args": [
"-y",
"@trustedskills/deploying-on-aws"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to deploy applications and infrastructure on Amazon Web Services (AWS). It automates tasks like creating EC2 instances, configuring security groups, and deploying containerized applications using services such as ECS or EKS. The agent can manage AWS resources based on provided configurations and specifications.
When to use it
- Automating the deployment of a new microservice application to AWS.
- Creating a development environment in AWS for testing purposes.
- Scaling existing infrastructure by provisioning additional EC2 instances.
- Deploying containerized applications using ECS or EKS.
Key capabilities
- EC2 instance creation and management
- Security group configuration
- Deployment to ECS (Elastic Container Service)
- Deployment to EKS (Elastic Kubernetes Service)
Example prompts
- "Create an EC2 instance with 8GB of RAM in the us-east-1 region."
- "Deploy this Docker image
my-app:latestto a new ECS cluster named 'production'." - “Configure a security group allowing inbound traffic on port 80.”
Tips & gotchas
The agent requires appropriate AWS credentials and permissions to execute deployment tasks. Ensure the provided configurations are valid and compatible with your desired AWS resources and services.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.