Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

$2 OFF in ALL Azure Practice Exams & NEW AZ-500 Microsoft Azure Security Engineer Associate Practice Exams at $10.99!

Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Solutions Architect Associate Downtime when adding more storage to DB Instance

  • Downtime when adding more storage to DB Instance

  • wara

    Member
    July 19, 2021 at 6:43 pm

    The question in the practice exam is this

    A production MySQL database hosted on Amazon RDS is running out of disk storage. The management has consulted its solutions architect to increase the disk space without downtime.

    How can the solutions architect satisfy the requirement with the LEAST operational overhead?

    The correct answer is Modify the DB Instance settings and enable storage autoscaling. That’s is alright.

    Then there’s an incorrect option “Increase the allocated storage for the DB instance”. It’s only incorrect because it will incur a downtime. However, in the AWS document “Modifying an Amazon RDS Instance”, https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html, it says that downtime doesn’t occur during that change. Maybe it should be incorrect because there’s an operational overhead not because it will incur a downtime. Can you clarify it pls, thanks

    • This discussion was modified 2 years, 9 months ago by  wara.
  • Carlo-TutorialsDojo

    Member
    July 20, 2021 at 2:06 am

    Hello wara,

    Thanks for your feedback.

    Yes, you’re right. Technically, your application will still be able to connect to your database during the change. But it comes at the expense of a decrease in read/write IOPS. Your DBs ability to serve requests depends on different factors like how large its capacity (instance size) is and its configuration settings.

    There was this one time when I tried to increase the storage of an RDS database. I noticed a huge spike in CPU utilization during the change rendering my application unusable for a few minutes. I think this is what I was going for when I created this question. But, yeah, technically the database remains available during the change. We will make some wording adjustments to the scenario so that it’ll fit the narrative described in the documentation.

    Let me know if this answers your question.

    Thanks and Regards,

    Carlo @ Tutorials Dojo

  • wara

    Member
    July 20, 2021 at 12:02 pm

    Hi Carlo,

    Thanks for the acknowledgement and response. I hope this is helpful to everyone.

Viewing 1 - 3 of 3 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now