Reputation: 9123
There seems to be different regions appearing across my AWS.
My S3 bucket says Ohio (us-east-2):
however the URL of my bucket says us-east-1 (N.Virginia):
https://s3.console.aws.amazon.com/s3/buckets/*****-bucket/?region=us-east-1&tab=overview
How do I find out what the actual region of my AWS is?
Upvotes: 1
Views: 222
Reputation: 3469
To choose a proper region refer this official doc. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
To know which region your s3 bucket in, you can find it in amazon s3 console. https://s3.console.aws.amazon.com/s3/home
Upvotes: 1