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
0 answers

S3 CloudFront distribution load different bucket based on IP

I have a domain (myweb.com) pointed to one of my cloudfront distributions eg.: myweb.com -> https://web1.s3.amazonaws.com/ now based on the internal organisation IP, I would like to load a new version of the site under the same domain not a…
0
votes
1 answer

How to connect cloudfront and alb?

I am trying to connect to ec2 through ALB through Cloudfront. Currently, the ALB already has one listener associated with cloudfront. So I set a listener with a different port as the origin and set the path to the behavior. However, when connecting…
0
votes
1 answer

AWS ALB and Cloudfront routing 502

Slight AWS newbie here. I have just taken over a new application in AWS that has an ALB (routes traffic to ECS). The ALB has an SSL certificate and some default DNS records in Route53. I have created a distribution in Cloudfront and selected the ALB…
0
votes
0 answers

AWS Cloudfront front-facing for ELB Origin

Right now I'm working with Cloudfront as front-facing for the Application Load Balancer in AWS. I attached my default Security Group (one) which has inbound rule both for HTTP and HTTPS for source 0.0.0.0/0, it works fine, and I can access my…
0
votes
1 answer

Can't access static site S3, Cloudfront, Route53

I apologize if this needs to be split into two questions, but I'm trying to set up a static site using S3, a CloudFront distribution, and a Route53 domain. If I try to access laszloffy.com, I receive a DNS_PROBE_FINISHED_NXDOMAIN error. If I try…
0
votes
0 answers

AWS CLI Unknown options: --include,*.m3u8 For S3

Can the AWS CLI tool be used to only list/retrieve certain file types in S3? I was trying: aws s3 ls --summarize --human-readable --recursive s3://cloudfront.abc.com/CDNSource/hls/ --include "*.m3u8" but receiving "Unknown options:…
0
votes
1 answer

What Could Cause CloudFront Request To Spikes Once Per Day From Linux User Agent with same IP?

Setup is: cloudfront -> load balancer -> ec2 server CloudFront logs shows the request are coming from these IP's and User Agent. c-ip = 52.2.212.237 44.207.101.129 cs(User-Agent) = Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like…
0
votes
1 answer

Does AWS CloudFront support country code top level domains not available for registration?

There are some ccTLDs that I am interested in that are not available for registration through AWS Route 53, according to their list. Having registered such a domain with another registrar, and being able to change the name servers, can I still use…
Nagev
  • 580
  • 1
  • 6
  • 10
0
votes
0 answers

EC2 instance DNS resolving issue

How do I identify the EC2 instance causing DNS (my website) resolving errors? I have some instances in my VPC, one of them is creating an error, I did not enable monitoring for this VPC and the instances. I need to determine what instance of aws is…
0
votes
0 answers

CloudFront Access Logs Issue

I was tried querying our CloudFront logs using Athena for an error i'm getting but haven't received any results. The query i'm trying using is: SELECT * FROM cloudfront_logs WHERE request_id = >…
0
votes
0 answers

nginx how to replace try_files with proxy_pass having multiple paths

I have a set of rules in Nginx of this type: location ~ ^/race/[a-z0-9\-_]*/session/[a-z0-9\-]*/topic/[a-z0-9\-_]*$ { try_files $uri $uri/ /race/period/session/team/topic/index.html; } location /images/assets/ { try_files /backup/data$uri…
nbari
  • 558
  • 1
  • 9
  • 28
0
votes
0 answers

AWS CloudFront error 502 connecting to EC2 host

Community I have a web page served by Apache running on a EC2 AWS instance. I am using AWS Certificate Manager with CloudFront to manage SSL/TLS in order to access the web page using HTTPS My environment: Domain: some.com.do AWS Certificate…
Geraldo
  • 1
  • 2
0
votes
1 answer

Setting up CloudFront with SSL/TLS certificate and EC2 instance

Community. I have a web page served by Apache running on a EC2 AWS instance. I am using AWS Certificate Manager with CloudFront to manage SSL/TLS in order to access the web page using HTTPS My environment: Domain: some.com.do AWS Certificate…
0
votes
0 answers

ALB instead of Cloudfront in front of single server web app

AWS Recommends adding cloudfront in front of single server applications for security and performance see https://aws.amazon.com/blogs/networking-and-content-delivery/dynamic-whole-site-delivery-with-amazon-cloudfront/ I want to add it for an…
Niro
  • 1,401
  • 4
  • 20
  • 36
0
votes
1 answer

influxdb connect to cloudfront aws

Just installed influxdb on fedora server 35 with this repo : https://repos.influxdata.com/rhel/8/x86_64/stable/ every time i restart the service influxdb (default conf) it connects to random ip on aws cloudfront : tcp ESTAB 0 0 …
proxyd43
  • 152
  • 1
  • 2
  • 12