
aws-ec2
List of commands for aws-ec2:
-
aws-ec2:tldr:06880 aws-ec2: Show help for specific EC2 subcommand.$ aws ec2 ${subcommand} helptry on your machineexplain this command
-
aws-ec2:tldr:187d0 aws-ec2: Create a snapshot from an EC2 volume.$ aws ec2 create-snapshot --volume-id ${volume_id}try on your machineexplain this command
-
aws-ec2:tldr:38558 aws-ec2: Display information about a specific instance.$ aws ec2 describe-instances --instance-ids ${instance_id}try on your machineexplain this command
-
aws-ec2:tldr:6dafc aws-ec2: Delete an EC2 volume.$ aws ec2 delete-volume --volume-id ${volume_id}try on your machineexplain this command
-
aws-ec2:tldr:cd1be aws-ec2: Display information about all EC2 volumes.$ aws ec2 describe-volumestry on your machineexplain this command
-
aws-ec2:tldr:cf47f aws-ec2: Show list of all available EC2 commands.$ aws ec2 helptry on your machineexplain this command
-
aws-ec2:tldr:d0541 aws-ec2: Display information about all instances.$ aws ec2 describe-instancestry on your machineexplain this command
-
aws-ec2:tldr:d1503 aws-ec2: List available AMIs (Amazon Machine Images).$ aws ec2 describe-imagestry on your machineexplain this command