What are the main monitoring or other parameters to check if the instance is underutilized—the MySQL RDS instance?

0

Hi Team,

We have a MySQL RDS instance with the 'db.m5.8xlarge' type, and I want to share a report with the customer to see if the instance is underutilized or not. I have checked the CPU utilization and free memory monitoring parameters, but I want to know what other things should be checked to decide on the utilization.

Please share some detailed explanations.

Sravan
asked 6 months ago168 views
2 Answers
0

Hello.

The CloudWatch metrics I often see for RDS are performance-related metrics such as "ReadIOPS", "ReadLatency", and "ReadThroughput".
By looking at these metrics, you will be able to understand whether loading is occurring to some extent.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-metrics.html

If your AWS account is subscribed to an AWS support plan higher than business support, you may be able to check for RDS with low usage by checking Trusted Advisor.
https://docs.aws.amazon.com/awssupport/latest/user/get-started-with-aws-trusted-advisor.html#view-check-categories
https://docs.aws.amazon.com/awssupport/latest/user/cost-optimization-checks.html#amazon-rds-idle-dbs-instances

profile picture
EXPERT
answered 6 months ago
0

The AWS RDS Console has a default metrics page that will show you the common metrics in a dashboard such as CPU utilization, IOPS, memory utilization, etc. Just click on the monitoring tab from the database detail page.

AWS
MODERATOR
philaws
answered 6 months 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