Libérer une IP publique de votre compte
Vous pouvez libérer une IP publique allouée à votre compte si vous n’en avez plus besoin. Cette IP publique redevient disponible pour être allouée par un autre compte.
Libérer une IP publique avec Cockpit v2
Avant de commencer :
|
-
Dans le dashboard Public IPs, cochez la case de l’IP publique que vous voulez libérer.
La multisélection est disponible.
L’IP publique est sélectionnée.
-
Cliquez sur Libérer.
Une boîte de dialogue de confirmation apparaît. -
Cliquez sur Libérer.
L’IP publique est libérée de votre compte.
Libérer une IP publique avec OSC CLI
Avant de commencer :
|
À ce jour, cette section est disponible en anglais uniquement. |
The DeletePublicIp command releases a public IP.
You can release a public IP associated with your account. This address is released in the public IP pool and can be used by someone else. Before releasing a public IP, ensure you updated all your resources communicating with this address.
$ osc-cli api DeletePublicIp --profile "default" \
--PublicIp "192.0.2.0"
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. -
PublicIp
: (optional) The public IP. In the public Cloud, this parameter is required. -
PublicIpId
: (optional) The ID representing the association of the public IP with the VM or the NIC. In a Net, this parameter is required.
The DeletePublicIp 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"
}
}
Libérer une IP publique avec oapi-cli
Avant de commencer :
|
À ce jour, cette section est disponible en anglais uniquement. |
The DeletePublicIp command releases a public IP.
You can release a public IP associated with your account. This address is released in the public IP pool and can be used by someone else. Before releasing a public IP, ensure you updated all your resources communicating with this address.
$ oapi-cli --profile "default" DeletePublicIp \
--PublicIp "192.0.2.0"
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. -
PublicIp
: (optional) The public IP. In the public Cloud, this parameter is required. -
PublicIpId
: (optional) The ID representing the association of the public IP with the VM or the NIC. In a Net, this parameter is required.
The DeletePublicIp 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"
}
}
Libérer une EIP avec AWS CLI
Avant de commencer :
|
Pour libérer une EIP, utilisez la commande release-address en suivant cette syntaxe :
$ aws ec2 release-address \
--profile YOUR_PROFILE \
--public-ip 111.1.1.1 \
--allocation-id NOT_SPECIFIED \
--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. -
(optionnel)
public-ip
: L’EIP. -
(optionnel)
allocation-id
: L’ID de l’allocation.-
Dans le Cloud public, vous devez spécifier l’attribut
public-ip
. -
Dans un Net, vous devez spécifier l’attribut
allocation-id
.
-
-
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’EIP est libérée de votre compte.
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.