
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company has created an image analysis application in which users can upload photos and add photo frames to their images. The users upload images and metadata to indicate which photo frames they want to add to their images. The application uses a single Amazon EC2 instance and Amazon DynamoDB to store the metadata.
The application is becoming more popular, and the number of users is increasing. The company expects the number of concurrent users to vary significantly depending on the time of day and day of week. The company must ensure that the application can scale to meet the needs of the growing user base.
Which solution meets these requirements?
A
Use AWS Lambda to process the photos. Store the photos and metadata in DynamoDB.
B
Use Amazon Kinesis Data Firehose to process the photos and to store the photos and metadata.
C
Use AWS Lambda to process the photos. Store the photos in Amazon S3. Retain DynamoDB to store the metadata.
D
Increase the number of EC2 instances to three. Use Provisioned IOPS SSD (io2) Amazon Elastic Block Store (Amazon EBS) volumes to store the photos and metadata.
Explanation:
Option C is the correct answer because it provides the most scalable and cost-effective solution:
Why other options are incorrect:
Key AWS services used in the correct solution:
This architecture provides a fully serverless, auto-scaling solution that can handle varying loads efficiently.
Ultimate access to all questions.