Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Advanced Networking - Specialty ANS-C01 All Questions

View all questions & answers for the AWS Certified Advanced Networking - Specialty ANS-C01 exam

Exam AWS Certified Advanced Networking - Specialty ANS-C01 topic 1 question 2 discussion

A company is deploying a new application in the AWS Cloud. The company wants a highly available web server that will sit behind an Elastic Load Balancer. The load balancer will route requests to multiple target groups based on the URL in the request. All traffic must use HTTPS. TLS processing must be offloaded to the load balancer. The web server must know the user’s IP address so that the company can keep accurate logs for security purposes.
Which solution will meet these requirements?

  • A. Deploy an Application Load Balancer with an HTTPS listener. Use path-based routing rules to forward the traffic to the correct target group. Include the X-Forwarded-For request header with traffic to the targets.
  • B. Deploy an Application Load Balancer with an HTTPS listener for each domain. Use host-based routing rules to forward the traffic to the correct target group for each domain. Include the X-Forwarded-For request header with traffic to the targets.
  • C. Deploy a Network Load Balancer with a TLS listener. Use path-based routing rules to forward the traffic to the correct target group. Configure client IP address preservation for traffic to the targets.
  • D. Deploy a Network Load Balancer with a TLS listener for each domain. Use host-based routing rules to forward the traffic to the correct target group for each domain. Configure client IP address preservation for traffic to the targets.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
[Removed]
Highly Voted 2 months, 3 weeks ago
Selected Answer: A
Answer: A. Deploy an Application Load Balancer with an HTTPS listener. Use path-based routing rules to forward the traffic to the correct target group. Include the X-Forwarded-For request header with traffic to the targets. Explanation: An Application Load Balancer (ALB) with HTTPS and path-based routing rules allows the web server to know the user's IP address through the X-Forwarded-For header, and it handles TLS processing, meeting all the requirements.
upvoted 38 times
...
zaazanuna
Highly Voted 1 year, 6 months ago
A - correct. Here's why: An Application Load Balancer (ALB) can be used to route traffic to multiple target groups based on the URL in the request. The ALB can be configured with an HTTPS listener to ensure all traffic uses HTTPS. TLS processing can be offloaded to the ALB, which reduces the load on the web server. Path-based routing rules can be used to route traffic to the correct target group based on the URL in the request. The X-Forwarded-For request header can be included with traffic to the targets, which will allow the web server to know the user's IP address and keep accurate logs for security purposes.
upvoted 13 times
...
jhon3299
Most Recent 1 week, 2 days ago
TOP IT EXAM COM join now
upvoted 1 times
...
Dammyt
2 months ago
Hi Everyone, Could you assist with the full version of this question category? Please . I will be writing the exam 3 days from now. [email protected], I will appreciate this kind gesture.
upvoted 1 times
...
hefap46027
2 months ago
A - correct. Here's why: An Application Load Balancer (ALB) can be used to route traffic to multiple target groups based on the URL in the request. The ALB can be configured with an HTTPS listener to ensure all traffic uses HTTPS. TLS processing can be offloaded to the ALB, which reduces the load on the web server. Path-based routing rules can be used to route traffic to the correct target group based on the URL in the request. The X-Forwarded-For request header can be included with traffic to the targets, which will allow the web server to know the user's IP address and keep accurate logs for security purposes. https://bitly.cx/ExamsTopics
upvoted 1 times
...
ksdpmx
3 months, 1 week ago
Selected Answer: A
NLB is working on L4 instead of L7 (HTTPS).
upvoted 1 times
...
Raphaello
5 months, 3 weeks ago
Selected Answer: A
A is the correct answer. ALB with HTTPS listener, and X-Forwarded-For is added by default.
upvoted 1 times
...
Marfee400704
7 months, 1 week ago
I think that It's correct answer is A according to the SPOTO products.
upvoted 1 times
...
marfee
7 months, 2 weeks ago
I think that it's correcty answer is A.
upvoted 1 times
...
merajk
10 months, 1 week ago
Selected Answer: A
ALB: TLS termination, path based listener configuration and X-Forwarded-For request header
upvoted 1 times
...
task_7
11 months ago
Selected Answer: A
https://aws.amazon.com/blogs/networking-and-content-delivery/accessing-private-application-load-balancers-and-instances-through-aws-global-accelerator/
upvoted 1 times
task_7
11 months ago
This for Q3
upvoted 1 times
...
...
skiingfalcon
11 months, 2 weeks ago
Selected Answer: A
Target group based rule
upvoted 1 times
...
Andrea13
11 months, 3 weeks ago
The correct answer is A. Deploy an Application Load Balancer with an HTTPS listener. Use path-based routing rules to forward the traffic to the correct target group. Include the X-Forwarded-For request header with traffic to the targets.
upvoted 1 times
...
MEDES
12 months ago
1 week ago A - correct. Here's why: An Application Load Balancer (ALB) can be used to route traffic to multiple target groups based on the URL in the request. The ALB can be configured with an HTTPS listener to ensure all traffic uses HTTPS. TLS processing can be offloaded to the ALB, which reduces the load on the web server. Path-based routing rules can be used to route traffic to the correct target group based on the URL in the request. The X-Forwarded-For request header can be included with traffic to the targets, which will allow the web server to know the user's IP address and keep accurate logs for security purposes.
upvoted 1 times
...
Mishranihal737
1 year, 1 month ago
A & C both can be correct but the company wants highly available design so C should be correct as it provides zonal isolation. ALB does not support Zonal Isolation for HA.
upvoted 1 times
...
8anorange
1 year, 2 months ago
ALB does not preserve client IP address therefore I believer the answer to be D.
upvoted 1 times
8anorange
1 year, 2 months ago
I was incorrect. A is the answer.
upvoted 2 times
...
...
Fengyu
1 year, 2 months ago
Selected Answer: A
A should be correct. For B, host routing is based on domain name, it's also could route based on URL. But we don't need listener for each domain.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...