Supprimer un Net peering
Vous pouvez supprimer un Net peering pour mettre fin à la communication entre deux Nets connectés.
La possibilité de supprimer un Net peering dépend de son état :
-
Si la connexion est à l’état
active
, elle peut être supprimée soit par le propriétaire du Net requêteur, soit par le propriétaire du Net pair. -
Si elle est dans l’état
pending-acceptance
, elle peut être supprimée uniquement par le propriétaire du Net requêteur. -
Si elle est dans l’état
rejected
,failed
ouexpired
, elle ne peut pas être supprimée.
Pour en savoir plus, voir À propos des Net peerings > Cycle de vie.
Supprimer un Net peering avec Cockpit v2
-
Dans le dashboard Net Peerings, cochez la case du Net peering que vous voulez supprimer.
La multisélection est disponible.
Le Net peering est sélectionné.
-
Cliquez sur Supprimer.
Une boîte de dialogue de confirmation apparaît. -
Cliquez sur Supprimer.
Le Net peering est supprimé.Les ressources supprimées restent visibles pendant 1 heure.
Supprimer un Net peering avec OSC CLI
À ce jour, cette section est disponible en anglais uniquement. |
The DeleteNetPeering command deletes a Net peering.
If the Net peering is in the active
state, it can be deleted either by the owner of the requester Net or the owner of the peer Net.
If it is in the pending-acceptance
state, it can be deleted only by the owner of the requester Net.
If it is in the rejected
, failed
, or expired
states, it cannot be deleted.
$ osc-cli api DeleteNetPeering --profile "default" \
--NetPeeringId "pcx-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. -
NetPeeringId
: The ID of the Net peering you want to delete.
The DeleteNetPeering 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"
}
}
Supprimer un Net peering avec oapi-cli
À ce jour, cette section est disponible en anglais uniquement. |
The DeleteNetPeering command deletes a Net peering.
If the Net peering is in the active
state, it can be deleted either by the owner of the requester Net or the owner of the peer Net.
If it is in the pending-acceptance
state, it can be deleted only by the owner of the requester Net.
If it is in the rejected
, failed
, or expired
states, it cannot be deleted.
$ oapi-cli --profile "default" DeleteNetPeering \
--NetPeeringId "pcx-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. -
NetPeeringId
: The ID of the Net peering you want to delete.
The DeleteNetPeering 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"
}
}
Supprimer une VPC peering connection avec AWS CLI
Avant de commencer : Installez et configurez AWS CLI. Pour en savoir plus, voir Installer et configurer AWS CLI. |
Pour supprimer une VPC peering connection, utilisez la commande delete-vpc-peering-connection en suivant cette syntaxe :
$ aws ec2 delete-pc-peering-connection \
--profile YOUR_PROFILE \
--vpc-peering-connection-id pcx-111aaa11 \
--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. -
vpc-peering-connection-id
: L’ID de la VPC peering connection que vous voulez supprimer. -
endpoint
: Le endpoint correspondant à la Région à laquelle vous voulez envoyer la requête. Pour en savoir plus, voir Installer et configurer AWS CLI.
La VPC peering connection spécifiée est supprimée.
Les ressources supprimées restent visibles pendant 1 heure. |
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.