paulSambolin / MySqlEc2toAuroraMigration

Practice for a mysql migration from an ec2 instance to aws aurora

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySqlEc2toAuroraMigration

Practice for a mysql migration from an ec2 instance to aws aurora

  1. deploy the resources template in resources/resources.yml (maybe move to separate folder and create readme) ./resources/deployResources.sh
  2. deploy the MySqlEc2.yml template into the vpc/subnets created by resources (should populate values by default or override with the name of the resource CF stack in the parameter ResourceTemplate)
  • Follow the instructions in ec2/README.md
  1. create a backup from ec2
  • Follow the instructions in ec2/README.md
  1. Restore to aurora in the same vpc
  • Follow the instructions in rds/restoreFromS3/README.md
  1. setup replication between ec2 and aurora
  • Follow instructions in sql/README.md
  1. Monitor replicaiton lag and send to cloudwatch

About

Practice for a mysql migration from an ec2 instance to aws aurora

License:MIT License


Languages

Language:PLSQL 45.9%Language:Perl 44.7%Language:Shell 5.7%Language:JavaScript 3.1%Language:SQLPL 0.7%