What are recommended alarms in Cloudwatch for Amazon Aurora Serverless v2 for Postgresql?

0

I would like to query my Amazon Aurora Serverless v2 for Postgresql by sensible metrics and alarms.

I found several alarms here. However, they seem to be unrelated to the serverless regime. However, there are also other limits we might want to take into consideration for ensuring reliability.

Hence, could you please me know how to follow best practises here?

1 Answer
0

Hello.

Important metrics for Aurora Serverless v2 are listed in the following document.
You don't need to set alarms on all of these metrics, but the ones I've actually set in the past are "ACUUtilization" and "CPUUtilization."
If the metrics of "ACUUtilization" and "CPUUtilization" are close to 100%, it means that the maximum ACU does not have enough capacity and the load is extremely high.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.setting-capacity.html#aurora-serverless-v2.viewing.monitoring

profile picture
EXPERT
answered 16 days ago
  • Many thanks for your input, could you tell me whether we also need ReplicaLag and BlockedTransactions, because I cannot find these metrics.

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