Questions tagged [aws-cdn]

6 questions
1
vote
0 answers

Post Method error while uploding content to s3 bucket using cdn in aws

I am facing some issues While using cdn to upload some content to my S3 bucket. Using POST method to upload content not working While PUT and GET is Working for the same bucket policy S3 bucket region used is us-east-1 Followed aws doc but not got…
Abhishek Chaubey
  • 2,960
  • 1
  • 17
  • 24
0
votes
0 answers

Can AWS CloudFront slow down PHP file & DB connection if PHP files are cached at edge location?

I have been using a Laravel website which I have cached with AWS CDN, which is working fine up to this stage. However, when I cache PhP/controller files, it seems to work fine with those edge locations where DB is close, however users from other…
0
votes
1 answer

How to Exclude cookies from being cached on AWS CDN?

I have recently configured my Laravel website on AWS CDN and have encountered some issues. I am quite new here, kindly help.. My Laravel Website uses below cookies to identify the session. csrf_cookie_name, ci_session & site_lang So, I have added…
0
votes
2 answers

multiple prefix of single S3 bucket mapping to single CloudFront distribution

I've two scenarios Single S3 bucket will hold data for multiple environments Single S3 bucket which will holds data for single environment In both these scenarios bucket will be private and public to CloudFront only Where I want to restrict access…
Maulik
  • 510
  • 1
  • 7
  • 22
0
votes
2 answers

403 - Forbidden: Access is denied in JMeter

I'm facing an issue while doing the load testing through Jmeter. I hosted my dot net application in AWS and added all my images through CDN. While doing the load test through Jmeter, I'm getting 403 Access denied error. But if I run single users it…
0
votes
0 answers

How to invalidate CDN URL which contains '{' in query string

Below is request url which contains query string param, that I have successfully cached using CDN. But I am unable to purge the request url or invalidate it from cache. url -…