Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should a solutions architect implement a scalable, highly available image resizing solution for a social media application on AWS, given unpredictable traffic and the need for multi-device compatibility?
A
Use Amazon S3 for hosting a static website and AWS Lambda for image resizing, storing resized images in S3.
B
Host a static website in Amazon CloudFront, use AWS Step Functions for resizing, and store images in Amazon RDS.
C
Deploy a dynamic website on an EC2 instance, with a local process for resizing images and storing them in S3.
D
Utilize an ECS cluster with auto-scaling, Amazon SQS for job queuing, and an EC2-based image resizing program.