Alerts for RDS Allocated Storage above certain threshold

0

We want to set up an alert for when the allocated storage on an RDS instance breaches a certain threshold due to auto-scaling. However, we cannot find a CloudWatch metric that exposes the current allocated storage. There seems to be only the metric for free storage space.

Could anyone suggest another approach to achieve this?

1 個回答
2
已接受的答案

You could trigger a Lambda from RDS DB Instance events for storage modification, then in the Lambda query the DB Instance storage size and either alert to SNS directly from there or write a custom metric value and set up an alarm.

專家
已回答 1 年前
  • Thanks, yes we will follow this approach by triggering a Lambda function on the RDS-EVENT-0218 (autoscaling completed) event.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南