The scenario is similar to Scenario 1, but special flavor must be specified
Navigate to to Compute→Instances and press the "Launch Instance" button.
You are presented with a wizard.
On the first page "Details" fill out the field "Name" to give your instance a name. This name will also be put in the /etc/hostname file of the instance.
On the same page chooseBST1-Proximaavailability zone from the " list.
On the next page "Source" pick an image you would like to use as boot media.
On the next page "Flavor", pick the flavor for the instance. Flavor depicts configuration of vCPU, RAM and storage for the instance.
On the next page, assign Security Groups for you instance. In order to connect to the instance over SSH for managing it, you at least will have to create a security group with port 22 (SSH) open from the outside (Ingress). For more information on Security Groups, please see here <insert link to section below>
On the next page "Keypair" assign an SSH key to you instance. This is needed in order to connect to it over SSH from the outside. This key will be provisioned to the cloud users ~/.ssh/authroized_keys file.
Now you can click "Launch Instance" at the bottom of the wizard.