Closed venky6363 closed 2 months ago
Tough to say, but if that's the extent of your configuration then it should only target the bucket itself with a empty s3 bucket command first, at that point it's up to aws until it completes. It won't target the objects themselves which is good.
The biggest factor here is how many objects are in the bucket vs the size. It has to iterate and call delete object commands for all the objects until they are gone.
@venky6363 there have been some recent improvements to the S3Bucket resource on now active managed fork of aws-nuke to support things like bypassing governance, etc. Part of these improvements also mean that ever 120 seconds a message should spit out about the delete progress.
If you have a chance, please check it out and let us know if you run into an issues by opening an issue over on the fork.
Please see the copy of the notice from the README about the deprecation of this project. Sven was kind enough to grant me access to help triage and close issues and pull requests that have already been addressed in the actively maintained fork. Some additional information is located in the welcome issue for more information.
[!CAUTION] This repository for aws-nuke is no longer being actively maintained. We recommend users to switch to the actively maintained fork of this project at ekristen/aws-nuke. We appreciate all the support and contributions we've received throughout the life of this project. We believe that the fork will continue to provide the functionality and support that you have come to expect from aws-nuke. Please note that this deprecation means we will not be addressing issues, accepting pull requests, or making future releases from this repository. Thank you for your understanding and support.
How long does it take to delete s3 bucket with multiple objects inside multiple folders as i was doing a s3 bucket which has 6gb plus storage taking 8 plus hours to delete with below config file