Cannot restore RDS snapshot

0

I am unable to restore a snapshot as of 4pm central today. I restore 2 snapshots throughout the day, and when I tried to start a restore this afternoon, I am unable to select the same options as before. I do not have the option to select provisioned or available versions anymore. Has anyone seen this happen before? How can I fix this?

질문됨 2년 전787회 조회
1개 답변
0

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:

[1] https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RestoreFromSnapshot.html#USER_RestoreFromSnapshot.Restoring

[2]

https://docs.aws.amazon.com/cli/latest/reference/rds/restore-db-instance-from-db-snapshot.html

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠