exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 136 discussion

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?

  • A. Use an Amazon Aurora DB cluster as the database for the subscriber data. Deploy Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones for the Java backend application.
  • B. Use MongoDB on Amazon EC2 instances as the database for the subscriber data. Deploy EC2 instances in an Auto Scaling group in a single Availability Zone for the Java backend application.
  • C. Configure Amazon DocumentDB (with MongoDB compatibility) with appropriately sized instances in multiple Availability Zones as the database for the subscriber data. Deploy Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones for the Java backend application.
  • D. Configure Amazon DocumentDB (with MongoDB compatibility) in on-demand capacity mode in multiple Availability Zones as the database for the subscriber data. Deploy Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones for the Java backend application.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
uC6rW1aB
Highly Voted 1 year, 7 months ago
Selected Answer: C
C correct DocumentDB only have on-demand instance but not on-demand capacity mode, the mode is for DynamoDB
upvoted 12 times
...
ninomfr64
Highly Voted 1 year, 3 months ago
Selected Answer: C
A = Aurora supports MySQL and PostgreSQL, not MongoDB. App changes are not allowed B = This could work but DocumentDB provides managed MongoDB instance that is preferable C = correct D = there isn't on-demand capacity mode, in 2022 launched MondoDB Elastic Cluster that eliminates the need to choose, manage or upgrade instances and allows to scale up to 4PiB storage whereas instance based scales up to 128TiB. I thing this question is pre elastic cluster as this is ambiguous between C and D
upvoted 5 times
...
cnethers
Most Recent 10 months ago
D is the correct answer https://aws.amazon.com/documentdb/pricing/ on-demand instance is supported by DocumentDB
upvoted 1 times
helloworldabc
8 months ago
just C
upvoted 2 times
...
...
gofavad926
1 year, 1 month ago
Selected Answer: C
C, documented. No exists the on-demand capacity mode
upvoted 1 times
...
AimarLeo
1 year, 3 months ago
'Appropriately sized instances' Means on-demand ? that is quite vague..
upvoted 3 times
...
jpa8300
1 year, 3 months ago
Selected Answer: D
DocumentDB does indeed support on-demand capacity mode (Contrary to what other users say here) https://aws.amazon.com/blogs/database/running-spiky-workloads-and-optimizing-costs-by-more-than-90-using-amazon-dynamodb-on-demand-capacity-mode/ On-Demand is ideally to a use case where you have unpredictable or variable database workloads, like this case, it is not said anywhere the expected workload, so it is better to start with On-demand , and later when you know the workload you can cahnge it.
upvoted 2 times
buriz
1 year, 3 months ago
what you have linked here is a dynamodb article not a documentDB one, documentDB does not support on-demand capacity mode - https://aws.amazon.com/documentdb/faqs/ "You can scale the compute resources allocated to your instance in the AWS Management Console by selecting the desired instance and clicking the “modify” button. Memory and CPU resources are modified by changing your instance class."
upvoted 1 times
ninomfr64
1 year, 3 months ago
There is no on-demand capacity for DocumentDB, however Elastic Cluster option is provided "Elastic Clusters enables you to elastically scale your document database to handle millions of writes and reads, with petabytes of storage capacity" see https://aws.amazon.com/documentdb/faqs/#:~:text=to%20learn%20more.-,Elastic%20Clusters,-What%20is%20Amazon
upvoted 1 times
...
...
chicagobeef
1 year, 3 months ago
This is DynamoDB, not DocumentDB. The choices only mention DocumentDB.
upvoted 1 times
...
...
career360guru
1 year, 4 months ago
Selected Answer: C
There is no on-demand capacity mode for DocumentDB, though there is on-demand vCPU based pricing available.
upvoted 1 times
ninomfr64
1 year, 3 months ago
There is no on-demand capacity for DocumentDB, however Elastic Cluster option is provided "Elastic Clusters enables you to elastically scale your document database to handle millions of writes and reads, with petabytes of storage capacity" see https://aws.amazon.com/documentdb/faqs/#:~:text=to%20learn%20more.-,Elastic%20Clusters,-What%20is%20Amazon
upvoted 1 times
2aa2222
8 months, 3 weeks ago
DocumentDB does support on-demand capacity: https://aws.amazon.com/documentdb/pricing/#:~:text=On-demand%20instances%20let%20you%20pay%20per%20second%2C,and%20having%20to%20guess%20the%20correct%20capacity
upvoted 1 times
...
...
...
ProMax
1 year, 8 months ago
Selected Answer: C
Amazon DocumentDB does NOT have on-demand capacity mode, so its option C.
upvoted 3 times
ninomfr64
1 year, 3 months ago
There is no on-demand capacity for DocumentDB, however Elastic Cluster option is provided "Elastic Clusters enables you to elastically scale your document database to handle millions of writes and reads, with petabytes of storage capacity" see https://aws.amazon.com/documentdb/faqs/#:~:text=to%20learn%20more.-,Elastic%20Clusters,-What%20is%20Amazon
upvoted 1 times
...
...
SK_Tyagi
1 year, 8 months ago
Selected Answer: D
I was leaning towards Option C but "Appropriately sized instances" is vague since the question does not state the size of Mongo DB. On-demand instances serve the purpose here, they are offered by DocumentDB, see the link https://aws.amazon.com/documentdb/pricing/
upvoted 2 times
...
NikkyDicky
1 year, 10 months ago
Selected Answer: C
its a c
upvoted 2 times
...
easytoo
1 year, 10 months ago
c-c-c-c-c-c-c-c On-demand capacity mode as suggested in D may not provide the same level of high availability as multi-Availability Zone deployments. So it's c-c-c-c-c-c-c for me.
upvoted 2 times
...
SkyZeroZx
1 year, 10 months ago
Selected Answer: C
See best practices for amazon documentdb - instance sizing in docs. Addicionally there is no on-demand capacity mode.
upvoted 2 times
...
F_Eldin
1 year, 11 months ago
Selected Answer: C
DocumentDB does indeed support on-demand capacity mode (Contrary to what other users say here) https://aws.amazon.com/blogs/database/running-spiky-workloads-and-optimizing-costs-by-more-than-90-using-amazon-dynamodb-on-demand-capacity-mode/ but this mode is good for spikey workloads and does not address the high availablity requirement
upvoted 3 times
F_Eldin
1 year, 11 months ago
The correct link https://www.applytosupply.digitalmarketplace.service.gov.uk/g-cloud/services/743016963590682
upvoted 2 times
[Removed]
1 year, 5 months ago
The content mentioned in your link and the original comment are both mentioning things related to DynamoDB. Your link is even worse which is describing DynamoDB but say it is for DocumentDB. Please study hard
upvoted 1 times
...
...
...
leehjworking
1 year, 11 months ago
Selected Answer: C
See best practices for amazon documentdb - instance sizing in docs.
upvoted 1 times
...
Sarutobi
2 years ago
Selected Answer: C
Going wit C. I still call the DocumentDB used in mode C "on-demand mode" because you have to select the Ec2 instance; the pricing documentation still uses that name. There is an Elastic cluster for DocumentDB. Could it be that option D "on-demand capacity mode" is referring to Elastic mode?
upvoted 2 times
...
OCHT
2 years ago
Selected Answer: C
Amazon DocumentDB does not support an on-demand capacity mode. You can only choose from different instance classes that have fixed compute and memory resources. However, you can scale your instances up or down as needed, and you can also pause and resume your instances to save costs. Amazon DocumentDB also automatically scales your storage and I/O based on your data size and workload.
upvoted 1 times
...
mfsec
2 years, 1 month ago
Selected Answer: C
C - there is no on-demand capacity mode.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago