What should a solutions architect recommend to decouple the system?

Posted by: Pdfprep Category: SAA-C02 Tags: , ,

A mobile gaming company runs application servers on Amazon EC2 instances. The servers receive updates from players every 15 minutes. The mobile game creates a JSON object of the progress made in the game since the last update, and sends the JSON object to an Application Load Balancer. As the mobile game is played, game updates are being lost. The company wants to create a durable way to get the updates in older.

What should a solutions architect recommend to decouple the system?
A . Use Amazon Kinesis Data Streams to capture the data and store the JSON object in Amazon S3.
B . Use Amazon Kinesis Data Firehose to capture the data and store the JSON object in Amazon S3.
C . Use Amazon Simple Queue Service (Amazon SQS) FIFO queues to capture the data and EC2 instances to process the messages in the queue.
D . Use Amazon Simple Notification Service (Amazon SNS) to capture the data and EC2 instances to process the messages sent to the Application Load Balancer.

Answer: C

Leave a Reply

Your email address will not be published.