bottlerocket-os / bottlerocket-ecs-updater

A service to automatically manage Bottlerocket updates in an Amazon ECS cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration cleanup script failes when Services are running in cluster

srgothi92 opened this issue · comments

What I'd like:
Cleanup script ./integ/cleanup.sh fails to delete cluster when Services are running. It should not fail while cleaning up the resources and stop any running services before deleting the cluster.

Any alternatives you've considered:

  1. In addition to setting auto scaling group desired instance to 0 we need to force stop any services running on the cluster. So that cluster CFN stack does not fail in delete.

Fixed in PR-93