Cloud Quick Start/en: Difference between revisions

Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 53: Line 53:
**''Project Limits'': The green bars reflect the fraction of your available resources that will be consumed by the VM you are about to launch. If the bars become red, the flavor chosen will consume more resources than your project has available. Blue bars indicate any existing resources your project may be using.
**''Project Limits'': The green bars reflect the fraction of your available resources that will be consumed by the VM you are about to launch. If the bars become red, the flavor chosen will consume more resources than your project has available. Blue bars indicate any existing resources your project may be using.
*''Access & Security'' tab
*''Access & Security'' tab
**''Key Pair'': Select your SSH key pair.<p>If you have only one, it is selected by default. If you do not have a key pair, please see above [[Cloud Quick Start#SSH Key Pair]].</p>
**''Key Pair'': Select your SSH key pair.<p>If you have only one, it is selected by default. If you do not have a key pair, please see [[#SSH key pair | above]].</p>
:*''Security Groups'': Do not remove the check-mark for ''default''.
:*''Security Groups'': Do not remove the check-mark for ''default''.
*''Networking'' tab: Do not change this now. <p>Networking will be discussed later, after you have launched a virtual machine.</p>
*''Networking'' tab: Do not change this now. <p>Networking will be discussed later, after you have launched a virtual machine.</p>
Line 93: Line 93:
Most common Linux distributions have standardized on the name of the distro as the username. To connect to the provided CentOS images, you would use:
Most common Linux distributions have standardized on the name of the distro as the username. To connect to the provided CentOS images, you would use:
{{Command|ssh -i /path/where/your/key/is/my_key.key centos@<public IP of your server>}}
{{Command|ssh -i /path/where/your/key/is/my_key.key centos@<public IP of your server>}}
where <code><public IP of your server></code> is the public IP you set in the previous step ([[Cloud Quick Start#Public IP (Assign a public IP)]]). The username for Ubuntu instances is ''ubuntu'' and Debian instances have the ''debian'' username. By default the preconfigured cloud username will have full sudo privileges. The root account is normally disabled.
where <code><public IP of your server></code> is the public IP you set in the [[#Public IP | previous step]]. The username for Ubuntu instances is ''ubuntu'', and Debian instances have the ''debian'' username. By default the preconfigured cloud username will have full sudo privileges. The root account is normally disabled.


You are now connected to your virtual machine.
You are now connected to your virtual machine.
38,760

edits