A custom Ubuntu virtual machine was created for this class that has many of the common tools used for interacting with cloud resources already installed. Some of the installed tools are listed below:

  1. Download the custom "CloudBreach" Linux VM from here:

https://www.dropbox.com/scl/fi/17s74q28y2864e508bmrb/cloudbreach-linux-v4.zip?rlkey=yasuo97w2t2q65a8wdvfoikuk&st=qeteqa5n&dl=0

  1. Extract the contents of the cloudbreach-linux-v4.zip file to your hard disk. In Windows, you should just need to right-click it and extract.

<aside> 💡 If you are trying to extract the VM on a Linux host OS use the 7z command as shown below to extract the VM: 7z x cloudbreach-linux.zip

</aside>

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/3390ce1e-d1b3-4edb-ac87-0a2698f9a3fa/Untitled.png

  1. Open VMware Workstation and click "Open a Virtual Machine".

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8e7af3ad-511c-4d10-b14d-e9fc05e63022/Untitled.png

  1. Navigate to where you extracted the VM Package and open the .ovf file.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c6ff7bc3-6f41-4db8-939f-2619f650e71d/Untitled.png

<aside> 💡 If you get an error message upon importing the OVF file as shown below stating that it didn't pass OVF specification conformance click "Retry" and it should import successfully.

</aside>

Untitled

  1. This should open a new window called “Import Virtual Machine”. Change the name of your virtual machine to “cloudbreach-linux” and click Import. After the VM has been imported click the title of the virtual machine in the VM Player library, then click “Play virtual machine”.
  2. Login to the virtual machine as the “fog” user.

<aside> 🔐 The password for the "fog" user account is "fog"

</aside>

  1. After booting up the VM should automatically check for updates and you maysee the software updater icon on the taskbar to the left. Allow the software updater to install the updates. Feel free to manually update the VM by running the following:
sudo apt update && sudo apt upgrade -y

Untitled