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.

전문가
답변함 일 년 전
  • Thanks, yes we will follow this approach by triggering a Lambda function on the RDS-EVENT-0218 (autoscaling completed) event.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠