1 / 652%
Question 1 of 65

A workload consists of downloading an image from an Amazon S3 bucket, processing the image, and moving it to another Amazon S3 Bucket. An Amazon EC2 instance runs a scheduled task every hour to perform the operation. How should a Solutions Architect redesign the process so that it is highly available?

AChange the Amazon EC2 instance to compute optimized.
BLaunch a second Amazon EC2 instance to monitor the health of the first
CTrigger a Lambda function when a new object is uploaded.
DInitially copy the images to an attached Amazon EBS volume.