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 Instances Submenu. Clicking on the Instances button will display all the created instances in your account.
The table of instances includes the following columns: ID: Unique identifier for each instance. Name: Name of the instance. Status: Current status of the instance (e.g., running, stopped). Region: Geographical region where the instance is hosted. Networks: Network interfaces associated with the instance. DNS: DNS name associated with the instance. More: Additional actions and details related to the instance.
In addition to the instance details, the page also includes the following buttons: New Instance: Click this button to create a new instance. You will need to provide details such as the instance size, image, network settings, and any other required configurations. SC1 Home: Clicking this button will navigate back to the main Compute service page, where you can see the components of the Compute service. Execution Logs: Clicking this button will show the logs related to the execution of instance actions, providing detailed information on operations performed on the instances. Refresh: Clicking this button will reload the table of instances, ensuring that the most up-to-date information is displayed.
Ansible
You can see detailed expected output here Ansible Output
$ cd ansible/
$ ansible-playbook playbook.yml
Terraform
You can see detailed expected output here Terraform Output
$ cd terraform
$ terraform plan
$ terraform apply
Piranha CLI
You can see detailed expected output here Piranha CLI Output
$ cd piranhacli/
$ source ../../../providers/piranha/setup.bash
$ ./dns-create-domain.bash