Question 165:
An application is deployed as a docker image running on Amazon ECS. You use an Application Load Balancer to distribute the traffic to the ECS cluster. You want to terminate the SSL traffic in the ELB. How would you create and install the certificate for the Application Load Balancer? (SELECT TWO.)
Answer options:
A.Create the certificate in Amazon KMS and upload it to the ELB.B.Store the certificate and private key in the ELB through the ECS service. C.Use the OpenSSL command to generate a certificate, upload it to IAM and configure ELB to use the certificate. D.Request a certificate in ACM and configure the Application Load Balancer to use the certificate. E.Use Amazon Fargate as the container compute engine. It offers native TLS security in the Application Load Balancer.