SAP-C02 · Question #375
A company has an on-premises website application that provides real estate information for potential renters and buyers. The website uses a Java backend and a NOSQL MongoDB database to store…
The correct answer is C. Configure Amazon DocumentD3 (with MongoDB compatibility) with appropriately sized instances. On-demand capacity mode is the function of Dynamodb. https://aws.amazon.com/blogs/news/running-spiky-workloads-and-optimizing-costs-by-more- than-90-using-amazon-dynamodb-on-demand-capacity-mode/ Amazon DocumentDB Elastic Clusters…
Question
A company has an on-premises website application that provides real estate information for potential renters and buyers. The website uses a Java backend and a NOSQL MongoDB database to store subscriber data. The company needs to migrate the entire application to AWS with a similar structure. The application must be deployed for high availability, and the company cannot make changes to the application. Which solution will meet these requirements?
Options
- AUse an Amazon Aurora DB cluster as the database for the subscriber data. Deploy Amazon EC2
- BUse MongoDB on Amazon EC2 instances as the database for the subscriber data. Deploy EC2
- CConfigure Amazon DocumentD3 (with MongoDB compatibility) with appropriately sized instances
- DConfigure Amazon DocumentDB (with MongoDB compatibility) in on-demand capacity mode in
How the community answered
(56 responses)- A9% (5)
- B5% (3)
- C82% (46)
- D4% (2)
Explanation
On-demand capacity mode is the function of Dynamodb. https://aws.amazon.com/blogs/news/running-spiky-workloads-and-optimizing-costs-by-more- than-90-using-amazon-dynamodb-on-demand-capacity-mode/ Amazon DocumentDB Elastic Clusters https://aws.amazon.com/blogs/news/announcing-amazon-documentdb-elastic-clusters/ Deploy Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones for the Java backend application. This will provide high availability and scalability, while allowing the company to retain the same database structure as the original application.
Community Discussion
No community discussion yet for this question.