Q28 — AWS SAA-C03 Ch.2

Question 28 of 65 | ← Chapter 2

Q93. An application development team is designing a microservice that will convert large images to smaller, compressed images. When a user uploads an image through the web interface, the microservice should store the image in an Amazon S3 bucket, process and compress the image with an AWS Lambda function, and store the image in its compressed form in a different S3 bucket. A solutions architect needs to design a solution that uses durable, stateless components to process the images automatically. Which combination of actions will meet these requirements? (Select TWO)

Correct Answer: A. Create an Amazon Simple Queue Service (Amazon SQS) queue Configure the s3 bucket to send a notification to theSQS queue when an image is uploaded to the S3 bucket, B. Configure the Lambda function to use the Amazon Simple Queue Service (Amazon SQS) queue as the invocationsource. When the SQS message is successfully processed, delete the message in the queue