
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
An application uses an Amazon RDS MySQL DB instance. The RDS database is becoming low on disk space. A solutions architect wants to increase the disk space without downtime.
Which solution meets these requirements with the LEAST amount of effort?
A
Enable storage autoscaling in RDS
B
Increase the RDS database instance size
C
Change the RDS database instance storage type to Provisioned IOPS
D
Back up the RDS database, increase the storage capacity, restore the database, and stop the previous instance
Explanation:
Correct Answer: A - Enable storage autoscaling in RDS
Amazon RDS Storage Autoscaling automatically scales storage capacity when needed, without requiring downtime. Here's why this is the best solution:
B. Increase the RDS database instance size
C. Change the RDS database instance storage type to Provisioned IOPS
D. Back up the RDS database, increase the storage capacity, restore the database, and stop the previous instance
This solution perfectly meets the requirements of increasing disk space without downtime with the least amount of effort.