-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Background
Split from ticket
During testing it was observed that ECS clusters were not full terminated when stopped from within CloudFormation.
Description
A new lambda has been developed to tear down ECS clusters within the CDK. The new lambda now needs to be attached to each deployed ECS cluster.
Analysis
A new util class is required similar to AutoDeleteS3Objects, but which calls the new AutoDeleteEscClusterLambda. The class then needs to be added to the ingest and bulk import stacks so it is deployed with the stack and available when the stack is destroyed.