Q12 — AWS SAA-C03 Ch.2

Question 12 of 65 | ← Chapter 2

Q77. A social media company allows users to upload images to its website. The website runs on Amazon EC2instances. During upload requests, the website resizes the images to a standard size and stores the resized images in Amazon S3 Users are experiencing slow upload requests to the website. The company needs to reduce coupling within the application and improve website performance. A solutions architect must design the most operationally efficient process for image uploads. Which combination of actions should the solutions architect take to meet these requirements? (Select TWO.)

Correct Answer: C. Configure the application to upload images directly from each users browser to Amazon S3 through the use of a presigned URL., D. Configure S3 Event Notifications to invoke an AWS Lambda function when an image is uploaded. Use the function to resize the image.