exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 796 discussion

A company runs an application that receives data from thousands of geographically dispersed remote devices that use UDP. The application processes the data immediately and sends a message back to the device if necessary. No data is stored.
The company needs a solution that minimizes latency for the data transmission from the devices. The solution also must provide rapid failover to another AWS
Region.
Which solution will meet these requirements?

  • A. Configure an Amazon Route 53 failover routing policy. Create a Network Load Balancer (NLB) in each of the two Regions. Configure the NLB to invoke an AWS Lambda function to process the data.
  • B. Use AWS Global Accelerator. Create a Network Load Balancer (NLB) in each of the two Regions as an endpoint. Create an Amazon Elastic Container Service (Amazon ECS) cluster with the Fargate launch type. Create an ECS service on the cluster. Set the ECS service as the target for the NLB. Process the data in Amazon ECS.
  • C. Use AWS Global Accelerator. Create an Application Load Balancer (ALB) in each of the two Regions as an endpoint. Create an Amazon Elastic Container Service (Amazon ECS) cluster with the Fargate launch type. Create an ECS service on the cluster. Set the ECS service as the target for the ALB. Process the data in Amazon ECS.
  • D. Configure an Amazon Route 53 failover routing policy. Create an Application Load Balancer (ALB) in each of the two Regions. Create an Amazon Elastic Container Service (Amazon ECS) cluster with the Fargate launch type. Create an ECS service on the cluster. Set the ECS service as the target for the ALB. Process the data in Amazon ECS.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
8a5603d
1 year, 3 months ago
Selected Answer: B
https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html
upvoted 1 times
...
C03Architect
1 year, 7 months ago
Selected Answer: A
It says solution must provide rapid failover to another AWS Region, So there are More chances for Option A.
upvoted 1 times
...
Samuel03
2 years, 4 months ago
Selected Answer: B
Should be B
upvoted 1 times
...
Hmmm2
2 years, 4 months ago
I get the NLB part, but what's wrong with A?
upvoted 1 times
Hmmm2
2 years, 4 months ago
never mind, it'd need an ALB too, so I agree with B
upvoted 1 times
...
...
Jobair
2 years, 7 months ago
Selected Answer: B
UDP is in Layer 4. NLB works with UDP
upvoted 2 times
...
jxp09
2 years, 8 months ago
B Global A and Network Load Balancer
upvoted 1 times
...
Alexander_Nox
2 years, 9 months ago
Selected Answer: B
B is ok in this case
upvoted 2 times
...
Daepark
2 years, 9 months ago
UDP is layer 4 level so NLB supports it while ALB supports HTTP which is layer 7. Shouldn't it?
upvoted 2 times
...
guptatrng
2 years, 9 months ago
It should be B because NLB supports GA and UDP protocol.
upvoted 4 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 ...