aws-nuke
aws-nuke copied to clipboard
[idea] IaC quick start for scheduled deletion
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?
Interesting. I'm open to the idea.
For reference purposes, found a sample CDK stack:
https://github.com/besharpsrl/beNuke