Topic 1 Question 41
2 つ選択A company is creating new features for its ecommerce website. These features will use several microservices that are accessed through different paths. The microservices will run on Amazon Elastic Container Service (Amazon ECS). The company requires the use of HTTPS for all of its public websites. The application requires the customer’s source IP addresses. A network engineer must implement a load balancing strategy that meets these requirements. Which combination of actions should the network engineer take to accomplish this goal?
Use a Network Load Balancer
Retrieve client IP addresses by using the X-Forwarded-For header
Use AWS App Mesh load balancing
Retrieve client IP addresses by using the X-IP-Source header
Use an Application Load Balancer.
ユーザの投票
コメント(5)
B, E - correct.
👍 3zaazanuna2023/03/18Using an Application Load Balancer (ALB) is more appropriate in this scenario because it supports path-based routing, which is required for the microservices accessed through different paths. ALB also supports HTTPS, which is a requirement for the company's public websites.
👍 3zaazanuna2023/03/26- 正解だと思う選択肢: BE
B, E are correct
👍 3PTLS2023/04/23
シャッフルモード