Sven Walter

Results 70 comments of Sven Walter

So what are the last few log lines when it hangs? You can see them when you provide the `-v` flag to aws-nuke.

We never heard of this issue. Could you please kill the process with `SIGQUIT` (eg `kill -SIGQUIT `) when it hangs and post the output?

I don't know anything about brew, since I don't have a Mac. @rebuy-de/prp-aws-nuke Anyone know how to do that and how hard this is?

Hello. You could try deleting the route table via CLI. AFAIK the aws cli does not delete any dependencies like the web console does. Maybe the output of the CLI...

Yes, the GitHub repo might count as a homepage, but there is still the problem that they do not want self-submitted stuff: > We frown on authors submitting their own...

Hello @Leectan. The actual error messages are located at the end of the *aws-nuke* output. Those failed resource also might recover. Please show us the end of the output.

Hello @Leectan. Sorry for the late response. It looks like you provided invalid access keys.

@Leectan Can you please check if this command works for your? ``` AWS_ACCESS_KEY_ID=YOUR_ID AWS_SECRET_ACCESS_KEY=YOUR_SECRET aws iam list-roles ``` Please replace access key id and secret access key with the same...

Hello. The problem here is to detect those "explicit denies". As there is no unified API for this, we would have to implement another function to every resource, like we...

Hello. 250 buckets is a lot and I assume each one also has a lot of objects. *aws-nuke* does not do anything special for S3 and handles it like any...