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

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 408 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 NLProcess 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 (?) , you can switch to a simple comment.
Switch to a voting comment New
UnluckyDucky
Highly Voted 1 year, 7 months ago
Selected Answer: B
Key words: geographically dispersed, UDP. Geographically dispersed (related to UDP) - Global Accelerator - multiple entrances worldwide to the AWS network to provide better transfer rates. UDP - NLB (Network Load Balancer).
upvoted 13 times
...
wizcloudifa
Most Recent 6 months ago
Selected Answer: B
if its UDP it has to be Global Accelarator + NLB package, plus it has the provision for rapid failover as well, piece of cake.
upvoted 2 times
...
sandordini
6 months ago
Selected Answer: B
UDP: NLB + AWS Global Accelerator
upvoted 2 times
...
zinabu
6 months, 2 weeks ago
UDP/TCP=NLB rapid failover= AWS global accelerator
upvoted 2 times
...
ferdzcruz
9 months, 2 weeks ago
devices that use UDP = NLB
upvoted 1 times
ferdzcruz
9 months, 2 weeks ago
minimizes latency = AWS Global Accelerator
upvoted 1 times
...
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: B
This option meets the requirements: Global Accelerator provides UDP support and minimizes latency using the AWS global network. Using NLBs allows the UDP traffic to be load balanced across Availability Zones. ECS Fargate provides rapid scaling and failover across Regions. NLB endpoints allow rapid failover if one Region goes down.
upvoted 1 times
...
TariqKipkemei
1 year, 4 months ago
Selected Answer: B
UDP = AWS Global Accelerator and Network Load Balancer
upvoted 1 times
...
kraken21
1 year, 6 months ago
Selected Answer: B
Global accelerator for multi region automatic failover. NLB for UDP.
upvoted 2 times
...
MaxMa
1 year, 6 months ago
why not A?
upvoted 1 times
kraken21
1 year, 6 months ago
NLBs do not support lambda target type. Tricky!!! https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html
upvoted 8 times
...
...
Buruguduystunstugudunstuy
1 year, 6 months ago
Selected Answer: B
To meet the requirements of minimizing latency for data transmission from the devices and providing rapid failover to another AWS Region, the best solution would be to use AWS Global Accelerator in combination with a Network Load Balancer (NLB) and Amazon Elastic Container Service (Amazon ECS). AWS Global Accelerator is a service that improves the availability and performance of applications by using static IP addresses (Anycast) to route traffic to optimal AWS endpoints. With Global Accelerator, you can direct traffic to multiple Regions and endpoints, and provide automatic failover to another AWS Region.
upvoted 3 times
...
Ruhi02
1 year, 7 months ago
Answer should be B.. there is typo mistake in B. Correct Answer is : 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.
upvoted 4 times
...
[Removed]
1 year, 7 months ago
Selected Answer: B
bbbbbbbb
upvoted 1 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 ...