Reputation: 367
I am working on a project where we are creating a new region for resilience purpose. As we create a new Region for the project, we also plan to create a Read replica of Aurora MySQL DB. My question here has two parts
Any help is highly appreciated! Thanks!
Upvotes: 1
Views: 577
Reputation: 1577
aws rds promote-read-replica-db-cluster
command which contrary to the name actually applies to Aurora as stated in the documentation for the command:
Note:
This action only applies to Aurora DB clusters.
You can find more information in the AWS documentation for Aurora, specifically the section on Promoting a Read Replica to Be a DB Cluster.
Upvotes: 1