Download a function package from AWS TNB - AWS Telco Network Builder

Download a function package from AWS TNB

Learn how to download a function package from the AWS TNB network functions catalog.

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

  2. In the navigation pane on the left side of the console, choose Function packages.

  3. Use search box to find the function package

  4. Choose the function package

  5. Choose Actions, Download.

AWS CLI
To download a function package using the AWS CLI

Use the get-sol-function-package-content command to download a function package.

aws tnb get-sol-function-package-content \ --vnf-pkg-id ^fp-[a-f0-9]{17}$ \ --accept "application/zip" \ --endpoint-url "https://tnb.us-west-2.amazonaws.com" \ --region us-west-2