Ultimate access to all questions.
A company has deployed its restaurant review website on an Amazon EC2 instance. This website offers support for multiple languages, with the user's preferred language specified as a query string parameter in the request URL. The structure of directories and filenames remains consistent across all language versions of the website. When a user accesses the site directly, it serves the webpage in the specified language. However, if the webpage is accessed through the associated CloudFront distribution, it always defaults to just one language.
What steps would you take to resolve this issue?