Update a function instance in AWS TNB
After a network instance is instantiated, you can update a function package in the network instance.
- Console
-
To update a function instance using the console
-
Open the AWS TNB console at https://console.aws.amazon.com/tnb/
. -
In the navigation pane, choose Networks.
-
Select the network instance. You can update a network instance only if its state is
Instantiated
.The network instance page appears.
-
From the Functions tab, select the function instance to update.
-
Choose Update.
-
Enter your update overrides.
-
Choose Update.
-
- AWS CLI
-
Use the CLI to update a function instance
Use the update-sol-network-instance command with the
MODIFY_VNF_INFORMATION
update type to update a function instance in a network instance.aws tnb update-sol-network-instance --ns-instance-id
^ni-[a-f0-9]{17}$
--update-type MODIFY_VNF_INFORMATION --modify-vnf-info ...
Instantiate
Update a network
instance