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?
A common use case for
aws-nuke
is to run it on a schedule onsandbox
/development
account. AWS Even provides prescriptive guidance using eventBridge and CodeDeploy to runaws-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?