Sven Walter

Results 70 comments of Sven Walter

Hello. Sorry for the late reply. I have very mixed feelings about this. On the one hand I understand that it is hard to work around this limitation in some...

My favorite approach is that one posted by @lohman: https://github.com/rebuy-de/aws-nuke/issues/443#issuecomment-1102767038 I just did not have time for implementing this yet.

I tried a very naive approach and just paralyzed all remove queries, regardless of the resource type. The problem is not just the rate limiting (`ThrottlingException: Rate exceeded`), but also...

It is hard to tell what the exact problem is without seeing the actual Dockerfile. One important thing is that application running inside Docker do not have access to any...

I just saw the the Docker section of the README is a bit unclear. Perhaps we need to clarify it.

Hello @schmidalex37. You cannot use relative paths (`config/nuke-settings.yaml`) for attaching volumes with Docker. It has to be an absolute one, like `/home/user/config/nuke-settings.yaml`. Unfortunately I do not know how the paths...

This looks like a networking issue. Perhaps it has something to do with your Firewall. Maybe you should ask in some Docker usergroup about this issue, since we have nobody...

Hello. Sorry for the late response. Can you give us a hint to to reproduce this error?

> I think it gets deleted but cluster recreates it since it takes more time for it to get deleted. I follow this idea. Unfortunately I do not see a...

Hello, there seems to be a bug in the `ComprehendDominantLanguageDetectionJob` resource. The easiest way to avoid this is to exclude the resource: ```yaml resource-types: excludes: - ComprehendDominantLanguageDetectionJob ``` Of course...