cc_staff
1,486
edits
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
*''Details'' tab | *''Details'' tab | ||
**''Availability Zone'': There is only one zone; do not change its name. | **''Availability Zone'': There is only one zone; do not change its name. | ||
**''Instance name'': <code>test</code><br/>Enter a name for your instance. [[? are there naming constraints ? length, character types, etc.) ?]] | **''Instance name'': <code>test</code><br/>Enter a name for your instance {{Note |Some constraints apply when choosing an instance name: | ||
# must be under 253 characters | |||
# each label (seperated by ".") must be between 1 and 63 characters long | |||
# each label must contain only ASCII letters 'a' - 'Z' (case-insensitive), '0' - '9', and '-' | |||
# labels must not start or end with a '-' | |||
# must be case-insensitive (i.e. will convert upper case to lower case) | |||
}}. [[? are there naming constraints ? length, character types, etc.) ?]] | |||
**''Flavor'': <code>c1-3.75gb-36</code><br/>The flavor defines [instance/VM] specifications. This particular flavor has one virtual CPU, 3.75GB of RAM (memory) and an ephemeral disk of 36GB. Ephemeral disks are disks created and destroyed with the instance; they reside on the local hardware running the VM. | **''Flavor'': <code>c1-3.75gb-36</code><br/>The flavor defines [instance/VM] specifications. This particular flavor has one virtual CPU, 3.75GB of RAM (memory) and an ephemeral disk of 36GB. Ephemeral disks are disks created and destroyed with the instance; they reside on the local hardware running the VM. | ||