Question 193:
You are a team lead for the development of an application that will be hosted in AWS. The application will consist of a front end that will allow users to upload files. Part of the application will consist of sending and processing of messages by a backend service. You have been told to reduce the cost for the backend service but also ensure efficiency. Which of the following would you consider in the implementation of the backend service? Choose 2 answers from the options given below.
Answer options:
A.Create an SQS queue to handle the processing of messages. B.Create an SNS topics to handle the processing of messages. C.Create a Lambda function to process the messages from the queue. D.Create an EC2 Instance to process the messages from the queue.