Vijay Kumar Chauhan
Vijay Kumar Chauhan

Reputation: 329

How to monitor the Utilization percentage of RDS metrics in aws account?

To place better alarms, I want to monitor the Utilization percentage of RDS metrics such as Free Memory, Free Storage, or Swap Usage rather than just the value in bytes. Any help , how to do the same for RDS instances in aws account ?

Upvotes: 2

Views: 2845

Answers (2)

BryceH
BryceH

Reputation: 2798

Added detail about enhanced monitoring via Cloud Watch which provides you what you're asking for.

Upvotes: 0

BryceH
BryceH

Reputation: 2798

You can use CloudWatch to do this with CloudWatch Alarms.

http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/rds-metricscollected.html

http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Monitoring.html

Enhanced monitoring provides you the proper metrics to calculate percentages -

http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html

Additionally, I typically use DataDog for in-depth RDS monitoring.

https://docs.datadoghq.com/integrations/awsrds/

Upvotes: 1

Related Questions