tutorial-cloud/docs/CloudtopiaaInstances/Manage Instances.md
2024-10-25 10:05:08 +05:30

5.0 KiB

sidebar_label sidebar_position
Manage Instances 1

import CodeBlock from '@site/src/components/CodeBloack'; import mi01 from '@site/static/img/mi-01.png'; import in01 from '@site/static/img/in01.png'; import in02 from '@site/static/img/in02.png'; import in03 from '@site/static/img/in03.png'; import in04 from '@site/static/img/in04.png'; import in05 from '@site/static/img/in05.png'; import in06 from '@site/static/img/in06.png'; import in07 from '@site/static/img/in07.png'; import in08 from '@site/static/img/in08.png'; import in09 from '@site/static/img/in09.png'; import in10 from '@site/static/img/in10.png'; import in11 from '@site/static/img/in11.png'; import in12 from '@site/static/img/in12.png'; import in13 from '@site/static/img/in13.png'; import in14 from '@site/static/img/in14.png';

Manage Instances

Create Instance
  1. Log in to the dashboard.
  2. Select the appropriate project from the drop down menu at the top left

Manage Instance

3. . Navigate to Project > Compute > Instances and click Launch Instance

4. Specify following details in Details tab and click Next.

Instance Name Assign a name to the virtual machine
Count Number of virtual machines to launch with identical specs. Default is 1.

Instance

.

Specify following details in Source tab and click Next

Boot Source Available options are image, volume and snapshots. Default is image.
Volume Size Size of root volume
Image Name This field changes based on your Boost Source selection. If you have chosen to launch an instance using an image, the Image Name field displays. Select the image name from the dropdown list.

Instance

Instance

6. Specify the size of the instance to launch in Flavor tab and click Next.

Instance

7. Select Network and click Next

Instance

8. Select Security Group(s) and click Next.

Instance

9. Select Key Pair and click Launch Instance

Instance

10. Instance will take few minutes to configure depending on size of the image being used

Instance

Connect to Instance
  1. Navigate to Project > Compute > Instances
  2. Open on the instance dropdown and click on Associate Floating IP

Instance

3. If there are no Floating IP Addresses are reserved before, we will get 'No floating IP addresses allocated' in IP Address dropdown.

Instance

4. In case there are no FIP Addresses reserved, click on + sign and in Allocate Floating IP dialog box click Allocate IP.

Instance

5. Now we will be redirected back to Manage Floating IP Association dialog box. Select public IP from IP Address dropdown and server private network port in Port to be associated dropdown and click on Associate

Instance

6. Instance now have public IP associated.

Instance

. Instance can be access through public IP if the communication is allowed in security group.

Instance