Skip to main content
The Paradime SDK provides CLI commands to interact with AWS ECS, allowing you to run one or more tasks and list active task definitions.
AWS credentials are read from environment variables or the AWS credential chain:
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SESSION_TOKEN (optional)
  • AWS_REGION

Run ECS Tasks

Run one or more AWS ECS tasks.
Options Example

List ECS Task Definitions

List active AWS ECS task definitions.
Options Example