Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [amazon-cloudfront]

Amazon CloudFront is a web service for content delivery. It integrates with other Amazon Web Services to give developers and businesses an easy way to distribute content to end users with low latency, high data transfer speeds, and no commitments.

amazon-cloudfront
0 votes
1 answer
9 views

Cloudfront origin is not able connect to second Behaviors

We're trying to archive this, the request has to response via cloudfront if the user tried to access it via AWS application load balancer DNS user has to get the message as Access Denied. To make it ...
Antham's user avatar
  • 41
-1 votes
0 answers
14 views

Steps to deploy a react python full-stack app on AWS using S3, EC2, and Cloudfront? [closed]

I am making a full-stack blog app with react frontend and python backend. I like to deploy this using AWS. I'm nearly done but I can't figure out how to host the backend properly. I have the react ...
Khai's user avatar
  • 1
-1 votes
1 answer
25 views

Does it make sense to "Let Cloudfront access S3 with VPC endpoint"

Currently I am making an infrastructure with Cloudfront infront of S3 for serving public static assets. The customer requested that they don't like to have their public static assets being public on ...
qkhanhpro's user avatar
  • 4,942
0 votes
0 answers
5 views

AWS Cloudfront S3 for Apple App Site Association NoSuchKey

I'm using my React web app (which is hosted using AWS Cloudfront and S3) to host my apple-app-site-association for my iOS app. I know that I have it stored on S3 correctly because when I go to https://...
Dhara's user avatar
  • 41
-1 votes
0 answers
9 views

What is the purpose of Cloudfront rewriting user-agent?

Cloudfront docs state "CloudFront replaces the value of this header field with Amazon CloudFront. If you want CloudFront to cache your content based on the device the user is using, see Configure ...
reuscam's user avatar
  • 1,839
1 vote
0 answers
26 views

Not able to Access S3 image via Cloudfront

I have created S3 bucket with public access with below mentioned Bucket policy and CORS. My bucket image is accessible in my web app. But When I create cloudfront distribution for this bucket with ...
Ahmad's user avatar
  • 11
-3 votes
0 answers
13 views

hls.js not resolving segment file paths correctly for files hosted on S3 and accessed via cloudfront [closed]

I've a HLS video upload on an S3 bucket with following folder structure https://bucket-name.us-west-1.amazonaws.com/folder/path/to/video/output.m3u8 The contents of output.m3u8 file as following: #...
Kunal's user avatar
  • 1
0 votes
0 answers
9 views

Atlassian Confluence Error Through Nginx/CloudFront Reverse Proxy

I'm trying to map public links path to a shorter path. I'm using a Nginx reverse proxy. The same happens with CloudFront. This is the configuration: server { listen 80; location / { ...
benrieger's user avatar
0 votes
0 answers
36 views

Word press wp-admin redirecting to aws lb

We've hosted word press on AWS EC2 instance (Private subnet), and it's attached to AWS application load balancer(Internet facing), then it's attached to AWS cloud front, our website is pointing to AWS ...
Antham's user avatar
  • 41
-2 votes
0 answers
95 views

Why do I get "access denied" for signed image URL's for S3 objects with spaces in file names?

I am using CloudFront signed URLs. I already have S3 objects. My code generates the signed URL, but images with white spaces in file names cannot be retrieved, and other images also fail to load. from ...
Ben ahmed Mansour's user avatar
0 votes
0 answers
9 views

AWS SSL Certificate for www stuck 'Pending validation'

I registered two AWS S3 buckets: shufflemcq.com and www.shufflemcq.com. I pointed shufflemcq.com to www.shufflemcq.com I transferred my shufflemcq.com domain name to Route 53 and created a shufflemcq....
Artem's user avatar
  • 3
1 vote
1 answer
16 views

Unable to get Lambda@Edge logs in CloudWatch

The infrastructure looks like this: Route 53 domain to CloudFront distribution Behind CloudFront is S3 bucket with content There is Lambda@Edge for authorization purposes Lambda@Edge function is ...
ns123456's user avatar
0 votes
1 answer
130 views

How to setup CDN for whole website, not just static resources?

I have complex question. Is it possible to serve whole static website via CDN (not just css, js, images... but also rendered HTML views). No matter which CDN provider I tried, I can't get it to work ...
Michal Palus's user avatar
0 votes
1 answer
16 views

AWS api 403 Forbidden in S3, Cloudfront

I've deployed a React application on S3 and a Spring Boot API on EC2, using CloudFront as a CDN. While I can access the static content (HTML, CSS) through CloudFront, I'm unable to fetch API data. ...
geon's user avatar
  • 29
0 votes
0 answers
15 views

AWS cloudfront giving the access denied error while trying to access S3 static web hosting image

S3 Policy { "Version": "2012-10-17", "Id": "Policy1721361019639", "Statement": [ { "Sid": "...
dhruv singhal's user avatar

15 30 50 per page
1
2 3 4 5
338