Question 424:
You are working as an AWS consultant for an online grocery store. They are using a two-tier web application with web-servers hosted in VPC’s at us-east-1 region & on-premise data-center. Network Load balancer is configured in the front end to distribute traffic between these servers. All traffic between clients & servers is encrypted. They are looking for an alternate solution to terminate the TLS connection on this Network Load balancer to reduce load on back-end servers. This store`s management team has engaged you to suggest a solution for certificate management used in case of TLS termination. Which of the following is a preferred secure option to provision & store certificates to be used along with Network Load Balancer for terminating TLS?
Answer options:
A.Use multiple certificates per TLS listener & If a hostname provided by a client matches multiple certificates in the certificate list. The load balancer selects all of the certificates. B.Use TLS tools to generate a new certificate & upload in AWS Certificate Manager. C.Use a single certificate per TLS listener provided by AWS Certificate Manager. D.Use a single certificate with 4096 bits RSA keys for higher security.