MySQL Snapshot on EBS!

How to Create a MySQL Snapshot using EBS on AWS (Without using RDS!)

Target: Make a snapshot for MySQL and store it on AWS EBS Steps: Create and Mount EBS Create a new EBS volume within the same subnet as the EC2 instance running MysQL, and attach that EBS to the instance. Mount newly created EBS to MySQL’s default data directory, /var/lib/mysql. Using lsblk to see the name of the new EBS volume. sudo file -s /dev/SSD_Name to check if the SSD has data in it....

November 11, 2023 · Junxi He (struggling with Cloud Computing)