Why is RDS DB Instance Class empty when restoring from a Snapshot?

0

We are trying to restore a PSQL DB snapshot. However, our DB Instance Class dropdown menu is empty and we cannot move forward. This is happening across both Firefox and Chrome so I don't believe it to be browser related. In the browser console, we can see a failed HTTPS call (screenshot below). Failed AWS HTTPS call

Any help and/or insight would be greatly appreciated!

已提問 1 年前檢視次數 598 次
3 個答案
0

Check your AWS account privileges: Ensure that your AWS account has the necessary permissions to restore a DB snapshot and create a new DB instance. Check if the user or role associated with your account has the required permissions for the RDS service, specifically for snapshot restoration and DB instance creation.

profile pictureAWS
已回答 1 年前
profile picture
專家
已審閱 1 年前
  • Thank you so much for your response. We went ahead and checked the permissions and even added the AmazonRDSFullAccess to our accounts. However, the problem still remains. Any other thoughts?

0

Maybe check to see if the default engine version for PostgreSQL is available in your chosen AWS region, and make sure that the DB snapshot you are trying to restore is compatible with the available engine versions in RDS . So verify if the engine version of the snapshot is supported by the region and instance type you are using.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions

profile pictureAWS
已回答 1 年前
0

Not sure what happened but today when I tried again everything worked as normal.

I truly appreciate the advice and help with this issue. Thank you!!

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南