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

demandé il y a 4 ans222 vues
1 réponse
0
Réponse acceptée

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
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions