
Answer-first summary for fast verification
Answer: Configure CloudFront to use TLS 1.2 or higher and enforce HTTPS connections using AWS Certificate Manager (ACM) certificates.
Option B ensures the highest level of security by enforcing TLS 1.2 or higher and using trusted certificates from AWS Certificate Manager, which guarantees both confidentiality and integrity of data in transit.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with securing data in transit for a multinational corporation that operates in various countries. The corporation uses AWS CloudFront for content delivery and requires all data to be encrypted using TLS 1.2 or higher. Which of the following configurations would you recommend to ensure data confidentiality and integrity?
A
Configure CloudFront to use only TLS 1.0 for HTTPS connections.
B
Configure CloudFront to use TLS 1.2 or higher and enforce HTTPS connections using AWS Certificate Manager (ACM) certificates.
C
Configure CloudFront to use TLS 1.1 for HTTPS connections and use self-signed certificates.
D
Configure CloudFront to use TLS 1.2 or higher but allow HTTP connections for better performance.
No comments yet.