CloudFront benchmarking for dynamic content

0

A customer is trying to test webpage response time using CloudFront for dynamic content . However, they are not getting the expected results while trying to query it from South India (Bangalore) region. Application is hosted in Mumbai region .

Is there a better way of benchmarking CloudFront performance for dynamic content given that your origin is not located too far away from the client?

Response time while querying the CF distribution VS EC2 public DNS (without CF)

curl --location -w "@curl.breakdown" -s http://*****.cloudfront.net

time_total: 0.102868

curl --location -w "@curl.breakdown" -s  http://ec2-****.ap-south-1.compute.amazonaws.com

time_total: 0.008543

gefragt vor 4 Jahren222 Aufrufe
1 Antwort
0
Akzeptierte Antwort

The purpose of CDN is to quickly distribute in multiple regions. If the customer is only in a specific geographical location, there may be no performance advantage compared with EC2 with a public network address, because the client may be closer to the region than to the Cloudfront pop distance. They can use third-party tools to test in multiple locations, and may get better results.

AWS
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen