-
Notifications
You must be signed in to change notification settings - Fork 29
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 to delete resources from all regions in AWS? #12
Comments
boto3 client allows you after connecting into specific region list all regions so then you can iterate across regions and connect ec2 client to specific region and list instances. I expect that same approach can be used for other aws objects. |
@eduardocerqueira @kornys Since we have this issue open now, we will try to fix it up sooner depends on multiple priorities listed in the issues. @kornys I would encourage you to step forward and contribute to fix the issue. |
@kornys @eduardocerqueira The recent PR #19 has merged adding support for multiple regions where you can either mention one region, multiple separated by comma or Also the username and password itself are nothing but If thats confusing things then we ll change that in the future. |
From configuration and brief check of source I don't see any chance how to clean resources across all regions in AWS. Also configuration allows only define one region for ec2 and the most weird part is username and password for ec2... AWS allows you to use api account with id and key so this tool should be able to reuse it.
The text was updated successfully, but these errors were encountered: