
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.
Ultimate access to all questions.
No comments yet.
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