aws-nuke icon indicating copy to clipboard operation
aws-nuke copied to clipboard

[idea] IaC quick start for scheduled deletion

Open so0k opened this issue 10 months ago • 2 comments

A common use case for aws-nuke is to run it on a schedule on sandbox / development account. AWS Even provides prescriptive guidance using eventBridge and CodeDeploy to run aws-nuke across multiple regions or in a hub-and-spoke setup.

Would it make sense to have a CDK Construct to deploy aws-nuke this way?

so0k avatar Apr 25 '24 12:04 so0k

Interesting. I'm open to the idea.

ekristen avatar Apr 25 '24 14:04 ekristen

For reference purposes, found a sample CDK stack:

https://github.com/besharpsrl/beNuke

vincenthsh avatar Apr 27 '24 02:04 vincenthsh