Questions tagged [amazon-cloudfront]
Amazon CloudFront is a content delivery network (CDN) offered by Amazon Web Services.
405 questions
1
vote
0
answers
135
views
How can I find out which IP addresses are using a lot of data from Cloudfront? [closed]
I'm seeing unexpected high traffic in Cloudfront and suspect someone is scraping our site. How can I find their IP address and block them?
0
votes
1
answer
76
views
Slow Cloudfront Images
We create Cloudfront distributions through the CDK, we got alert that "'CloudFrontWebDistribution' is deprecated" so I created new distributions with "Distribution", I create an S3 ...
0
votes
0
answers
118
views
Conform that AWS Cloudfront is to get access from the Internet
Kindly confirm that AWS Cloudfront is to get access from the public Internet. It is not possible to access CloudFront from within a corporate network via AWS Direct Connect without any traffic going ...
1
vote
2
answers
101
views
SEO, top-level domain delivery and cloudfront
We have a web-service, the frontend(s) for which is split into multiple applications that are delivered by cloudfront endpoints. These currently all have their own subdomains, like e.g. service-a....
0
votes
1
answer
215
views
S3 Static hosting, Cloudfront with OAC, SSL and Route53: Returns 403 Cloudfront Bad Request
I've spent quite a bit of time troubleshooting.
Here is what I have confirmed so far:
S3 side
Bucket name is exactly my site's name
Static Hosting enabled, with Index document set as index.html (...
0
votes
0
answers
114
views
CloudFront + Ubuntu EC2 +Custom Port works for HTTP but not for HTTPS
I am trying to use CF -> EC2 with domain from Route 53 and SSL from ACM but this URL works only on HTTP and on HTTPS, it returns 504 ERROR: The request could not be satisfied.:
The EC2 is running ...
3
votes
1
answer
1k
views
Use cloudfront distribution host as CNAME for root domain
I've created a Cloudfront distribution and got a address to put as CNAME.
The problem is that I can't set a CNAME on a root Domain like mysite.com, just for subdomains.
My DNS records are from Azure, ...
1
vote
1
answer
77
views
Can I use same subdomain to serve both ColudFront, S3 and Apache?
I'm trying to setting up a application on S3 and CloudFront and the frontend application is using Flutter.
Frontend
I have managed to deployed S3 and CloudFront successfully.
Let's say the domain dev....
0
votes
0
answers
239
views
How to Deploy React App and WordPress on the Same CloudFront Distribution Domain Name with Different Origins and Behaviors?
I'm encountering challenges deploying both a React app and a WordPress site on the same CloudFront Distribution domain name while utilizing different origins and behaviors.
Here's my setup:
I have a ...
0
votes
1
answer
668
views
Only Https Post requests failing with cloudfront and ec2 instance running nginx reverse proxy
I am running a nodejs server on ec2 on port 3000. In order to connect it to internet, I am running a nginx server to proxy requests from port 80 to 3000.
I have a ec2 domain "http://ec2-xxx....
0
votes
1
answer
304
views
After setting CORS, endpoints of web services are not retrieving data
Well, maybe I am not providing enough information to you all. Hope you can help me, give a clue or hint, or guide me how to advance.
I have an application that is consuming data from a web service. ...
0
votes
1
answer
2k
views
My Cloudfront distribution is showing access denied despite enabling all public access to the bucket objects
I am using the following CF policy in my S3 bucket:
{
"Version": "2008-10-17",
"Id": "PolicyForCloudFrontPrivateContent",
"...
0
votes
1
answer
829
views
S3 site in Cloudfront Preflight 302 Error
I have a static s3 website hosted through CloudFront. In it, I make a request that will result in a redirect if the user is not logged in. Preflight then fails because of a 302:
Access to fetch at '...
-1
votes
1
answer
246
views
Duplicate wordpress feed url
How to create nginx rules to copy the wordpress feed url. Actually, I want two versions of the feeds, one cached and one not, to simulate AWS Cloudfront cache behaviors. Both urls should function ...
3
votes
0
answers
627
views
Why is CloudFront failing to pass a header from the origin to the client?
I have CloudFront configured with an API Gateway origin. In the application accessed via API Gateway, my application responds to a particular request with a Content-Disposition header so that the data ...