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
- If the project in existing region goes down, how to make the read replica of Aurora MySQL in the other region as the new Master and writable? I searched through few videos and stackoverflow questions and I do understand how to make the RDS mysql as writable instance. but, I don't see how to make such a "read-only" parameter modification in Aurora MySQL!
- How could I do this change with a Jenkins Job?
Any help is highly appreciated! Thanks!