AWS Certified Solutions Architect – Professional — Question 41

A newspaper organization has an on-premises application which allows the public to search its back catalogue and retrieve individual newspaper pages via a website written in Java. They have scanned the old newspapers into JPEGs (approx 17TB) and used Optical Character Recognition (OCR) to populate a commercial search product. The hosting platform and software are now end of life and the organization wants to migrate its archive to AWS and produce a cost efficient architecture and still be designed for availability and durability.
Which is the most appropriate?

Answer options

Correct answer: C

Explanation

Option C is ideal as it leverages S3 with standard redundancy for high durability and availability, uses CloudSearch for efficient query processing, and Elastic Beanstalk for easy deployment across multiple availability zones. The other options either compromise on redundancy, scalability, or do not utilize the best AWS services for this scenario.