ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

129 / 465

Question 129:

A newspaper organization has an on-premises application that allows the public to search its back catalog and retrieve individual newspaper pages via a website written in Java. It also has a commercial search application nearing its end of life. They have scanned the old newspapers into JPEGs which is of a total size of 17TB and used Optical Character Recognition (OCR) to populate a commercial search product. The organization wants to migrate its archive to AWS and produce a cost-efficient, highly-available and durable architecture. Which of the below options is the most appropriate?

Answer options:

A.Use S3 to store and serve the scanned files. Install the commercial search application on EC2 Instances and configure it with auto-scaling and an Elastic Load Balancer.
B.Model the environment using CloudFormation. Use an EC2 instance running Apache webserver and an open-source search application, stripe multiple standard EBS volumes together to store the JPEGs and search index.
C.Use S3 to store and serve the scanned files. Use CloudSearch for query processing, and use an Auto Scaling group to host the website across multiple availability zones.
D.Use a single-AZ RDS MySQL instance to store the search index for the JPEG images and use an EC2 instance to serve the website and translate user queries into SQL.
E.Use a CloudFront download distribution to serve the JPEGs to the end users. Install the current commercial search product, along with a Java Container for the website on EC2 instances and use Route53 with DNS round-robin.