- Newest
- Most votes
- Most comments
Hello.
Yes, you can change your Aurora MySQL DB instance to a smaller instance type without losing data, although there are several steps involved and some downtime may be required.
-
Snapshot Your Database Before making any changes, it's a good idea to take a manual snapshot of your Aurora database to ensure that you have a backup in case anything goes wrong. You can do this via the AWS Management Console, AWS CLI, or AWS SDKs.
-
Check Aurora MySQL Version Ensure that your Aurora MySQL version is compatible with the db.t3.micro instance type. You may need to upgrade your database engine version to ensure compatibility.
-
Modify the DB Instance Once you have a snapshot and have confirmed compatibility, you can modify the DB instance:
- Via AWS Management Console:
- Open the Amazon RDS console.
- In the navigation pane, choose “Databases.”
- Choose the DB instance that you want to modify.
- Choose “Modify.”
- In the “DB Instance Class” section, choose “db.t3.micro” or another eligible free tier instance type.
- Choose “Continue” and check the summary of modifications.
- Choose “Apply Immediately” to apply the changes right away. If you don't choose this option, the changes will be applied during your next maintenance window.
- Choose “Modify DB Instance.”
Regards, Andrii
I see, so for some reason, all instances smaller than medium are no longer supported after 3.01. Looks like i'll have to jump ship from Aurora back to regular MySQL. Is there a snapshot way of doing this? Or do i have to run a manual data extraction and then import inot the new db?
You can use DMS for this purpose.
If somebody is searching what instance types are supported, here's a link https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html#Concepts.DBInstanceClass.SupportAurora
Relevant content
- asked 18 days ago
- asked a year ago
- asked 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
Update, even trying to downgrade to the t3.medium size i get a message "Performance Insights not supported for this configuration, please disable this feature." But there is no option anywhere to turn off Performance Insights...