Hi everyone, this is one of my favorite tools to use and recently I wanted to add multiple regions.
I added a bit more while I was touching the code.
Changelog:
Removed boto3-session-cache, it is deprecated as of 2017. I didn't understand why it was being used, if you want it back I can make boto3 work similarly to what it did.
Allowed higher versions of boto3 and click. The newer versions do not effect the application. This helps in solving dependency conflicts. Removed guide in README on how to get around dependency conflicts.
You can now search through instances from multiple AWS regions that you set with an environment variable. Tests have also been updated for this change.
Added @joaogbcravo per AWS profile cache changes. Modified the directory name to make it backwards compatible with previous versions.
Added steps in README on how to install the package without pip.
Hi everyone, this is one of my favorite tools to use and recently I wanted to add multiple regions. I added a bit more while I was touching the code.
Changelog: