aws-ecs

Installation
SKILL.md

AWS ECS

Manage ECS clusters, services, and tasks.

Environment Variables

  • AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY - AWS credentials
  • AWS_DEFAULT_REGION - Region

List clusters

aws ecs list-clusters --query 'clusterArns[]' --output table

Describe cluster

Installs
2
First Seen
Mar 1, 2026
aws-ecs — thinkfleetai/thinkfleet-engine