rebuy-de / aws-nuke

Nuke a whole AWS account and delete all its resources.
MIT License
5.49k stars 708 forks source link

Delete CloudFormation Stacks in Parrallel #1230

Open dnops opened 3 weeks ago

dnops commented 3 weeks ago

Hi,

I would find it useful for a feature to be added to allow CloudFormation stacks to be deleted in parallel rather than waiting for each stack to delete after multiple attempts. Perhaps the delete command could be issued for each stack then aws-nuke could wait for each stack to be deleted for a period of time or maybe even ignore failures?

CFN deletes can take a decent amount of time and this delays the rest of the nuke operations significantly.