About drop aurora instance under primary production instance mysql.

0

Good morning, I have an aurora read replica below a production transactional instance in mysql. My question is, how do I drop this reading instance, considering that it presents an error message to drop, message below: It is important to point out that he does not have to be promoted to master, as the transactional database is ok

"Cannot delete the last instance of the read replica DB cluster. Promote the DB cluster to a standalone DB cluster in order to delete it."

Enter image description here

已提问 8 个月前175 查看次数
1 回答
0

HI, Greetings!

When you promote the Aurora cluster, it will be a standalone cluster and no longer be synchronised with the source (RDS primary) as the replication from source is stopped. And this promotion will not impact the source (RDS primary) and your applications will continue to work with the existing endpoints of the source unless you update it/perform a cutover.

Hence in order to delete the Aurora Read Replica that you created, it is safe to Promote the Aurora cluster and then perform the deletion, without impacting your transactional database.

Let me know if I answered your question or if you have any follow-up.

Thanks,

Ranjini Menon

profile pictureAWS
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则