Skip to content

AWS ECS ​

Manage container clusters, services, and tasks with Amazon ECS.

DetailValue
CategoryCloud & Infra
Base URLhttps://ecs.us-east-1.amazonaws.com
AuthenticationAPI Key
Endpoints8
Connector keyaws-ecs

Using AWS ECS in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick AWS ECS from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /#ListClustersList ECS clusters
POST /#DescribeClustersDescribe clusters
POST /#CreateClusterCreate a cluster
POST /#ListServicesList services
POST /#DescribeServicesDescribe services
POST /#UpdateServiceUpdate a service
POST /#ListTasksList tasks
POST /#RunTaskRun a task

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.