Migrating to AWS Aurora MySQL Serverless
AWS Aurora Serverless is a MySQL and PostgreSQL compatible database that scales up and down on demand. If you have low database workloads with occasional spikes, Serverless could save you a bunch of time and money. I recently implemented a migration for a client realizing an 80% drop in AWS RDS database costs. The previous …