2 Answers
- Newest
- Most votes
- Most comments
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
0
Can you post a screenshot where exactly you are clicking, as I don't see summary, neither any info, except in logs (when it was stopped).
answered 2 years ago
Relevant content
- asked 3 years ago
- asked a year ago
- AWS OFFICIALUpdated 3 years ago

arrgh! how did I miss it! thank you :)