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
-
Open the AWS TNB console at https://console.aws.amazon.com/tnb/
. -
In the navigation pane, choose Network packages.
-
Use the search box to find the network package.
-
- AWS CLI
-
To view a network package using the AWS CLI
-
Use the list-sol-network-packages command to list your network packages.
aws tnb list-sol-network-packages
-
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
" \ --regionus-west-2
-
Create
Download