How can I get list of all regions to show to user to choose from. basically I want to show a dropdown with all regions possible.
This is for S3 bucket configuration (not sure if ec2 describe region would work?).
All it should be dynamic and not tried to and SDK so that if AWS creates a new region user should be able to select it. (So don't want to use Regions enum)
I am using aws java sdk.