ANS-C01 Exam QuestionsBrowse all questions from this exam

ANS-C01 Exam - Question 41


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.)

Show Answer
Correct Answer: B,E

To meet the requirements of using HTTPS for all public websites and needing the customer's source IP addresses, the use of an Application Load Balancer (ALB) is appropriate. ALBs support HTTPS, which aligns with the company's requirement for secure connections. Additionally, ALBs can provide the client’s source IP addresses using the X-Forwarded-For header, which is crucial for the application. Therefore, using an Application Load Balancer and retrieving client IP addresses via the X-Forwarded-For header are the necessary actions.

Discussion

11 comments
Sign in to comment
zaazanuna
Mar 26, 2023

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.

PTLSOptions: BE
Apr 23, 2023

B, E are correct

zaazanuna
Mar 18, 2023

B, E - correct.

helloworldabc
Mar 21, 2023

BBBBBBBEEEEEEEE

ozan11
Jun 3, 2023

The application requires the customer’s source IP addresses. NLB does that. ALB don't as far as I know. I'll go with AB.

AradOptions: BE
Oct 27, 2023

obviously B & E.

Scunningham99
Sep 19, 2023

B & E https://docs.aws.amazon.com/elasticloadbalancing/latest/application/x-forwarded-headers.html

halukd
Jan 18, 2024

B,C AppMesh is the best for microservices with ECS. https://aws.amazon.com/app-mesh/features/

marfee
Feb 8, 2024

I think that it's correcty answer is B & E.

RaphaelloOptions: BE
Apr 4, 2024

BE are the correct answers.

Dammyt
Jul 21, 2024

BE is more appropriate for this use case