Questions tagged [amazon-cloudfront]
If a question is related to Amazon CloudFront then this tag could be used.
12 questions
0 votes
1 answer
99 views
How to design AWS infrastructure for my online course selling website?
I am designing an AWS architecture for hosting a website that sells online courses and merchandise products. For the purpose, I am planning to use the following architecture design: 1 VPC 1 ...
0 votes
1 answer
229 views
How frequently is AWS Route 53 DNS Latency-Based Routing (LBR) recalculated for a given user?
Does anybody know how frequently one could expect Route 53's latency-based routing data to change for a given user? For example, if I have Route 53 LBR setup with CloudFront sitting in front of 2 ...
2 votes
1 answer
7k views
Does AWS CloudFront work with a Network Load Balancer?
I am aware that it is straightforward to use AWS CloudFront with an AWS Application Load Balancer (Layer 7) origin (using a certificate in each for E2E encryption). However, is it possible to use AWS ...
0 votes
1 answer
955 views
404 status code in response from Cloudfront for a single page react application
we have a single page app in ReactJS that is being served by CloudFront but the response status continues to be 404 for any nested pages (i.e pages other than the home page). How can this be resolved? ...
2 votes
2 answers
8k views
AWS API Gateway: 403 forbidden with disabled API key; error from cloudfront
How can happen that with a Lambda/API Gateway combination, if no explicit Cloud Front configuration has been done, in an error response header they mention CloudFront? header: x-amzn-ErrorType: ...
0 votes
1 answer
162 views
CloudFront -> ELB -> Pod running Gunicorn
Can anyone tell me if there's a "killer" reason to put NGINX in front Kubernetes pods running Gunicorn? externally, I have CloudFront hitting an ELB which in turn engages the pods running Gunicorn ...
2 votes
1 answer
1k views
For storing avatars in s3, which approach has the lowest cost?
On my site I have the ability for users to upload avatars (which they upload to s3). They can only have one avatar at the moment, so I currently just have the filename set to their user id. However, ...
1 vote
1 answer
2k views
How to setup Cloudfront for Load balancer for a private staging domain name?
I've got a domain name foobar-staging.com, that I use for the staging environment to get feedback, testing or demo before releasing to production. Recently, decided to deploy the UI static files to s3 ...
1 vote
2 answers
697 views
Cloudfront for ELB, automatic redirection
I have a question regarding a redirect (302) that happens when accessing the /admin panel of my Craft CMS application. I've setup CloudFront for my app that runs on Craft 3. DNS points to CF (CNAME), ...
2 votes
2 answers
7k views
Amazon S3 bucket does not redirect folder URLs to index.html
I have uploaded my HUGO static site into AWS S3 Bucket. I have also added the domain in cloudrfront. The home index.html page works fine, but I cannot access my resources. For example https://www....
0 votes
1 answer
884 views
Terraform: Route53, LB and CDN interdependencies
My team uses Terraform to deploy the necessary infrastructure. Currently, our stack is composed of: AutoScalingGroup fronted by a Load-Balancer, and a Route53 DNS record that points to this LB; We ...
0 votes
1 answer
157 views
AWS: Using CloudFront as CDN for non-AWS hosted content
Is there a way (say by providing a Route53 endpoint as origin) to distribute non-AWS hosted content using CloudFront? (assuming the Route53 is used as dns for a site hosted outside of amazon)