aws ec2 describe-instances
aws ec2 describe-instance-status
TODO
TODO
aws ec2 terminate-instances --instance-ids i-0xxxxxxxxxxxxx
Once terminated, the Instance will remain visible (with an Instance state of "Terminated) for approximately 1 hour.All data on attached EBS volumes will also be deleted.To see who terminated an instance, you can use CloudTrail...
Basic CloudTrail functionality is free but does require an S3 bucket that you may be charged for.TODO