aws-clean
aws-clean copied to clipboard
This tool does not work as desired and clear steps to be provided
Traceback (most recent call last):
File "./clean.py", line 156, in
It looks like you haven't updated the config example to use your credentials profile, as indicated in the comment ...
# Credentials profile name from your ~/.aws/credentials file
profile_name: your-profile-name
Hence the exception ...
botocore.exceptions.ProfileNotFound: The config profile (your-profile-name) could not be found
If you haven't configured additional profiles you could update this to 'default' to use the default profile.