Skip to content

Add new shut down ECS cluster Lambda into the CDK #5425

@Rob9786

Description

@Rob9786

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions