
Programmatically list AWS services
Someone recently asked about the best way to built an UI on top of the AWS APIs without hardcoding the services

Someone recently asked about the best way to built an UI on top of the AWS APIs without hardcoding the services
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]"