All Content tagged with Amazon CloudFront

a content delivery network (CDN) service built for high performance, security, and developer convenience

Content language: English

Select tags to filter
Sort by most recent
1609 results
I'm creating lambda@edge functions via the CDK, and each of these functions is defaulting to a log group of `/aws/lambda/undefined`. From the documentation it seems like the log group should be autom...
1
answers
0
votes
39
views
AWS
asked 5 days ago
I'm serving a frontend app via static files hosted in S3 and distributed through CloudFront. The app fetches an OpenAPI schema from a separate subdomain (also static S3 behind CloudFront), so I enable...
1
answers
0
votes
23
views
profile picture
asked 6 days ago
How do we run a report on CloudFront to see which sites are using the most CND calls and break it out by pricing.
1
answers
0
votes
31
views
asked 7 days ago
We are currently hosting our frontend application using AWS Amplify. We would like to connect a third-party subdomain, `mes.lhe.co.kr`, to our Amplify-hosted application. The root domain `lhe.co.kr...
1
answers
0
votes
34
views
asked 8 days ago
I received emails re: [Action Required] Irregular Activity Detected for Your AWS Access Key for [AWS Account: 123456789] on the 7th May and all our CloudFront distributions consequently stopped workin...
2
answers
0
votes
69
views
asked 10 days ago
Iʻve got an s3 bucket with static content. I have no concerns about who reads it. I was happy with putting things into an S3 bucket and serving up through http, but many web browsers now refuse to a...
1
answers
0
votes
58
views
asked 11 days ago
How does cloudfront decide to evict if space is full at POP and regional edge cache? Will it start evicting entries that have a valid TTL? Anyway to ensure that customer gets a guaranteed space for ca...
1
answers
0
votes
31
views
asked 11 days ago
Hi everyone, I'm currently hosting static files on S3 and delivering them through CloudFront. My goal is to reduce request costs by leveraging caching. I’ve set the following Cache-Control header on...
1
answers
0
votes
44
views
asked 13 days ago
I have CloudFront distribution with 2 origins: 1. S3 with my SPA build 2. an API origin to an ALB. And any request with `/api/` prefix goes to ALB. Everything else to S3. I have 2 very simple requ...
2
answers
0
votes
44
views
asked 14 days ago
I have a CloudFront distribution that serves static website from an S3. I have the following function. I have attached this to Viewer Response in my CloudFront default behaviour. My expectation is if...
1
answers
0
votes
45
views
asked 14 days ago
I’m trying to use CloudFront’s new multi‑tenant distribution feature in CDK. I've stripped it down to this: ``` const blueprint = new cloudfront.CfnDistribution(this, 'Blueprint', { distributionCo...
1
answers
0
votes
67
views
asked 14 days ago
I am deploying an SPA using S3 (static website hosting) + CloudFront. The SPA will be hosted with say web.foo.com .. It also needs to call APIs which I want to be proxied through the same domain to av...
1
answers
0
votes
41
views
asked 14 days ago