Backing up Aurora MySQL
AWS Aurora MySQL doesn’t allow us to take backup of individual tables or database other than doing a regular mysqldump which can be difficult to restore. The option is to take a backup of the entire database instance. Restoring an individual or a set of tables can be a cumbersome process. I wrote a quick python … Read more