AWS ECS ​
Manage container clusters, services, and tasks with Amazon ECS.
| Detail | Value |
|---|---|
| Category | Cloud & Infra |
| Base URL | https://ecs.us-east-1.amazonaws.com |
| Authentication | API Key |
| Endpoints | 8 |
| Connector key | aws-ecs |
Using AWS ECS in a workflow ​
- Go to Connections and click New Connection.
- Pick AWS ECS from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /#ListClusters | List ECS clusters |
| POST /#DescribeClusters | Describe clusters |
| POST /#CreateCluster | Create a cluster |
| POST /#ListServices | List services |
| POST /#DescribeServices | Describe services |
| POST /#UpdateService | Update a service |
| POST /#ListTasks | List tasks |
| POST /#RunTask | Run a task |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.