Amazon Fargate Container Orchestration
Workflow capability for deploying and managing serverless container workloads on Amazon Fargate. Combines cluster management, task definitions, task execution, and service deployment for platform engineers and DevOps teams.
What You Can Do
MCP Tools
list-clusters
List all ECS clusters for Fargate workloads
create-cluster
Create a new ECS cluster
describe-clusters
Get detailed cluster information
delete-cluster
Delete a Fargate cluster
register-task-definition
Register a task definition specifying container images, CPU, memory, and networking
describe-task-definition
Get details of a task definition
list-task-definitions
List all registered task definitions
deregister-task-definition
Deregister a task definition revision
run-task
Launch a Fargate task with specified CPU, memory, and networking
stop-task
Stop a running Fargate task
describe-tasks
Get status and details of running tasks
list-tasks
List tasks in a cluster with status filtering
create-service
Deploy a persistent Fargate service with load balancing and auto-scaling
describe-services
Get deployment status and health of Fargate services
list-services
List all services running in a Fargate cluster
update-service
Scale or update a Fargate service task count or definition
delete-service
Remove a Fargate service from a cluster