Exclude reader instance from Aurora RDS Autoscaling policy

0

We have an Aurora RDS cluster with replica autoscaling.

For analysis intensive tasks, we want to temporarily launch a separate reader until the analysis job is done. How can we exclude this reader from traffic from the cluster reader endpoint, and exclude its load from affecting the autoscaling actions?

We can do it by script or cli if necessary.

1 Answer
0

For your use-case, it sounds like you want to separate one particular reader from the other readers. You can accomplish this by using a custom endpoint. Please see the link for additional info. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.Endpoints.html#Aurora.Endpoints.Custom

AWS
answered a year ago
  • In this case, is the reader using custom endpoint receiving connections de default reader endpoint? Or when create a custom endpoint and include reader instance, this instance, is not em reader cluster endpoint more?

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