ANS-C01 · Question #53
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…
The correct answer is B. Retrieve client IP addresses by using the X-Forwarded-For header E. Use an Application Load Balancer. Using 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.
Question
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? (Choose two.)
Options
- AUse a Network Load Balancer
- BRetrieve client IP addresses by using the X-Forwarded-For header
- CUse AWS App Mesh load balancing
- DRetrieve client IP addresses by using the X-IP-Source header
- EUse an Application Load Balancer.
How the community answered
(46 responses)- A17% (8)
- B70% (32)
- C9% (4)
- D4% (2)
Explanation
Using 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.
Topics
Community Discussion
No community discussion yet for this question.