Blog by Corentin


aws

How to load data from S3 in Aurora MySQL DB using Terraform?

How to load data from S3 in Aurora MySQL DB using Terraform?

At work, I needed to import lot of data in a MySQL database, instead of importing from a VPS or a local machine I decided to use S3 storage (that is also way cheaper to keep temporary data).