Are S3 buckets region specific?

后端 未结 4 949
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-01 00:55

When we go to S3 in AWS console in \"Global\" option it shows

\"S3 does not require region selection.\"

But when we create new bucket there i

4条回答
  •  醉酒成梦
    2021-02-01 01:28

    S3 buckets are region specific, you can check http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region to get the list of end-points based on the region

    From the doc on creating S3 bucket

    Amazon S3 creates bucket in a region you specify. You can choose any AWS region that is geographically close to you to optimize latency, minimize costs, or address regulatory requirements. For example, if you reside in Europe, you might find it advantageous to create buckets in the EU (Ireland) or EU (Frankfurt) regions. For a list of AWS Amazon S3 regions, go to Regions and Endpoints in the AWS General Reference.

    Also from UI, if you look at the properties for each of your bucket, you will see the original region

提交回复
热议问题