Terminate and delete a network instance from AWS TNB
To delete a network instance, the instance must be in a terminated state.
- Console
-
To terminate and delete a network instance using the console
-
Open the AWS TNB console at https://console.aws.amazon.com/tnb/
. -
In the navigation pane, choose Networks.
-
Select the ID of the network instance.
-
Choose Terminate.
-
When prompted for confirmation, enter the ID and choose Terminate.
-
Refresh to track the status of your network instance.
-
(Optional) Select the network instance and choose Delete.
-
- AWS CLI
-
To terminate and delete a network instance using the AWS CLI
-
Use the terminate-sol-network-instance command to terminate a network instance.
aws tnb terminate-sol-network-instance --ns-instance-id
^ni-[a-f0-9]{17}$
-
(Optional) Use the delete-sol-network-instance command to delete a network instance.
aws tnb delete-sol-network-instance --ns-instance-id
^ni-[a-f0-9]{17}$
-
View
Network operations