Piranha Documentation

Compute - List Instances

Aim

In this demo, we'll be listing the VM Instances in your account.

Instructions

Web Console

Log in to the web console, in the Services menu, click on Compute. You'll see a Virtual Machines Submenu. Clicking this will take you to a list of Virtual Machines in your account.

Ansible

You can see detailed expected output here Ansible Output

$ cd source/compatibility-compute-list-instances/
$ cd ansible/
$ ansible-playbook playbook.yml

Terraform

You can see detailed expected output here Terraform Output

$ cd source/compatibility-compute-list-instances/
$ cd terraform
$ terraform plan
$ terraform apply

AWS CLI

You can see detailed expected output here AWSCLI Output

$ cd source/compatibility-compute-list-instances/
$ cd awscli/
$ source ../../../providers/aws/setup.bash
$ ./compute-list-instances.bash