What is the purpose of CloudFront Behaviors?
To control how requests are processed and content is cached by CloudFront based on specified rules for different types of content.
What does the Cache Policy in CloudFront Behaviors specify?
It specifies how long content is cached and which request elements (like headers or cookies) affect caching.
What is the Origin Request Policy in CloudFront?
It determines which parts of the request (headers, cookies, query strings) are sent to the origin, influencing how the origin generates responses.
What does the Viewer Protocol Policy do in CloudFront?
Controls whether content is accessible via HTTP or HTTPS and if HTTP requests are redirected to HTTPS.