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.)
A. reate an Amazon Simple Queue Service (Amazon SQS) queue
B. onfigure the Lambda function to use the Amazon Simple Queue Service (Amazon SQS) queue as the invocation source
C. onfigure the Lambda function to monitor the S3 bucket for new uploads
D. aunch an Amazon EC2 instance to monitor an Amazon Simple Queue Service (Amazon SQS) queue
E. onfigure an Amazon EventBridge (Amazon CloudWatch Events) event to monitor the S3 bucket