Is it possible to find out when will RDS instance restart

0

I have SQL Server instance that I stopped temporarily. Obviously, when it is stopped, it tells me when it will restart. But if it is already stopped - is there a way to find out this value? In console / CLI / API?

Documentation does not have this information. Does this mean that this is impossible?

profile picture
virshu
已提問 1 年前檢視次數 1452 次
1 個回答
1
已接受的答案

Yes you can fetch that info for already stopped RDS instances.

In the AWS console - Click on the name of the database and in the Summary section - Status you would see the text "Stopped temporarily". Clicking on this text would show you the restart time.

In the CLI, you can use the command aws rds describe-db-instances --db-instance-identifier <name_of_database> and look for a field AutomaticRestartTime in it's output

--Syd

profile picture
Syd
已回答 1 年前
profile picture
專家
已審閱 1 個月前
  • arrgh! how did I miss it! thank you :)

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

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

回答問題指南