Which strategy would allow for a successful migration with the LEAST amount of downtime?

1 Comment

  1. Tiffany
    Author

    I chart that the answer is:
    Deploy a new RDS for MySQL DB instance and configure it for access from the on-premises data center. Use the mysqldump utility to create an initial snapshot from the on-premises MySQL server, and copy it to an Amazon S3 bucket. Import the snapshot into the DB instance using the MySQL utilities running on an Amazon EC2 instance. Establish replication into the new DB instance using MySQL replication. Stop application access to the on-premises MySQL server and let the remaining transactions replicate over. Point the application to the DB instance.

Leave a Reply

Your email address will not be published. Required fields are marked *

three × 1 =