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
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.
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?