Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for regions #68

Closed
jantman opened this issue Sep 29, 2015 · 1 comment
Closed

support for regions #68

jantman opened this issue Sep 29, 2015 · 1 comment
Milestone

Comments

@jantman
Copy link
Owner

jantman commented Sep 29, 2015

Some of the boto services (i.e. RDS) don't have a region-setting ~/.boto option, and the only way to set the connection region for them is in whatever is using boto (i.e. this project). We need to support setting regions.

For the time being, we're not adding multi-region support to awslimitchecker, we're just adding support to set regions other than boto's hard-coded us-east-1 default. We'll need to pass this to the individual service connectors, TA, and anything else that connects to AWS.

Possible options:

  1. Make this a command-line option, and also have a way to set it on the main Checker class from Python.
  2. In all of our service connectors, simply check for an AWS_REGION environment variable, and pass it in to the connector if it's specified.
@jantman jantman modified the milestones: 0.2.0, 0.1.3 Sep 29, 2015
@jantman
Copy link
Owner Author

jantman commented Sep 30, 2015

This is already part of #64; I just need to get that cleaned up and merged.

@jantman jantman closed this as completed in 80c317b Oct 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant