1
Design High-Performing Architectures
hard
Based on the exhibit, which change will most improve the CloudFront cache hit ratio for the static assets while still serving the same files to all users?
Exhibit
CloudFront behavior summary for path pattern /static/*: - Allowed methods: GET, HEAD - Cache policy: forwards all query strings - Origin request policy: forwards all cookies and the Authorization header - Average cache hit ratio: 11% Sample request log lines: GET /static/app.js?v=18&userId=123 Cookie: session=abcd GET /static/app.js?v=18&userId=987 Cookie: session=xyzt GET /static/logo.svg?v=18&locale=en Cookie: session=mnop Origin responses: - All objects are identical for every viewer - Objects are versioned only by the v query parameter