1 / 1010%
Question 1 of 10

A company is building an expense tracking system with the ability for the users to upload images. The existing web servers are just about loaded and as an architect, you do not want to make use of the existing web server to upload the images due to the additional load that it would incur. How can this be handled in a cost-effective manner?

ACreate a secondary S3 bucket. Then, use an AWS Lambda to sync the contents to the primary bucket.
BUse Auto Scaling and increase the capacity as demand increased
CUse Pre-Signed URLs instead to upload the images.
DUse ECS Containers to upload the images.