Amazon ECS · Capability

Amazon ECS Container Orchestration

Container orchestration workflow for DevOps engineers and platform teams to manage ECS clusters, deploy services, run tasks, and monitor container workloads.

Run with Naftiko AmazonContainersOrchestration

What You Can Do

GET
List clusters — List all ECS clusters.
/v1/clusters
POST
Create cluster — Create a new ECS cluster.
/v1/clusters
GET
List services — List services in a cluster.
/v1/services
POST
Create service — Create a new service.
/v1/services
GET
List task definitions — List task definitions.
/v1/task-definitions
POST
Register task definition — Register a new task definition.
/v1/task-definitions
GET
List tasks — List tasks in a cluster.
/v1/tasks
POST
Run task — Run a new task.
/v1/tasks

MCP Tools

list-clusters

List all ECS clusters in the account.

read-only
describe-clusters

Describe one or more ECS clusters.

read-only
create-cluster

Create a new ECS cluster.

delete-cluster

Delete an ECS cluster.

list-services

List services in an ECS cluster.

read-only
describe-services

Describe one or more ECS services.

read-only
create-service

Create a new ECS service.

update-service

Update an ECS service configuration.

idempotent
delete-service

Delete an ECS service.

list-task-definitions

List task definition families or revisions.

read-only
describe-task-definition

Describe a task definition.

read-only
register-task-definition

Register a new task definition.

deregister-task-definition

Deregister a task definition revision.

run-task

Run a new task from a task definition.

stop-task

Stop a running task.

list-tasks

List tasks in a cluster.

read-only
describe-tasks

Describe one or more tasks.

read-only
execute-command

Execute a command in a running container.

APIs Used

ecs