Cloud Routing Rules

I have a routing rule configured for my static site in S3; however, it appears that cloud mode does not comply with the same rules. This, at least, does not obey the index file rule.

Is there a way to set up routing like s3 in the cloud? Is there a more powerful routing solution?

+7
amazon-s3 amazon-cloudfront routing
source share
1 answer

I had the same problem. I pointed to the cloud front bucket s3, not a static domain name. If you point directly to the s3 bucket, the routing rules are workarounds (it makes sense, since your routing rules are set only on static hosting). Great source for static s3 public website and you are good.

I am directing you to this answer on ServerFault:

https://serverfault.com/questions/450940/why-s3-website-redirect-location-is-not-followed-by-cloudfront

+11
source share

All Articles