Deploy Aws Ecs

🌐Community
by nguyenhuuca · vlatest · Repository

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.

1

Run in terminal (recommended)

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

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

~/.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.3 to the production ECS service."
  • "Create a new task definition for the image nginx:latest with 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
nguyenhuuca
Installs
10

🌐 Community

Passed automated security scans.