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

All Questions

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
13 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
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
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
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
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
25 views

Next js 14 app router always Hard refresh when behind cloudfront

I am working with nextJs 14 app router and it's behind CloudFront My application works very weirdly it is always hard refresh irrespective of whether I use the Link component of the nextJs. I have ...
Ronak's user avatar
  • 359
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
26 views

Why can't I connect to my EC2 instance through AWS CloudFront?

I'm moving a WordPress site onto AWS. To do this, I've set up the following architecture: A single EC2 instance held in a target group with a database and WordPress installed on it. An Elastic Load ...
Connor's user avatar
  • 955
0 votes
0 answers
34 views

Serve wordpress and S3 website using Cloudfront

I have my main site at WPEngine hosted and a React based webpage hosted on S3. Domain is setup on Route 53, I have created a cloudfront with 2 origins. Origin 1 -> domain.wpenginepowered.com Origin ...
Galeej's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
206