How to restore AWS Aurora Snapshot to a t3.micro instance?

Viewed 10

When restoring an Aurora snapshot from the UI, there's this option available:

enter image description here

However, I can't find anything in the AWS RDS SDK that supports configuring this option when restoring the snapshot. There's nothing here that talks about it either: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/restore-db-cluster-from-snapshot.html

Am I supposed to restore the db cluster from snapshot and then modify the configuration of the restored cluster?

Any pointers here would be greatly appreciated.

1 Answers
Related