CloudFront-Viewer-Postal-Code does not work in Vietnam country

0

I configured CloudFront to use the CloudFront-Viewer-Postal-Code header in order to obtain postal codes, and it operates effectively in various regions, including Japan. Nonetheless, in certain countries, like Vietnam (Ho Chi Minh city), I am unable to acquire postal codes using this technique. I am curious if the CloudFront-Viewer-Postal-Code feature has country-specific restrictions.

gefragt vor einem Jahr288 Aufrufe
1 Antwort
0

CloudFront uses Maxmind database to update geo specific information. This data is refreshed on a weekly basis, however, will take up to five weeks to propagate across the worldwide fleet in a phased approach. This slow rollout is intentional to limit the potential impact of a negatively impacting deployment or geolocation dataset.

If Geo database installed in CloudFront edge location did not have geo information like Longitude, Latitude or Postal Code, CloudFront will not forward such information to origin though cache policy or origin request policy through headers like:

CloudFront-Viewer-Postal-Code, CloudFront-Viewer-Longitude, CloudFront-Viewer-Latitude

Therefore, if the request is made using an IP address that might have been updated in Maxmind databases within the last 5-6 weeks you don't see the 'CloudFront-Viewer-Postal-Code' header for these requests and you would be able to see them updated in 5-6 week time.

Thus, the CloudFront team suggest to send requests from different client IP addresses if you need to test CloudFront-Viewer header with your application.

[+] GeoRestriction - https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GeoRestriction.html

AWS
SUPPORT-TECHNIKER
Nishant
beantwortet vor einem Jahr

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