Briefing Amazon Knowledge

Which of the following options would you consider for c…

You are designing an SSL/TLS solution that requires HTTPS clients to be authenticated by the
Web server using client certificate authentication. The solution must be resilient.
Which of the following options would you consider for configuring the Web server infrastructure?
Choose 2 answers

A.
Configure your Web servers as the origins for a CloudFront distribution.
Use custom SSL certificates on your CloudFront distribution.

B.
Configure ELB with TCP listeners on TCP/443, and place the Web servers behind it.

C.
Configure your Web servers with EIPs.
Place the Web servers in a Route53 Record Set, and configure health checks against all Web
servers.

D.
Configure ELB with HTTPS listeners, and place the Web servers behind it.

Explanation:
TCP/443 or HTTPS listener either way you can configure, but you can only upload ssl certificate
on HTTPS listener.