View a network package in AWS TNB - AWS Telco Network Builder

View a network package in AWS TNB

Learn how to view the content of a network package.

Console
To view a network package using the console
  1. Open the AWS TNB console at https://console.aws.amazon.com/tnb/.

  2. In the navigation pane, choose Network packages.

  3. Use the search box to find the network package.

AWS CLI
To view a network package using the AWS CLI
  1. Use the list-sol-network-packages command to list your network packages.

    aws tnb list-sol-network-packages
  2. Use the get-sol-network-package command to view details about a network package.

    aws tnb get-sol-network-package \ --nsd-info-id ^np-[a-f0-9]{17}$ \ --endpoint-url "https://tnb.us-west-2.amazonaws.com" \ --region us-west-2