Devices - AWS Network Manager

Devices

You can represent your on-premises network in your global network through sites, devices, and links. For more information, see Define and associate your on-premises network. You can then associate a device with a site and one or more links.

You can also create a device to represent a virtual appliance in your AWS network. For more information, see Connection between devices.

A device is created for a specific global network and cannot be shared with other global networks.

Create a device

Create a device to represent a physical or virtual appliance.

To create a device
  1. Access the Network Manager console at https://console.aws.amazon.com/networkmanager/home/.

  2. Under Connectivity, choose Global Networks.

  3. On the Global networks page, choose the global network ID.

  4. In the navigation pane, choose Devices. Choose Create device.

  5. For Name and Description, enter a name and description for the device.

  6. For Model, enter the device model number.

  7. For Serial number, enter the serial number for the device.

  8. For Type, enter the device type.

  9. For Vendor, enter the name of the vendor, for example, Cisco.

  10. For Location type, specify whether the device is located in a remote location (on-premises network, data center, or other cloud provider) or in AWS.

    If you choose AWS Cloud, specify the location of the device within AWS. For Zone, specify the name of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost. For Subnet, specify the Amazon Resource Name (ARN) of a subnet (for example, arn:aws:ec2:us-east-1:111111111111:subnet/subnet-abcd1234).

  11. For Address, enter the physical address of the site, for example, New York, NY 10004.

  12. For Latitude, enter the latitude coordinates for the site, for example, 40.7128.

  13. For Longitude, enter the longitude coordinates for the site, for example, -74.0060.

  14. Choose Create device.

Creating and viewing a device using the AWS CLI

Use the following commands:

Update a device

You can update the details of your device, including the description, model, serial number, type, vendor, and location information.

To update a device
  1. Access the Network Manager console at https://console.aws.amazon.com/networkmanager/home/.

  2. Under Connectivity, choose Global Networks.

  3. On the Global networks page, choose the global network ID.

  4. In the navigation pane, choose Devices and select the device.

  5. Choose Edit.

  6. Update the device details as needed, then choose Edit device.

Updating a device using the AWS CLI

Use the update-device command.

Delete a device

If you no longer need a device, you can delete it. You must first disassociate the device from any sites, links, and customer gateways.

To delete a device
  1. Access the Network Manager console at https://console.aws.amazon.com/networkmanager/home/.

  2. Under Connectivity, choose Global Networks.

  3. On the Global networks page, choose the global network ID.

  4. In the navigation pane, choose Devices.

  5. Select the site and choose Delete.

  6. In the confirmation dialog box, choose Delete.

Deleting a device using the AWS CLI

Use the delete-device command.

Associate a device

You can associate a device with a site, and a device with one or more links.

Device and site associations

A site can have multiple devices associated with it, but a device can only be associated with a single site.

To associate a device and site
  1. Access the Network Manager console at https://console.aws.amazon.com/networkmanager/home/.

  2. Under Connectivity, choose Global Networks.

  3. On the Global networks page, choose the global network ID.

  4. In the navigation pane, choose Devices, and choose the ID of your device.

  5. Choose Associate site.

  6. For Site, choose the name of your site from the list.

  7. Choose Edit site association.

You can remove the association between a device and a site.

To disassociate a device and site
  1. Access the Network Manager console at https://console.aws.amazon.com/networkmanager/home/.

  2. Under Connectivity, choose Global Networks.

  3. On the Global networks page, choose the global network ID.

  4. In the navigation pane, choose Devices, and choose the ID of your device.

  5. Choose Disassociate site.

Working with device and site associations using the AWS CLI

When you create a new device using the create-device AWS CLI command, you can specify the site to associate with the device. For an existing device, you can use the update-device AWS CLI command to associate or disassociate a site.

A link can be associated with more than one device. The device must be associated with a site.

To associate a link and a device
  1. Access the Network Manager console at https://console.aws.amazon.com/networkmanager/home/.

  2. Under Connectivity, choose Global Networks.

  3. On the Global networks page, choose the global network ID.

  4. In the navigation pane, choose Devices, and choose the ID of your device.

  5. Choose Links.

  6. Choose Associate link.

  7. Choose the link to associate, then choose Associate link.

You can remove the association between a link and a device.

To disassociate a link and a device
  1. Access the Network Manager console at https://console.aws.amazon.com/networkmanager/home/.

  2. Under Connectivity, choose Global Networks.

  3. On the Global networks page, choose the global network ID.

  4. In the navigation pane, choose Devices, and choose the ID of your device.

  5. Choose Links.

  6. Select the link and choose Disassociate.

Working with device and link associations using the AWS CLI

You can work with device associations using the following commands.