kananinirav / AWS-Certified-Cloud-Practitioner-Notes

AWS Certified Cloud Practitioner Short Notes And Practice Exams (CLF-C02)
https://kananinirav.com/
MIT License
1.79k stars 630 forks source link

Incorrect Answer #185

Closed mametur closed 6 months ago

mametur commented 7 months ago

What are the benefits of using the Amazon Relational Database Service? (Choose TWO)

A. Lower administrative burden. B. Complete control over the underlying host. C. Resizable compute capacity. D. Scales automatically to larger or smaller instance types. E. Supports the document and key-value data structure.

Should be A and D

Option C (Resizable compute capacity) is incorrect because while Amazon RDS allows users to resize their database instances, it does not specifically provide resizable compute capacity. Instead, users select predefined instance types with specific compute and memory configurations.

Question 35

https://github.com/kananinirav/AWS-Certified-Cloud-Practitioner-Notes/blob/master/practice-exam/practice-exam-3.md

kalel552 commented 7 months ago

RDS doesn't automatically scale to larger or smaller instance types. You would have to create some custom logic for that.

kananinirav commented 6 months ago

@kalel552 💯

kananinirav commented 6 months ago

@mametur Correct answer is A and C