AWS Certified Data Analytics – Specialty — Question 129

A retail company stores order invoices in an Amazon OpenSearch Service (Amazon Elasticsearch Service) cluster Indices on the cluster are created monthly.
Once a new month begins, no new writes are made to any of the indices from the previous months. The company has been expanding the storage on the Amazon
OpenSearch Service (Amazon Elasticsearch Service) cluster to avoid running out of space, but the company wants to reduce costs. Most searches on the cluster are on the most recent 3 months of data, while the audit team requires infrequent access to older data to generate periodic reports. The most recent 3 months of data must be quickly available for queries, but the audit team can tolerate slower queries if the solution saves on cluster costs
Which of the following is the MOST operationally efficient solution to meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because migrating older indices to Amazon OpenSearch Service UltraWarm storage efficiently balances cost savings and access speed for infrequent queries. Options A and B involve restoring data from slower storage, which is not as operationally efficient. Option D introduces extra steps of migrating data back to hot storage, adding complexity and potential delays, which are unnecessary for the audit team's requirements.