
Ultimate access to all questions.
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.
An ecommerce company hosts its analytics application in the AWS Cloud. The application generates about 300 MB of data each month. The data is stored in JSON format. The company is evaluating a disaster recovery solution to back up the data. The data must be accessible in milliseconds if it is needed, and the data must be kept for 30 days.
Which solution meets these requirements MOST cost-effectively?
A
Amazon OpenSearch Service (Amazon Elasticsearch Service)
B
Amazon S3 Glacier
C
Amazon S3 Standard
D
Amazon RDS for PostgreSQL
Explanation:
Correct Answer: C - Amazon S3 Standard
Key Requirements Analysis:
Option Analysis:
A. Amazon OpenSearch Service (Amazon Elasticsearch Service)
B. Amazon S3 Glacier
C. Amazon S3 Standard
D. Amazon RDS for PostgreSQL
Why S3 Standard is the best choice:
$0.023 per GB per month). For 300 MB, this is negligible.Alternative consideration: For even more cost savings, S3 Standard-IA (Infrequent Access) could be considered, but given the small data volume and 30-day retention, S3 Standard is perfectly adequate and simpler.
Implementation approach: