flowchart LR
User["Your laptop"] -->|"ssh user 86.50.229.108"| VM["Pouta VM 192.168.0.1"]
---
# Using the virtual machine
- Using the VM is like using any other Linux machine
- Some exceptions exist, e.g. the start-up process (cloud-init)
- Available images include:
- AlmaLinux
- CentOS
- Ubuntu
- You can install and run native Linux applications (root access) or run container-based applications such as Docker.
---
# Exercises
- Install the OpenStack CLI
- Create a bucket and upload a file (web):
- Create a bucket and upload a file (CLI):
- Create a snapshot of your VM (web and CLI):
- Install Docker CE and run RStudio Server in a container:
- Install RStudio Server:
---
# Extra exercises
- Set up a web server on your VM () and define a security group so it is reachable from the internet
- Create a VM using the CLI ()
- scp the private key to a VM with a public IP and ssh onward to a VM inside Pouta
- Create a security-group rule that allows connections only from a remote security group instead of an IP range
---
# Be in touch!