amazon-cloudfront Questions

3

Solved

So as a pretext, I've got less than no idea what to do about this. I've researched for about two hours and normally I would just keep going but none of the information I've found has been useful. I...

4

Solved

I'm trying to set a Content-Security-Policy header for an html file I'm serving via s3/cloudfront. I'm using the web-based AWS console. Whenever I try to add the header: it doesn't seem to respe...
Hereabouts asked 6/11, 2013 at 23:48

5

Solved

TL;DR: How to delete an amplify environment, when some resources of the service have been deleted manually in the console? So, I took a course on egghead to learn the aws amplify CLI. Unfortunatel...

2

A simple HTTP GET request. When I put the URL into the browser bar, the results come back. (a small JSON object) When I put the same url into Postman (https://www.postman.com/) I got the following ...
Heavenward asked 23/11, 2021 at 6:17

2

Solved

does anyone know how to set up CloudFront Caching correctly? I've got a Jekyll website in S3 and CloudFront set up like this: Path Pattern: Default (*) Minimum TTL: 86400 Maximum TTL: 604800 Defa...

4

I know cloudfront provides a mechanism to invalidate a file, but what if I want to invalidate all files in a specific folder ? The documentation mentions that I can't use wildcards to do this. Her...
Wharton asked 17/6, 2013 at 13:43

3

Solved

I have an AWS cloudfront ahead of an S3 bucket that contains my frontend app (https://myapp.com). When I go to https://myapp.com/experts?profession=carpenter through the navigation elements of my s...

16

Solved

I am trying to setup CloudFront to serve static files hosted in my S3 bucket. I have setup distribution but I get AccessDenied when trying to browse to the CSS (/CSS/stlyle.css) file inside S3 buck...
Absorbed asked 15/2, 2017 at 14:13

6

Solved

I just want to serve my s3 files on cdn.mydomain.com So I create cloudfront distribution which is working fine on https://dxxxxxxxx.cloudfront.net/test.jpg - I get the image. And now I want to as...

4

Solved

I have my angular2 webapp hosted in s3. it has cloudfront as well. Its connecting to nodejs as backend which is in different machine in AWS EBS. My web application works fine.But when i refresh a...

5

Solved

AWS now supports gzipping files through CloudFront I've followed along with all of the instructions in Serving Compressed Files, and yet gzipping is not working. I have an S3 bucket set up as a w...
Electromagnetism asked 23/2, 2016 at 23:51

3

Solved

I have setup a lambda function url and cloudfront system Lambda Function Url is straight forward, a function that will return an image or a json value Cloudfront using this setting: Origins: Ori...
Payable asked 15/8, 2022 at 11:18

7

Solved

What I try to do is to enable Standard Logging for a CloudFront distribution, via AWS console, as in the picture below: I have set the following S3 Bucket Policy: { "Version": "201...
Morten asked 9/1, 2022 at 20:13

9

I have a domain example.com. I have a S3 bucket named example.com setup with an index.html file that works. Now I like to create two subfolders called old and new, each containing a separate versio...

2

Solved

I'm using a Cloudfront distribution as a proxy for my Heroku server. Why? for these purposes. Anyway, my app has a force ssl rule on it. When I go to my cloudfront url, the origin being my heroku ...
Buenrostro asked 15/7, 2014 at 7:2

5

I'm new to AWS and trying to create a Web CloudFront distribution. I chose: Origin media: wp.s3.s3.amazonaws.com Restrict Bucket Access: Yes Origin Access Identity: Create a new identity Grant R...
Tali asked 10/3, 2019 at 4:29

3

Solved

What is the difference between CloudFront and Global Accelerator when we want to serve dynamic contents? https://aws.amazon.com/cloudfront/dynamic-content/ I expect that CloudFront is CDN, so it is...
Talishatalisman asked 24/5, 2021 at 13:5

5

AWS have recently released the Lambda function URLs feature which allows a function to be invoked via a URL. I would like to allow my function to be invoked via a URL but only via CloudFront. I don...

7

Solved

I had set up Cloudfront correctly over http. It fetched data from my website (dev.pie.video) fine. I'm now moving to https. Things are working fine at https://dev.pie.video but Cloudfront is unable...
Midship asked 8/8, 2016 at 22:55

3

I've found instructions to point my domain's CNAME to Amazon's CloudFront service but ideally I would like to point the root name (A record name). For example, example.com instead of www.example.co...
Eduardo asked 1/6, 2010 at 15:48

3

I have a domain (example.com) with SSL support. I am having an issue when trying to redirect a request from www.example.com -> https://example.com. The error I get when trying to access www.exampl...
Ignatz asked 18/1, 2017 at 3:8

14

Solved

How do you set a default root object for subdirectories on a statically hosted website on Cloudfront? Specifically, I'd like www.example.com/subdir/index.html to be served whenever the user asks fo...
Daryl asked 24/6, 2015 at 3:29

2

Solved

For a while, I was simply storing the contents of my website in a s3 bucket and could access all pages via the full url just fine. I wanted to make my website more secure by adding an SSL so I crea...
Rrhoea asked 11/5, 2018 at 19:42

5

Solved

I've multiple Cloudfront distributions pointing to a single S3 Bucket to create different URLs. Now when I deploy it is difficult to clear cache of all the buckets manually one by one. So I thought...
Southwick asked 6/10, 2020 at 11:56

2

I have a Lambda that is working as a CloudFront Origin Request handler when referenced using an ARN that contains the version (e.g. ...:function:MyFunction:123). I've created a PROD alias to versio...
Corse asked 11/8, 2019 at 22:2

© 2022 - 2025 — McMap. All rights reserved.