Skip to main content
AWS ECS (Elastic Container Service) is a fully managed container orchestration service. Trigger it from a Paradime Bolt schedule with the Paradime CLI, so it runs as part of your pipeline.

What you can do

  • Run one or more ECS task definitions on a cluster
  • Set launch type, subnets, and security groups per run

Prerequisites

  • An IAM user or role with permission to run tasks on the cluster (ecs:RunTask and related permissions).

Set up

Paradime authenticates to AWS with your IAM credentials. Set them as Bolt schedule environment variables:

Trigger from Bolt

Add the Run AWS ECS Task command to a schedule. For the full command reference, flags, and examples, see the AWS ECS CLI.