RDS Storage size is approaching the maximum storage threshold.

0

I've subscribed to RDS events and I'm constantly getting the following event from one of my databases:

Storage size <size> is approaching the maximum storage threshold <size>. Increase the maximum storage threshold.

Observations:

  • In the past the instance has been full to 90% of disk capacity
  • Currently Free Storage Space metric indicates that 75% of the disk is free.
  • Couple of days have passed since we freed disk space on the instance.
  • Data growth is very slow
  • Actually we are getting disk threshold alert not the disk usage alert. Hope you have storage autos along enabled with your rds, Rds increments by 10% of the allocated storage, your storage auto scaling threshold is now less the 10% To stop the alert increase your disk auto scaling threshold

3 Answers
2

As documented, to stop the alert, you will need to set the maximum storage threshold to at least 26% more than the allocated storage.

For example, if you have DB instance with 1000 GiB of allocated storage, then set the maximum storage threshold to at least 1100 GiB. If you don't, you get an error such as Invalid max storage size for engine_name. However, we recommend that you set the maximum storage threshold to at least 1260 GiB to avoid the event notification.

AWS
answered a year ago
1

You may want to consider using RDS storage auto scaling.

profile pictureAWS
EXPERT
kentrad
answered a year ago
0

It would be good to increase it just in case.
If a disk becomes unavailable, applications using RDS will be affected.

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions