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

Getting a list of regions that support DocumentDB #5806

Open
1 task
AdamBalski opened this issue Jan 17, 2025 · 0 comments
Open
1 task

Getting a list of regions that support DocumentDB #5806

AdamBalski opened this issue Jan 17, 2025 · 0 comments
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.

Comments

@AdamBalski
Copy link

Describe the bug

List of supported regions for DocumentDB returned by software.amazon.awssdk.regions.servicemetadata.DocdbServiceMetadata#regions does not include eu-south-1, although this service is available in this region.
List of supported regions for DocumentDB returned by DocDbClient.serviceMetadata().regions() returns a superset of regions that document db is supported in as it resolves to RDS regions and some of them do not have support for DocDB.

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

I expect both/either of these methods to return the list of all regions that support DocDB.

Current Behavior

List of supported regions for DocDB does not include eu-south-1 region if you get them using: software.amazon.awssdk.regions.servicemetadata.DocdbServiceMetadata#regions.
List of supported regions for DocDB contains regions that have support for RDS, but not for DocDB if you get them using DocDbClient.serviceMetadata().regions().

Reproduction Steps

Call software.amazon.awssdk.regions.servicemetadata.DocdbServiceMetadata#regions method to get list of supported regions for DocDB service.
Call DocDbClient.serviceMetadata().regions() method to get list of supported regions for DocDB service

Possible Solution

No response

Additional Information/Context

This is a follow-up to: #5585

AWS Java SDK version used

2.29.43

JDK version used

openjdk 21.0.5 2024-10-15

Operating System and version

macOS 15.1.1

@AdamBalski AdamBalski added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant