Aws Cloudformation Ecs

🌐Community
by giuseppe-trisciuoglio · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add aws-cloudformation-ecs npx -- -y @trustedskills/aws-cloudformation-ecs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "aws-cloudformation-ecs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-cloudformation-ecs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The aws-cloudformation-ecs skill enables AI agents to provision and manage Amazon ECS clusters and services directly through AWS CloudFormation templates, automating infrastructure-as-code workflows. It streamlines the deployment of containerized applications by handling complex resource dependencies and configuration updates without manual intervention.

When to use it

  • Automatically spin up new ECS clusters with specific instance types and security groups for development environments.
  • Update existing service configurations, such as scaling policies or task definitions, via declarative templates.
  • Ensure consistent infrastructure state across multiple AWS accounts by applying standardized CloudFormation stacks.
  • Orchestrate the full lifecycle of containerized workloads, including creation, modification, and teardown of ECS resources.

Key capabilities

  • Provision Amazon ECS clusters and services using YAML or JSON CloudFormation templates.
  • Manage associated networking resources like VPCs, subnets, and security groups within the stack.
  • Define task execution roles and container definitions for seamless application deployment.
  • Handle stack operations including create, update, delete, and rollback actions programmatically.

Example prompts

  • "Create an AWS CloudFormation stack to deploy a new ECS cluster with three t3.medium instances in us-east-1."
  • "Update the existing ECS service definition to increase the desired task count from 2 to 5 using CloudFormation."
  • "Delete the CloudFormation stack associated with our staging environment's ECS resources to free up costs."

Tips & gotchas

Ensure your AWS account has the necessary IAM permissions for cloudformation:* and ecs:* actions before attempting to execute these tasks. Complex templates may require pre-existing VPC configurations; verify network prerequisites to avoid deployment failures.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
giuseppe-trisciuoglio
Installs
69

🌐 Community

Passed automated security scans.