Manage AWS EC2 instances and volumes. AWS EC2 provides secure and resizable computing capacity in the AWS cloud for faster development and deployment of applications. More information: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/index.html.
aws ec2 describe-instances --instance-ids instance_id
aws ec2 describe-instances
aws ec2 describe-volumes
aws ec2 delete-volume --volume-id volume_id
aws ec2 create-snapshot --volume-id volume_id
aws ec2 describe-images
aws ec2 help
aws ec2 subcommand help