How to obtain location-related headers in Elastic Beanstalk like Google App Engine?

Hi all, I was earlier using Google App Engine and I was getting multiple headers by default related to city, country, lat-long etc. Is there any configuration I can do in Elastic Beanstalk as well so I’ll get such headers?

You’d need to install some sort of geoip lib into your app and use it etc.

Oh it means AWS does not provide any default headers related to locations info

This might be helpful:
https://aws.amazon.com/about-aws/whats-new/2020/07/cloudfront-geolocation-headers/

But for the EBS I am not sure the cloudfront is there or not