Terminate and delete a network instance from AWS TNB - AWS Telco Network Builder

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
  1. Open the AWS TNB console at https://console.aws.amazon.com/tnb/.

  2. In the navigation pane, choose Networks.

  3. Select the ID of the network instance.

  4. Choose Terminate.

  5. When prompted for confirmation, enter the ID and choose Terminate.

  6. Refresh to track the status of your network instance.

  7. (Optional) Select the network instance and choose Delete.

AWS CLI
To terminate and delete a network instance using the AWS CLI
  1. 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}$
  2. (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}$