Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How long does aws-nuke take to delete S3 bucket with 6 GB plus #1189

Open
venky6363 opened this issue Feb 15, 2024 · 1 comment
Open

How long does aws-nuke take to delete S3 bucket with 6 GB plus #1189

venky6363 opened this issue Feb 15, 2024 · 1 comment

Comments

@venky6363
Copy link

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


resource-types:
  targets:
  - S3Bucket


accounts:
  xxxxxxxxxxxxxx: 
    filters:
     S3Bucket:
      - "s3://xxxxxxxx-bucket"
@ekristen
Copy link
Contributor

ekristen commented Feb 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants