Skip to content

Create job to stop ECS review Apps

Problem to solve

As an AutoDevbOps user deploying to AWS, I want to get the same experience as Kubernetes users, where things just work automatically and I do not need to manually stop and keep track of review apps.

Further details

The following discussion from !29971 (merged) should be addressed:

It has not been decided what a stop_review means at the AWS ECS level: do we delete targeted service? or do we stop its related task? Whatever we decide to do, we first need to add a related script (here) which will be based on the relevant aws ecs command (docs here).

After this script is provided, we'll be able to add a stop_review_ecs job here.

/cc @ebaque @dosuken123

Edited by Orit Golowinski