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

Exam 10 and Exam 14 Question 45 #214

Closed holopekochan closed 5 months ago

holopekochan commented 5 months ago

Exam 10 and Exam 14 Question 45 Same question, but different answer

Amazon Relational Database Service (Amazon RDS) offers which of the following benefits over traditional database management? A. AWS manages the data stored in Amazon RDS tables. B. AWS manages the maintenance of the operating system. C. AWS automatically scales up instance types on demand. D. AWS manages the database type.

Practice 10 says C Practice 14 says B

Elamouri commented 5 months ago

Practice 10 is correct, as option C ("AWS automatically scales up instance types on demand") is a benefit offered by Amazon RDS. Practice 14 is incorrect, as option B ("AWS manages the maintenance of the operating system") is not a direct benefit offered by Amazon RDS.

furqann commented 5 months ago

The correct option should be option B AWS manages the maintenance of the operating system Because AWS does not scale up instance types on-demand, unless you have enabled auto-scaling. Even when the autoscaling is turned on, aws rds only scale-up the storage.