A recreation department booking website must present only HTTPS to citizens and redirect any HTTP requests to HTTPS. Which design best implements that control on AWS?
Select an answer to reveal the explanation.
Short Explanation
Citizens booking ball fields deserve a locked HTTPS door, not a swinging HTTP screen door. ACM hands you a trusted cert on ALB or CloudFront, and a listener rule politely redirects HTTP to HTTPS.
Full Explanation
HTTPS-only public sites are implemented with ACM-managed certificates on ALB or CloudFront and listener/behavior rules that redirect HTTP to HTTPS. That provides encryption in transit with managed certificate lifecycle. Self-signed public buckets, HTTP-only designs, and unrelated UDP rules do not meet the secure public-site requirement.