Oneliners – AWS RDS get latest restorable time
This is a one line AWS CLI command to get the latest restorable time for an AWS RDS Instance.
aws rds describe-db-instances --db-instance-identifier "yourDBinstance" --query "DBInstances[*].[DBInstanceIdentifier,LatestRestorableTime]"