AWS Certified Data Analytics – Specialty — Question 140

A real estate company has a mission-critical application using Apache HBase in Amazon EMR. Amazon EMR is configured with a single master node. The company has over 5 TB of data stored on an Hadoop Distributed File System (HDFS). The company wants a cost-effective solution to make its HBase data highly available.
Which architectural pattern meets company's requirements?

Answer options

Correct answer: D

Explanation

Option D is correct because it provides a primary HBase cluster with multiple master nodes and a read-replica cluster in another Availability Zone, ensuring high availability and redundancy. Options A and B do not address the need for multiple master nodes and fault tolerance, while option C, though it uses multiple clusters, lacks the primary-secondary architecture that enhances availability.