Skip to content

Tagging of Aurora Auto Scaling Replicas

1

We are using AWS Aurora with automatic scaling of read replicas, which are launched with a generated name-tag with the prefix "application-autoscaling-" but no other tags. Is there a way we could overwrite the prefix and define additional tags (like the environment or application-id for which the cluster is used), as we can do for instances launched into EC2 auto-scaling groups?

I can imagine doing this with some lambda function, but is there maybe an easier way? And if not, how are the costs for the autoscaled readers reported in the cost-replorer for example? Are they counted towards the readers I've created manually in the cluster?

1 Answer
0

Hello, Amazon Aurora Read Replicas do not currently inherit any tags from the cluster. I have implemented an aws-sample that can be used as an example to extend the cluster's tags to Read Replicas automatically created by the cluster's policy. https://github.com/aws-samples/automatic-autoscaling-tagging-from-dabatase-cluster/

AWS
EXPERT
answered 2 years 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.