Multiple Choice
An application ingests a large number of small messages and stores them in a database. The application uses AWS Lambda. A Development team is making change to the application's processing logic. In testing, it is taking more than 15 minutes to process each message. The team is concerned the current backend may time out. Which changes should be made to the backend system to ensure each message is processed in the MOST scalable way?
A) Add the messages to an Amazon SQS queue. Set up and Amazon EC2 instance to poll the queue and process messages as they arrive.
B) Add the messages to an Amazon SQS queue. Set up Amazon EC2 instances in an Auto Scaling group to poll the queue and process the messages as they arrive.
C) Create a support ticket to increase the Lambda timeout to 60 minutes to allow for increased processing time.
D) Change the application to directly insert the body of the message into an Amazon RDS database.
Correct Answer:

Verified
Correct Answer:
Verified
Q87: Which of the following programming languages have
Q88: A Developer wants to enable AWS X-Ray
Q89: A developer is testing an application that
Q90: A Development team is working on a
Q91: A Developer has created a software package
Q93: A Developer is building a serverless application
Q94: A developer wants to send multi-value headers
Q95: A developer is building an application using
Q96: A developer is refactoring a monolithic application.
Q97: A Developer wants to use AWS X-Ray