-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
get_available_regions() empty for several services #3028
Comments
Hi @apparentorder thanks for reaching out. We have received several related issues in the past similar to this. I want to highlight that the get_available_regions documentation notes:
Here is the latest team update on this topic: aws/aws-sdk#206 (comment)
Due to the documented limitations and background described above, the team recommends using the SSM APIs referenced in the linked blog post in place of the
That currently returns:
Which does correspond to the supported regions section documented here: https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html#bedrock-regions |
|
Describe the bug
get_available_regions()
returns an empty list for a handful of services, for examplebedrock
andtimestream-query
.This seems to be the same issue as #2324 which refers to sagemaker-a2i-runtime.
Expected Behavior
Correct list of regions is returned.
Current Behavior
Test script output:
Reproduction Steps
Test script:
Possible Solution
No response
Additional Information/Context
No response
SDK version used
commit 96fd848
Environment details (OS name and version, etc.)
n/a
The text was updated successfully, but these errors were encountered: