1
You are building a photo-sharing application. You need a place to store millions of small JPEG files cheaply, and a way to automatically create a thumbnail when a new photo is uploaded. Which combination is best?
Amazon S3 and AWS Lambda
Amazon EBS and Amazon EC2
Amazon RDS and Amazon ElastiCache
Amazon Glacier and AWS Glue
View Explanation
✓ Correct Answer: Amazon S3 and AWS LambdaExplanation:S3 provides durable, low-cost object storage, and S3 events can trigger Lambda to process images.