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

July 4, 2016 · Dragos Madarasan

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]"

April 13, 2016 · Dragos Madarasan