Détacher un internet service d’un Net
Vous pouvez détacher un internet service d’un Net pour supprimer sa connexion à Internet.
Cette action supprime également les routes utilisant l’internet service comme target.
Détacher un internet service avec Cockpit v2
Avant de commencer : Détachez toutes les IP publiques associées à des machines virtuelles (VM) dans le Net. Pour en savoir plus, voir Détacher une IP publique d’une VM ou d’une interface réseau. |
-
Dans le dashboard Internet Services, cochez la case de l’internet service que vous souhaitez détacher du Net.
L’internet service est sélectionné. -
Cliquez sur Détacher un Net.
Une boîte de dialogue de confirmation apparaît. -
Cliquez sur Détacher.
L’internet service est détaché du Net.
Détacher un internet service avec OSC CLI
Avant de commencer : Détachez toutes les IP publiques associées à des machines virtuelles (VM) dans le Net. Pour en savoir plus, voir Détacher une IP publique d’une VM ou d’une interface réseau. |
À ce jour, cette section est disponible en anglais uniquement. |
The UnlinkInternetService command detaches an internet service from a Net.
This action disables and detaches an internet service from a Net. The Net must not contain virtual machines (VMs) using public IPs nor internet-facing load balancers.
$ osc-cli api UnlinkInternetService --profile "default" \
--InternetServiceId "igw-12345678" \
--NetId "vpc-12345678"
This command contains the following attributes that you need to specify:
-
DryRun
: (optional) If true, checks whether you have the required permissions to perform the action. -
InternetServiceId
: The ID of the internet service you want to detach. -
NetId
: The ID of the Net from which you want to detach the internet service.
The UnlinkInternetService command returns the following elements:
-
ResponseContext
: Information about the context of the response.-
RequestId
: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Détacher un Internet service avec oapi-cli
Avant de commencer : Détachez toutes les IP publiques associées à des machines virtuelles (VM) dans le Net. Pour en savoir plus, voir Détacher une IP publique d’une VM ou d’une interface réseau. |
À ce jour, cette section est disponible en anglais uniquement. |
The UnlinkInternetService command detaches an internet service from a Net.
This action disables and detaches an internet service from a Net. The Net must not contain virtual machines (VMs) using public IPs nor internet-facing load balancers.
$ oapi-cli --profile "default" UnlinkInternetService \
--InternetServiceId "igw-12345678" \
--NetId "vpc-12345678"
This command contains the following attributes that you need to specify:
-
DryRun
: (optional) If true, checks whether you have the required permissions to perform the action. -
InternetServiceId
: The ID of the internet service you want to detach. -
NetId
: The ID of the Net from which you want to detach the internet service.
The UnlinkInternetService command returns the following elements:
-
ResponseContext
: Information about the context of the response.-
RequestId
: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Détacher une internet gateway avec AWS CLI
Avant de commencer :
|
Pour détacher une internet gateway d’un VPC, utilisez la commande detach-internet-gateway en suivant cette syntaxe :
$ aws ec2 detach-internet-gateway \
--profile YOUR_PROFILE \
--internet-gateway-id igw-12345678 \
--vpc-id vpc-12345678 \
--endpoint https://fcu.eu-west-2.outscale.com
Cette commande contient les attributs suivants que vous devez spécifier :
-
(optionnel)
profile
: Le profil nommé que vous voulez utiliser, créé pendant la configuration d’AWS CLI. Pour en savoir plus, voir Installer et configurer AWS CLI. -
internet-gateway-id
: L’ID de l’internet gateway. -
vpc-id
: L’ID du VPC. -
endpoint
: Le endpoint correspondant à la Région à laquelle vous voulez envoyer la requête. Pour en savoir plus, voir Installer et configurer AWS CLI.
L’internet gateway est détachée du VPC spécifié.
Pages connexes
Méthodes API correspondantes
AWS™ et Amazon Web Services™ sont des marques de commerce d'Amazon Technologies, Inc. ou de ses affiliées aux États-Unis et/ou dans les autres pays.