Deploy Aws Ecs
Helps with deployment, AWS as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add deploy-aws-ecs npx -- -y @trustedskills/deploy-aws-ecs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"deploy-aws-ecs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/deploy-aws-ecs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates deployments to Amazon ECS (Elastic Container Service). It handles tasks like creating task definitions, registering containers, and updating services. The goal is to streamline containerized application deployment within an AWS environment, reducing manual configuration and potential errors.
When to use it
- You need to deploy a new version of your Docker image to an existing ECS service.
- You want to create a new ECS task definition from a provided Docker image.
- You're automating the process of registering a container instance with an ECS cluster.
- You require updates to existing ECS services based on changes in your application code or infrastructure.
Key capabilities
- Create ECS Task Definitions
- Register Container Instances
- Update ECS Services
Example prompts
- "Deploy my latest Docker image
my-app:1.2.3to theproductionECS service." - "Create a new task definition for the image
nginx:latestwith resource limits of 512MB memory and 256MB CPU." - “Register this container instance, ID
abc123xyz, with my existing ECS cluster.”
Tips & gotchas
Requires appropriate AWS credentials configured within the AI agent's environment. The skill’s functionality is limited to actions supported by the AWS ECS API; complex orchestration beyond these basic operations may require additional skills or manual intervention.
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.