1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-09-17 13:15:26 +02:00

docs: update Cloud/IPC/Instances

Cette révision appartient à :
Mickael Asseline 2021-11-04 15:27:06 +00:00 révisé par Mickael Asseline
Parent ae19f038d6
révision 61b63e0c4c

Voir le fichier

@ -2,13 +2,14 @@
title: Infomaniak Public Cloud - Gestion des instances
description: Créer et gérer les instances
published: true
date: 2021-11-04T15:20:46.428Z
date: 2021-11-04T15:27:04.489Z
tags: infomaniak, public-cloud, cloud, ipc, vm, instance
editor: markdown
dateCreated: 2021-11-04T12:38:36.261Z
---
# Horizon
# Créer une instance
## Rendez vous dans la section 'Instance' et cliquez sur `Lancer une instance`
![infomaniak-publiccloud_5_1.png](/images/cloud/infomaniak-public-cloud/5/infomaniak-publiccloud_5_1.png =1300x)
@ -40,6 +41,22 @@ dateCreated: 2021-11-04T12:38:36.261Z
{.links-list}
# CLI
## Lister les flavors
## Créer une instance
```bash
openstack server create
(--image <IMAGE> | --volume <VOLUME>)
--flavor <FLAVOR>
[--security-group <SECURITY_GROUP>]
[--key-name <KEY_NAME>]
[--network <NETWORK>]
<SERVER_NAME>
```
## Lister les instances
## Supprimer une instance