We are about the automate the deletion of EC2 instances using AWS CLI. Planning to filter the instances created on a given date.
Came across the below CLI commands to view and terminate the instances
describe-instances - to get the list of instances created on the given date range
terminate-instances - to terminate the instances returned from "describe-instance" command
Just wanted to know, What is format of time-stamp value, to be given in the "Launchtime" filter value?