exam questions

Exam ANS-C00 All Questions

View all questions & answers for the ANS-C00 exam

Exam ANS-C00 topic 1 question 10 discussion

Exam question from Amazon's ANS-C00
Question #: 10
Topic #: 1
[All ANS-C00 Questions]

A legacy, on-premises web application cannot be load balanced effectively. There are both planned and unplanned events that cause usage spikes to millions of concurrent users. The existing infrastructure cannot handle the usage spikes. The CIO has mandated that the application be moved to the cloud to avoid further disruptions, with the additional requirement that source IP addresses be unaltered to support network traffic-monitoring needs. Which of the following designs will meet these requirements?

  • A. Use an Auto Scaling group of Amazon EC2 instances behind a Classic Load Balancer.
  • B. Use an Auto Scaling group of EC2 instances in a target group behind an Application Load Balancer.
  • C. Use an Auto Scaling group of EC2 instances in a target group behind a Classic Load Balancer.
  • D. Use an Auto Scaling group of EC2 instances in a target group behind a Network Load Balancer.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
theCloudCTO
Highly Voted 3 years, 8 months ago
D is the Answer- the Network Load Balancer supports millions of session and the preservation of the source IP natively. https://aws.amazon.com/blogs/aws/new-network-load-balancer-effortless-scaling-to-millions-of-requests-per-second/
upvoted 15 times
...
machlo1
Highly Voted 3 years, 8 months ago
" usage spikes to millions of concurrent users" suggest usage of NLB
upvoted 8 times
...
PavanKushwah123
Most Recent 2 years, 5 months ago
Correct Answer D
upvoted 1 times
...
sapien45
3 years, 3 months ago
With Network Load Balancer, the original source IP address and source ports for the incoming connections remain unmodified, so application software need not support X-Forwarded-For, proxy protocol, or other workarounds. Network Load balancer !
upvoted 1 times
...
AzureDP900
3 years, 4 months ago
D is correct.
upvoted 1 times
...
StelSen
3 years, 7 months ago
D is correct. Incase if someone have a doubt whether it support Web application. Here it is: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-nlb.html
upvoted 1 times
...
AshishBravo
3 years, 7 months ago
D, Millions of Sessions & Source IP Preservation, these two requirements leads to NLB only.
upvoted 2 times
...
ChauPhan
3 years, 7 months ago
D. NLB is correct. 1. It can support million concurrent sessions 2. It support L3/L4 layer
upvoted 2 times
...
mamun07
3 years, 8 months ago
Answer D. B could work but the only way ALB can inform of the source IP address is by using the x-forwarded which is in the application header. NLB will handle millions of connections PLUS will send the traffic right through to the server.
upvoted 3 times
...
2aldous
3 years, 8 months ago
1. consider use: AWS Bring Your Own IP (BYOIP), to conserve source IP. 2. Create Elastic Network Interface with source IP 3. Use Elastic IP with network load balancer Answe: D
upvoted 3 times
Ishu_awsguy
3 years, 7 months ago
Bro , the wuestion doesnt mean public IP, it meant to reserve private IP (prevent NAT) . NLB will do it. No need of BYOIP
upvoted 1 times
...
...
FireTv
3 years, 8 months ago
D , because "usage spikes to millions" i.e. extreme traffic.
upvoted 2 times
...
backfringe
3 years, 8 months ago
it's D
upvoted 1 times
...
Ajani
3 years, 8 months ago
Definitely D. NLB scales and works at L4 of the osi. You can assign it a static IP add that can be used for easy integration with monitoring from on-premise
upvoted 3 times
...
PLuGIT
3 years, 8 months ago
D is correct NLBs are highly scalable AND also preserve the source IP address. https://aws.amazon.com/elasticloadbalancing/features/
upvoted 4 times
...
Wpcorgan
3 years, 8 months ago
NLB... D is Correct
upvoted 5 times
...
Rim007
3 years, 8 months ago
NLB supports millions of request, with native Source IP preserve support. Answer: D
upvoted 2 times
...
aviz
3 years, 8 months ago
It says web application in the question,but compared to other options NLB is suitable.So D is the answer
upvoted 2 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 ...