We're going to show you how to promote an RDS read-replica to be a primary instance. There are a few reasons you might like to do this:
- To handle a table migration that would typically cause a large amount of downtime, especially when messing with columns or indexes
- Because you need to implement sharding
- Recovery from failure, should you choose not to deploy your existing primary in multi-AZ mode (not recommended)