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

Feature request: Checking for Service Availability in an AWS Region #926

Closed
keviny22 opened this issue Sep 14, 2015 · 3 comments
Closed
Labels
feature-request A feature should be added or improved.

Comments

@keviny22
Copy link

As a developer I would like to have the ability to programmatically determine what region a specific service is available in. Currently the region list would need to be hardcoded. We cannot assume that when a new region is added, all services are initially enabled.

Ideally I would like following methods:

  • pass the service name; return a list of supported regions
  • pass a region; return a list of supported services.
  • pass service_name and region; return true/false if region supports that service

This feature would be an interface for the information provided here http://docs.aws.amazon.com/general/latest/gr/rande.html#ct_region

There is existing precedence for this feature in the Java SDK

REF: http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-region-selection.html#region-selection-query-service

@keviny22 keviny22 changed the title Feature request to Checking for Service Availability in an AWS Region Feature request: Checking for Service Availability in an AWS Region Sep 14, 2015
@eniskonuk
Copy link
Contributor

👍 We would also benefit from this.

@trevorrowe
Copy link
Member

As discussed in the gitter channel, we are actively looking into this. I can't comment on a timeline, but I'm inclined to add this functionality.

@trevorrowe trevorrowe added feature-request A feature should be added or improved. Version 2 labels Sep 16, 2015
@trevorrowe
Copy link
Member

I've moved this to our feature request backlog. I also wanted to provide an update. We have been working on this internally. I'm fairly confident this feature will materialize. We are still trying to determine what the best mechanism would be to track the regions and keep the list current with each SDK release.

awood45 added a commit that referenced this issue Oct 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

3 participants