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:
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.
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: