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?

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
답변함 일 년 전
profile picture
전문가
검토됨 한 달 전
  • arrgh! how did I miss it! thank you :)

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

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

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

관련 콘텐츠