Does anyone have experience with Cloudfront and mu...
# aws
g
Does anyone have experience with Cloudfront and multiple origins? I have a CF distribution with 2 origins 0 - private s3 bucket with path
/static
and Origin access control 1 - * (default origin) ALB with the application I think that cloudfront is routing the request properly but when I go to
<http://mydomain.com/static/a.html|mydomain.com/static/a.html>
I get S3 Access Denied. When I setup a s3 website as
default
origin in a separate distribution it works as expected.