Multiple Choice
An organization has two Amazon EC2 instances: The first is running an ordering application and an inventory application. The second is running a queuing system. During certain times of the year, several thousand orders are placed per second. Some orders were lost when the queuing system was down. Also, the organization's inventory application has the incorrect quantity of products because some orders were processed twice. What should be done to ensure that the applications can handle the increasing number of orders?
A) Put the ordering and inventory applications into their own AWS Lambda functions. Have the ordering application write the messages into an Amazon SQS FIFO queue.
B) Put the ordering and inventory applications into their own Amazon ECS containers and create an Auto Scaling group for each application. Then, deploy the message queuing server in multiple Availability Zones.
C) Put the ordering and inventory applications into their own Amazon EC2 instances, and create an Auto Scaling group for each application. Use Amazon SQS standard queues for the incoming orders, and implement idempotency in the inventory application.
D) Put the ordering and inventory applications into their own Amazon EC2 instances. Write the incoming orders to an Amazon Kinesis data stream Configure AWS Lambda to poll the stream and update the inventory application.
Correct Answer:

Verified
Correct Answer:
Verified
Q418: What is the name of licensing model
Q419: A company runs an application on AWS.
Q420: A company has an application that uses
Q421: What happens when Dedicated instances are launched
Q422: What is the average queue length recommended
Q424: Your team has a tomcat-based Java application
Q425: Which of the following rules must be
Q426: An AWS account owner has setup multiple
Q427: A company has a legacy application running
Q428: During an audit, a security team discovered