Topic 1 Question 12
An ecommerce company is hosting a web application on Amazon EC2 instances to handle continuously changing customer demand. The EC2 instances are part of an Auto Scaling group. The company wants to implement a solution to distribute traffic from customers to the EC2 instances. The company must encrypt all traffic at all stages between the customers and the application servers. No decryption at intermediate points is allowed. Which solution will meet these requirements?
Create an Application Load Balancer (ALB). Add an HTTPS listener to the ALB. Configure the Auto Scaling group to register instances with the ALB's target group.
Create an Amazon CloudFront distribution. Configure the distribution with a custom SSL/TLS certificate. Set the Auto Scaling group as the distribution's origin.
Create a Network Load Balancer (NLB). Add a TCP listener to the NLB. Configure the Auto Scaling group to register instances with the NLB's target group.
Create a Gateway Load Balancer (GLB). Configure the Auto Scaling group to register instances with the GLB's target group.
ユーザの投票
コメント(11)
- 正解だと思う選択肢: C
C If you need to pass encrypted traffic to the targets without the load balancer decrypting it, create a TCP listener on port 443 instead of creating a TLS listener. https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html
👍 5Untamables2023/04/01 - 正解だと思う選択肢: C
C is the only option that provides the connection from client not to be terminated in any intermediate point but the application server
👍 3ohcan2023/03/26 - 正解だと思う選択肢: C
C covers the requirement for end-to-end encryption
👍 3slackbot2023/04/04
シャッフルモード