How Can I Identify the CloudFront Server for My S3 Site?

0
1
Asked By LunarBee123 On

I'm trying to find out what CloudFront server I'm connecting from when accessing a static S3 site that's fronted by CloudFront. I was considering using traceroute for this, but I wanted to check if that's a good approach. Also, is there an official list of CloudFront server IP addresses available? Any advice would be appreciated!

1 Answer

Answered By SkyDancer88 On

You can check the response headers for the CloudFront server info; it typically includes the POP airport code there. You can also find this information in the access logs. While traceroute can give you some insights, it's not always the most reliable method, so I'd stick with checking the response headers when possible.

TechWizard45 -

I have the airport code **MRS52-C2**. How can I figure out the geographical location of that edge server? Is there a way to map it to a specific region?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.