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 réponse
1
Réponse acceptée

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
répondu il y a un an
profile picture
EXPERT
vérifié il y a un mois
  • arrgh! how did I miss it! thank you :)

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions