Problem
I want to forward a call to my URL in Route53 myurl.com to an other website let's say google.com and followed AWS described steps. When it comes to S3 configuration "Redirecting requests for a bucket's website endpoint to another host".
myurl.com
google.com
I set it up as described: S3 -> Properties -> Static website hosting -> Redirect requests for an object -> Host = bing.com.
bing.com
Now my URL got's created http://myurl.com.s3-website-eu-west-1.amazonaws.com and I got forwarded to bing.com.
http://myurl.com.s3-website-eu-west-1.amazonaws.com
But when I changed it I still got forwarded to bing.com and not to google.com what I configured as host.
What I tried
If I delete my bucket "myurl.com" and create a new one with the new host google.com I still got forwarded to bing.com.
Question
1.4m articles
1.4m replys
5 comments
57.0k users