Is there a way to easily find out when an EC2 instance was last stopped? I am able to get the launch time from ec2.get_only_instances() by looking at the launch_time variable. However, it doesn't look as if the stop time is stored in any of the metadata.
We will probably be implementing this using the rc#.d scripts for shutdown, but I am just wondering if I could get that information via boto.