Questions tagged [amazon-cloudfront]

Amazon CloudFront is a content delivery network (CDN) offered by Amazon Web Services.

Amazon CloudFront is a content delivery network (CDN) offered by Amazon Web Services.

Official page

398 questions
0
votes
1 answer

Cloudfront GoDaddy DNS - SSL Certificate Issues

I have a CloudFront distribution setup and working correctly. I also have an SSL certificate issued using ACM. My GoDaddy DNS has a CNAME entry for www which points to the cloudfront distribution The following URLS work as expected and display the…
0
votes
1 answer

Cloudformation Trouble with Parsing

I am having some issues w/ using CloudFormation and CloudFront. I have been using the AWS resources to form my template, found here "OpenVPNCloudFront" : { "Type" : "AWS::CloudFront::Distribution", "Properties": { …
ryekayo
  • 472
  • 5
  • 14
0
votes
0 answers

AWS CloudFront not caching S3 content

I am trying to learn CloudFront, but it seems my distribution is not caching data correctly. I have an S3 bucket in Tokyo (I am in North America). I am trying to access the following file with the following permissions. The file and the bucket are…
Timothy Pulliam
  • 259
  • 1
  • 8
0
votes
0 answers

Cloudfront EC2 Configuration working only for Root URL

I have configured an EC2 instance with Cloudfront to use SSL(from ACM). It works fine only for the root URL (example.com) but not for other URLs (example.com/page1). 502 Error : The request could not be satisfied.
katu
  • 101
  • 1
0
votes
1 answer

Bypass traffic on AWS WAF based on content-type

Is it possible to bypass WAF on Cloudfront if the request is fore statics files like images? This is a simple question, but one that has a big impact on operating cost. Because the charge of Cloudfront + WAF is performed by GB, so images have a high…
0
votes
0 answers

CloudFront HTTP/2 slower (high TTFB) than HTTP/1.1

My site was running on HTTP/1.1 with CloudFront at front, Webpagetest reports the load time usually at 2 seconds. Yesterday I enabled HTTP/2 (and SSL) on CloudFront, expecting to see an improvement. The result is, on the opposite, it becomes…
Edward
  • 101
  • 3
0
votes
1 answer

what is the difference between amazon edge location and cloudfront?

How Amazon edgelocation and cloudfront relate to each other? I understand Both are used for reducing the latency and keep information (cache info)at the nearest location.
0
votes
1 answer

Does basepath mapping create a CloudFront Distribution

Does basepath mapping on an API in API gateway use a 'hidden' cloudfront distribution? I have an API on API Gateway, with base path mappings on a domain. However, this doesn't go through cloudfront--and thus no https, only http. When I try to create…
0
votes
1 answer

Response from Cloudfront from S3 Origin keeps changing CORS Headers

here is my problem : CORS are set as supposed to be on the S3 : * GET when I try to fetch a file (using jQuery…
M. Gara
  • 163
  • 1
  • 2
  • 10
0
votes
1 answer

Whether Cloudfront Origin can be a Route 53 recordset created for Application Load Balancer DNS?

I have created a A Route53 recordset for AWS application load balancer DNS. My question is whether AWS Cloudfront origin can contain this recordset url or not? For example: ALB DNS name: xxxx.us-east-1.elb.amazonaws.com. Recordset Entry in Route53…
0
votes
1 answer

Hosting a Wordpress Blog using Apache as sub-directory

I have an existing static web-app on S3 behind CloudFront, let's say at example.com I want to add a WordPress blog, which should be accessed at example.com/blog For the WordPress blog, i've set up an ec2 server with Apache and WordPress. I've added…
Arnon
  • 163
  • 1
  • 5
0
votes
1 answer

Is AWS CloudFront useful if I need to serve just one region?

We are serving videos from a S3 bucket(in Mumbai) to users in a single region(India). We expect thousands of users to access these files only from India. Is it worth to have a CloudFront distribution? Would the latency be reduced if we are using…
0
votes
0 answers

Getting CloudFront to Work with EC2 Wordpress Installation + Route 53

I have a problem getting CloudFront to work with a BitNami Wordpress installation I’ve done on an EC2 instance. This is my first time working with EC2, so please forgive my noob level in AWS knowledge. I created an EC2 instance and installed…
0
votes
1 answer

Configure AWS Cloudfront Path Pattern workaround for Regular Expression

From what it appears, Cloudfront Path Pattern doesn't support complete regex. What I want to achieve is to separate the requests /[a-z]* from the requests /[a-z]/.+ to different origins. So, a request /page must have a different behavior from…
Sankalp Sharma
  • 267
  • 1
  • 3
  • 12
0
votes
1 answer

IPv6: can't resolve host on Route 53 backed by CloudFront

I use AWS Route 53 in front of a CloudFront web distribution. I'm trying to add IPv6 support for my CF distribution. Following the AWS docs on enabling IPv6 for Route 53, I added a AAAA record that is an Alias to my CF web distribution. When I hit…