Hi everyone I have two s3 endpoints and I have a domain name I want to point both s3 endpoints to my domain name and do a weighted policy of 50% to one s3 endpoint and 50% to another is this possible in Aws can I do this? For this, we have to create two buckets with the same name and that's not possible am I right here?
Asked
Active
Viewed 51 times
0
-
1You can't create two S3 buckets with the same name. They must be globally unique. What is the real underlying problem you are trying to solve? – jarmod Nov 01 '21 at 11:40
-
I deployed two versions of my website to AWS s3 and with the two endpoints I want to do a weighted policy in route53 – Mohammad Fawaz Nov 01 '21 at 12:08
-
Related: https://stackoverflow.com/questions/60030262/s3-static-website-w-bluegreen-deployment – jarmod Nov 01 '21 at 12:30