Ecs Deployment

🌐Community
by adaptationio · vlatest · Repository

Provides deployment guidance and assistance for automating DevOps pipelines and CI/CD 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 ecs-deployment npx -- -y @trustedskills/ecs-deployment
2

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

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

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

About This Skill

What it does

The ecs-deployment skill automates deployments to Amazon Elastic Container Service (ECS). It handles tasks such as updating task definitions, registering containers, and rolling out new versions of your application. This allows for faster and more reliable software releases with minimal manual intervention.

When to use it

  • You need to deploy containerized applications to ECS frequently.
  • Your deployment process is currently manual or error-prone.
  • You want to automate the update and rollback procedures for your ECS services.
  • You're looking for a way to improve the speed and reliability of your deployments.

Key capabilities

  • Automated task definition updates
  • Container registration management
  • Rolling deployment support
  • Rollback functionality

Example prompts

  • "Deploy version 1.2.3 of my application to ECS."
  • "Update the ECS task definition with the new image tag 'latest'."
  • "Roll back the ECS service to the previous stable version."

Tips & gotchas

This skill requires appropriate AWS credentials configured for the AI agent to interact with your ECS cluster. Ensure that the agent has permissions to modify ECS resources, including task definitions and services.

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
adaptationio
Installs
7

🌐 Community

Passed automated security scans.