Aws Ecs
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 aws-ecs npx -- -y @trustedskills/aws-ecs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-ecs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-ecs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Amazon Elastic Container Service (ECS) functionality. It allows users to manage and interact with ECS clusters, tasks, and services programmatically. Specifically, it facilitates defining task definitions, scheduling tasks, and monitoring the status of containerized applications running within ECS.
When to use it
- Deploying a new microservice application: Automate the creation and configuration of an ECS cluster and associated tasks for your application.
- Scaling existing container workloads: Dynamically adjust the number of tasks in an ECS service based on demand.
- Troubleshooting containerized applications: Retrieve logs and status information from running containers within an ECS task to diagnose issues.
- Automating infrastructure management: Script routine maintenance tasks like updating task definitions or restarting services.
Key capabilities
- ECS Cluster Management
- Task Definition Creation & Modification
- Task Scheduling
- Service Deployment & Scaling
- Container Log Retrieval
Example prompts
- "Create an ECS task definition for a Node.js application."
- "Scale the 'my-service' ECS service to 3 tasks."
- "Show me the logs from container 'web' in task 'my-task'."
Tips & gotchas
Requires AWS credentials configured with appropriate permissions to manage ECS resources. The skill’s effectiveness depends on a solid understanding of ECS concepts and terminology.
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.