Rejeter un Net peering
Vous pouvez rejeter un Net peering demandé entre l’un de vos Nets et un autre Net.
Cette action change l’état de la connexion de pending-acceptance
à rejected
. Pour en savoir plus, voir À propos des Net peerings > Cycle de vie.
Rejeter un Net peering avec Cockpit v2
-
Dans le dashboard Net Peerings, cochez la case du Net peering que vous voulez rejeter.
Le Net peering est sélectionné. -
Cliquez sur Rejeter.
Une boîte de dialogue de confirmation apparaît. -
Cliquez sur Rejeter.
Le Net peering est rejeté.Un Net peering rejeté reste visible pendant 1 heure.
Rejeter un Net peering avec OSC CLI
À ce jour, cette section est disponible en anglais uniquement. |
The RejectNetPeering command rejects a Net peering request.
The Net peering must be in the pending-acceptance
state to be rejected. The rejected Net peering is then in the rejected
state.
$ osc-cli api RejectNetPeering --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 reject.
The RejectNetPeering 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"
}
}
Rejeter un Net peering avec oapi-cli
À ce jour, cette section est disponible en anglais uniquement. |
The RejectNetPeering command rejects a Net peering request.
The Net peering must be in the pending-acceptance
state to be rejected. The rejected Net peering is then in the rejected
state.
$ oapi-cli --profile "default" RejectNetPeering \
--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 reject.
The RejectNetPeering 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"
}
}
Rejeter 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 rejeter une VPC peering connection, utilisez la commande reject-vpc-peering-connection en suivant cette syntaxe :
$ aws ec2 reject-vpc-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 rejeter. -
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 commande reject-vpc-peering-connection renvoie un résultat booléen :
-
Return
: Sitrue
, la VPC peering connection spécifiée est rejetée. Sinon, une erreur est survenue.
Une VPC peering connection rejetée reste visible 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.