ekristen / aws-nuke

Remove all the resources from an AWS account
https://ekristen.github.io/aws-nuke/
MIT License
276 stars 29 forks source link

[idea] IaC quick start for scheduled deletion #155

Open so0k opened 7 months ago

so0k commented 7 months ago

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?

ekristen commented 7 months ago

Interesting. I'm open to the idea.

vincenthsh commented 7 months ago

For reference purposes, found a sample CDK stack:

https://github.com/besharpsrl/beNuke