You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
ec2_tags.py still uses the legacy 'boto' interface, which has been discontinued for some time now.
This means that it doesn't work with the
us-gov-east-1
region, and likely other new regions are excluded, too.The problematic line is:
Testing with a machine that can access both govcloud regions results in:
While this is really a boto problem, that library has been discontinued. This software should probably be rewritten to use boto3.
The text was updated successfully, but these errors were encountered: