Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Added the option for "all" regions to -r command line parameter. #7

Closed
wants to merge 2 commits into from

Conversation

eduardo-dedalus
Copy link

Using -r all, allow to search for instances in all RDS regions available.

Very usable for us that need to work with 600+ customers and it is difficult to track in which region is each RDS.

Did a minor simplification:
rds.get_all_dbinstances(None) is the same as rds.get_all_dbinstances()

Using -r all, allow to search for instances in all RDS regions available.

Did a minor simplification:
  rds.get_all_dbinstances(None) is the same as rds.get_all_dbinstances()
Will show the stats for the first instance named "identifier" found for the
account in any region. It is very very improbable to have the same "identifier"
in more than 1 region for one account.
@roman-vynar
Copy link
Contributor

Thanks for the contribution.

I have refactored the scripts a bit and included your feature into this PR #14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants