ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

275 / 310

Question 275:

Your application is hosted in an EC2 instance behind an application load balancer. The SSL traffic is terminated at the load balancer. A certificate for the domain name www.example1.com was requested from AWS Certificate Manager (ACM) and installed in the ALB listener.
Now the application needs to use another certificate to handle a different domain (www.example2.com). 
Which of the following options is the easiest solution to install the certificate?

Answer options:

A.Create another application load balancer, request the second certificate from ACM and install it at its listener.
B.Install the second certificate (www.example2.com) at the same application load balancer with Smart Selection Using SNI.
C.Delete the first certificate from the elastic load balancer and remove the SSL termination at the ELB. Install both certificates on the EC2 instance.
D.Configure an NGINX server on the EC2 instance and install both certificates. Replace the certificate in the ELB with a new certificate and terminate the SSL traffic at ELB.