Topic 1 Question 129
A company deploys a distributed web application on a fleet of Amazon EC2 instances. The fleet is behind an Application Load Balancer (ALB) that will be configured to terminate the TLS connection. All TLS traffic to the ALB must stay secure, even if the certificate private key is compromised.
How can a security engineer meet this requirement?
Create an HTTPS listener that uses a certificate that is managed by AWS Certificate Manager (ACM).
Create an HTTPS listener that uses a security policy that uses a cipher suite with perfect forward secrecy (PFS).
Create an HTTPS listener that uses the Server Order Preference security feature.
Create a TCP listener that uses a custom security policy that allows only cipher suites with perfect forward secrecy (PFS).
ユーザの投票
コメント(3)
- 👍 4Zek2024/05/15
- 正解だと思う選択肢: B
B as Zek mentioned
👍 3Certified1012024/05/19 - 正解だと思う選択肢: B
Perfect Forward Secrecy (PFS): This is the key feature that addresses the security requirement. PFS ensures that even if the private key is compromised in the future, past communications cannot be decrypted. This meets the requirement that "All TLS traffic to the ALB must stay secure, even if the certificate private key is compromised."
👍 2heatblur2024/08/12
シャッフルモード