Aws Cloudformation Task Ecs Deploy Gh
Helps with AWS, deployment 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 aws-cloudformation-task-ecs-deploy-gh npx -- -y @trustedskills/aws-cloudformation-task-ecs-deploy-gh
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-cloudformation-task-ecs-deploy-gh": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-cloudformation-task-ecs-deploy-gh"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the deployment of Amazon ECS tasks by generating and executing AWS CloudFormation templates. It streamlines infrastructure provisioning by translating deployment requirements into executable code without manual template editing.
When to use it
- You need to rapidly provision ECS clusters, task definitions, or services via Infrastructure as Code.
- Your team requires consistent, version-controlled deployments across development and staging environments.
- You want to reduce human error during the creation of complex AWS resource dependencies.
- You are integrating CI/CD pipelines that require automated infrastructure updates alongside application code.
Key capabilities
- Generates valid CloudFormation templates specifically tailored for ECS task deployment.
- Executes the necessary AWS API calls to create or update resources defined in the template.
- Integrates directly with GitHub workflows for seamless developer kit operations.
- Manages lifecycle events for ECS services and associated networking resources.
Example prompts
- "Deploy a new ECS task definition using CloudFormation that scales automatically based on CPU utilization."
- "Create a complete ECS cluster setup with an associated load balancer via CloudFormation templates."
- "Update the existing ECS service configuration to use a new image version through automated deployment."
Tips & gotchas
Ensure your AWS account has the required permissions for cloudformation:CreateStack and ecs:* actions before running this skill. Always review generated CloudFormation templates in a sandbox environment before applying them to production workloads to prevent unintended resource changes.
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.