AWS Certified Solutions Architect – Professional — Question 173
An organization is planning to use NoSQL DB for its scalable data needs. The organization wants to host an application securely in AWS VPC.
What action can be recommended to the organization?
Answer options
- A. The organization should setup their own NoSQL cluster on the AWS instance and configure route tables and subnets.
- B. The organization should only use a DynamoDB because by default it is always a part of the default subnet provided by AWS.
- C. The organization should use a DynamoDB while creating a table within the public subnet.
- D. The organization should use a DynamoDB while creating a table within a private subnet.
Correct answer: A
Explanation
The correct answer is A, as setting up their own NoSQL cluster allows for better control and customization within the AWS instance. Option B is incorrect because DynamoDB is not limited to the default subnet and can be deployed in various configurations. Options C and D suggest creating a table in public or private subnets, which does not address the need for setting up a dedicated NoSQL cluster.