Aws Ecs Fargate

🌐Community
by bagelhole · 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-ecs-fargate npx -- -y @trustedskills/aws-ecs-fargate
2

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

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

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

About This Skill

What it does

This skill allows AI agents to interact with and manage Amazon ECS Fargate deployments. It can be used to view the status of tasks, inspect container logs, and perform basic deployment actions like scaling services. The skill provides a programmatic interface for managing serverless containers on AWS.

When to use it

  • Troubleshooting application issues: Quickly check task statuses and container logs in response to user reports of errors or performance degradation.
  • Scaling resources based on demand: Automatically adjust the number of tasks running in an ECS service based on metrics like CPU utilization or queue depth.
  • Automating deployment rollbacks: Revert to a previous version of a service if a new deployment introduces critical bugs.
  • Monitoring cluster health: Proactively identify and address potential issues within your Fargate environment.

Key capabilities

  • View ECS task status
  • Retrieve container logs
  • Scale ECS services
  • Inspect deployments

Example prompts

  • "Show me the current status of my 'payment-processing' service."
  • "What are the latest error messages from the container running on task ID 1234567890?"
  • "Increase the number of tasks in the 'web-app' service by two."

Tips & gotchas

  • Requires AWS credentials with appropriate permissions to manage ECS Fargate resources.
  • The skill’s functionality is limited to basic operations; more complex deployments might require additional tools or scripting.

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
bagelhole
Installs
12

🌐 Community

Passed automated security scans.