SAP-C02 · Question #239
A company is migrating a legacy application from an on-premises data center to AWS. The application uses MangeDB as a key-value database. According to the company's technical guidelines, all Amazon EC
The correct answer is B. Create new Amazon DynamoDB tables for the application with on-demand capacity.. For debate on Dynamo vs Document, it works in Mongo as key/value outside, so it will work with either Dynamo or Document. Would have gone with DocumentDB if not for provisioned IOPS and requirement it scale on-demand.
Question
A company is migrating a legacy application from an on-premises data center to AWS. The application uses MangeDB as a key-value database. According to the company's technical guidelines, all Amazon EC2 instances must be hosted in a private subnet without an internet connection In addition, all connectivity between applications and databases must be encrypted. The database must be able to scale based on demand. Which solution will meet these requirements?
Options
- ACreate new Amazon DocumentDB (with MangeDB compatibility) tables for the application with
- BCreate new Amazon DynamoDB tables for the application with on-demand capacity.
- CCreate new Amazon DynamoDB tables for the application with on-demand capacity.
- DCreate new Amazon DocumentDB (with MangeDB compatibility) tables for the application with
How the community answered
(33 responses)- A18% (6)
- B70% (23)
- C3% (1)
- D9% (3)
Explanation
For debate on Dynamo vs Document, it works in Mongo as key/value outside, so it will work with either Dynamo or Document. Would have gone with DocumentDB if not for provisioned IOPS and requirement it scale on-demand.
Community Discussion
No community discussion yet for this question.