ekristen / aws-nuke

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

Parallel Execution #191

Open ekristen opened 1 month ago

ekristen commented 1 month ago

Overview

Cleanup could potentially be done faster by doing parallel execution. Discovery of resources is already done in parallel to an extent.

Considerations

Implementation

This would actually be done in libnuke. There were recently some changes made for GCP to add an additional optional wait handler to the resource type for when the backend doesn't give an immediate response, it could potentially be leveraged to background CFN removals.

Upstream References