Amazon Fargate · Capability

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.

Run with Naftiko Amazon FargateContainersServerlessECSDevOps

What You Can Do

GET
List clusters — List all ECS clusters
/v1/clusters
POST
Create cluster — Create a new cluster
/v1/clusters
GET
Describe clusters — Get cluster details
/v1/clusters/{cluster}
DELETE
Delete cluster — Delete a cluster
/v1/clusters/{cluster}
GET
List task definitions — List task definitions
/v1/task-definitions
POST
Register task definition — Register a task definition
/v1/task-definitions
GET
List tasks — List tasks
/v1/tasks
POST
Run task — Run a task
/v1/tasks
GET
List services — List services
/v1/services
POST
Create service — Create a service
/v1/services

MCP Tools

list-clusters

List all ECS clusters for Fargate workloads

read-only
create-cluster

Create a new ECS cluster

describe-clusters

Get detailed cluster information

read-only
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

read-only
list-task-definitions

List all registered task definitions

read-only
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

read-only
list-tasks

List tasks in a cluster with status filtering

read-only
create-service

Deploy a persistent Fargate service with load balancing and auto-scaling

describe-services

Get deployment status and health of Fargate services

read-only
list-services

List all services running in a Fargate cluster

read-only
update-service

Scale or update a Fargate service task count or definition

delete-service

Remove a Fargate service from a cluster

APIs Used

fargate