Forrest logo
back to context overview

aws-ec2

List of commands for aws-ec2:

  • aws-ec2:tldr:06880 aws-ec2: Show help for specific EC2 subcommand.
    $ aws ec2 ${subcommand} help
    try on your machine
    explain 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 machine
    explain 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 machine
    explain this command
  • aws-ec2:tldr:6dafc aws-ec2: Delete an EC2 volume.
    $ aws ec2 delete-volume --volume-id ${volume_id}
    try on your machine
    explain this command
  • aws-ec2:tldr:cd1be aws-ec2: Display information about all EC2 volumes.
    $ aws ec2 describe-volumes
    try on your machine
    explain this command
  • aws-ec2:tldr:cf47f aws-ec2: Show list of all available EC2 commands.
    $ aws ec2 help
    try on your machine
    explain this command
  • aws-ec2:tldr:d0541 aws-ec2: Display information about all instances.
    $ aws ec2 describe-instances
    try on your machine
    explain this command
  • aws-ec2:tldr:d1503 aws-ec2: List available AMIs (Amazon Machine Images).
    $ aws ec2 describe-images
    try on your machine
    explain this command
back to context overview