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

All Questions

-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 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
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
0 votes
2 answers
36 views

AWS CloudFront - "CORS header ‘Access-Control-Allow-Origin’ missing" for single S3 Resource

I have a video service which will automatically convert uploaded MP4 files to HLS Streams using MediaConvert and store them in S3. From there, a CloudFront URL to the HLS Stream is used for displaying ...
MattChris's user avatar
  • 417
0 votes
0 answers
13 views

how do you give cloudfront access to s3 that has been encrypted by aws managed KMS?

Currently I am trying to deploy cloudfront backed by s3. Contents in s3 are encrypted with the aws managed kms. This is causing the and 403 error since I am not able to give CF access to the key. ...
Sonny's user avatar
  • 7
0 votes
0 answers
19 views

AWS S3 website using CloudFront has too many redirects

I have a S3 bucket configured as a website, mysite.net. Another empty bucket named www.mysite.net, the website for this bucket is not enabled. I have a hosted zone in Route53 for mysite.net There are ...
JanuskaE's user avatar
  • 1,304
0 votes
0 answers
23 views

Is Cloudfront distribution backed by s3 able to return entire "folder" via prefix?

I am trying query cloudfront with key prefix. ex. of key "{uuid}/static/{uuid}.json". When trying to query with request, it will return the correct file. res = requests.get("https://...
Sonny's user avatar
  • 7
0 votes
0 answers
27 views

Getting CORS error in AWS (Cloudfront distribution + S3 setup)

Earlier I was accessing this cloudfront distribution from one repo, localhost:4000, and from stage env. It was all working fine. I set up a new localhost localhost:4800 and tried accessing the same ...
Deepak Negi's user avatar
0 votes
0 answers
21 views

My vite web app not opening on linkendIn and instagram mobile browser

I have a vite app, and i'm trying to promote it on instagram and have attached my link to it. But the link is not opening in the instagram app inbuilt browser and same for linkendIn only in ios ...
Sparsh Gahlot's user avatar
0 votes
1 answer
65 views

Cannot find asset at /home/runner/CDK_Test/frontend/frontendapp/build when running CDK deploy on GitHub Action

It could not find the build from frontendapp when I tried to run cdk deploy on GitHub Actions. I checked the path for build and it seems to be no issues. I tried running cdk deploy --all locally and ...
Awais Nisar's user avatar
0 votes
0 answers
20 views

How to manage image URLs with S3 and CloudFront

I am developing a Node.js application that uses S3 and CloudFront to store and distribute images, such as profile pictures. After uploading an image to S3, I save its key (name) in the database. To ...
Andrii Ch's user avatar
0 votes
1 answer
54 views

Using AWS CloudFront to Serve HTTPS to AWS S3 Buckets, but SOME images are stuck in a redirect loop

Yesterday, I setup Certs and CloudFront, in order to move my sites from http to https. http auto-redirects to https. The CloudFront distros point at the S3 buckets. Everything works; except, some ...
Vexen Crabtree's user avatar

15 30 50 per page
1
2 3 4 5
143