Forrest logo
back to context overview

aws-lightsail

List of commands for aws-lightsail:

  • aws-lightsail:tldr:37f8c aws-lightsail: List all virtual private servers, or instances.
    $ aws lightsail get-instances
    try on your machine
    explain this command
  • aws-lightsail:tldr:7d692 aws-lightsail: Stop a specific instance.
    $ aws lightsail stop-instance --instance-name ${name}
    try on your machine
    explain this command
  • aws-lightsail:tldr:89906 aws-lightsail: Delete a specific instance.
    $ aws lightsail delete-instance --instance-name ${name}
    try on your machine
    explain this command
  • aws-lightsail:tldr:b09d1 aws-lightsail: Print the state of a specific instance.
    $ aws lightsail get-instance-state --instance-name ${name}
    try on your machine
    explain this command
  • aws-lightsail:tldr:df4d9 aws-lightsail: Create an instance.
    $ aws lightsail create-instances --instance-names ${name} --availability-zone ${region} --bundle-id ${nano_2_0} --blueprint-id ${blueprint_id}
    try on your machine
    explain this command
  • aws-lightsail:tldr:fa0e4 aws-lightsail: List all available instance images, or blueprints.
    $ aws lightsail list-blueprints
    try on your machine
    explain this command
  • aws-lightsail:tldr:fa405 aws-lightsail: List all bundles (instance plans).
    $ aws lightsail list-bundles
    try on your machine
    explain this command
back to context overview