Change RDS read replica parameter group without affecting main

0

Hi,

is it possible to change the parameter group associated to a MySQL read replica without affecting the main rds? I've got the main rds using the default parameter group for mysql 8.0, and a read-replica with that same parameter group. I need to change some values in that parameter group but cannot afford downtime on the main. I've seen that when modifying the read replica, the aws console allows me to change the parameter group, but I wonder whether that changes is also applied to the main or not.

Thanks for the info!

Pascual
asked 4 months ago212 views
1 Answer
1

You will need to create a separate parameter group and apply to your read replica. This way you keep them separate.

If you make a change to a shared parameter group then both/all instances will inherit the same settings.

If you check the documentation you will be able to review which parameters apply instantly without reboot too.

profile picture
EXPERT
answered 4 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