aws-clean icon indicating copy to clipboard operation
aws-clean copied to clipboard

Tool for deleting resources on an AWS account

Results 5 aws-clean issues
Sort by recently updated
recently updated
newest added

Adding multi-region support.

Hi Ville Seppänen, I added support to EC2 instances termination. Please take a look at the code at your earliest convenience and let me know what you think. Thanks, Gustavo

Traceback (most recent call last): File "./clean.py", line 156, in boto_session = get_boto_session(config["profile_name"]) File "./clean.py", line 149, in get_boto_session return boto3.Session(profile_name=profile_name) File "/usr/lib/python2.7/site-packages/boto3/session.py", line 80, in __init__ self._setup_loader() File "/usr/lib/python2.7/site-packages/boto3/session.py",...

Hi Ville Seppänen, I would like to make account_id not required. Please take a look at the code at your earliest convenience and let me know what you think. Thanks,...

Any plan to add support for that? Thanks :)