ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

226 / 310

Question 226:

You use an application load balancer to distribute traffic to your backend servers hosted on EC2. As the application serves two domain names, you have applied for two certificates in AWS Certificate Manager.
Now you want to install both certificates in the application load balancer. You are sure that the clients support Server Name Indication (SNI).
How would you configure the certificates on the application load balancer in the most cost-efficient way?

Answer options:

A.Create two HTTPS listeners in the application load balancer and install a certificate for each listener. Enable the SNI support for both listeners.
B.Add both certificates to the application load balancer listener as it supports multiple TLS certificates using SNI.
C.Create two application load balancers, and each balancer has an HTTPS listener. Install a certificate to a listener.
D.Configure a target group in the load balancer’s listener and add two certificates to the target group. Enable the SNI support for the target group.