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回答
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
回答済み 1年前
1

You may want to consider using RDS storage auto scaling.

profile pictureAWS
エキスパート
kentrad
回答済み 1年前
0

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

profile picture
エキスパート
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ