Question 266:
A Node.js software team has developed a recipe application that end-users can search and share recipes. The team deployed the app in AWS EC2 instances with a network load balancer. A recent security audit has discovered an issue that the load balancer listener is not using TLS. That means the application is at a security risk and is prone to be threatened by man in the middle attack. Which below choices are correct to help fix this issue? Select 2.
Answer options:
A.Modify the listener protocol to TLS and choose an existing certificate in ACM (AWS Certificate Manager). B.Change the listener protocol to HTTPS. Import a new certificate to ACM (AWS Certificate Manager) and use it in the load balancer listener. C.Edit the listener by changing the protocol to TLS. Use an existing certificate from IAM. D.Modify the listener protocol to SSL and choose an existing certificate in KMS (AWS Key Management Service). E.Edit the listener by changing the protocol to TLS. Upload a new key to the Secrets Manager and link the key for the listener to use.