- Newest
- Most votes
- Most comments
Hi AWS-Phil-PB,
From the notes, I understand that you are unable to restore your RDS snapshot as you are unable to select some options. Please correct me if my understanding is wrong.
As a workaround to your issue, I recommend to try using other tools like RDS API or AWS CLI to perform the restore. Below is an example of AWS CLI command to restore from the snapshot
aws rds restore-db-instance-from-db-snapshot
--db-instance-identifier db7-new-instance
--db-snapshot-identifier db7-test-snapshot
--db-instance-class db.t3.small
Please see the documents in links [1], [2] for steps and how to use AWS CLI as well as RDS API for restoring from a snapshot.
I hope the above information is helpful.
References:
[2]
https://docs.aws.amazon.com/cli/latest/reference/rds/restore-db-instance-from-db-snapshot.html
Relevant content
- asked 9 months ago
- asked 3 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago