Networkmanager Site
The Networkmanager Site is a component of AWS Network Manager, which helps users centralise and simplify the management of their networks across AWS and on-premises environments. It provides a global view of your network resources and makes it easier to deploy, operate, and monitor your networks. You can learn more about it in the official AWS Network Manager documentation.
Terraform Mappings:
aws_networkmanager_site.arn
Supported Methods​
GET
: Get a Networkmanager SiteLIST
SEARCH
: Search for Networkmanager Sites by GlobalNetworkId
Possible Links​
networkmanager-global-network
​
A Networkmanager Site is part of a global network managed by AWS Network Manager. The networkmanager-global-network
establishes the overarching network of which this site is a component. It logically groups the sites, links, and devices, enabling users to view and manage their network topology centrally.
networkmanager-link
​
Each Networkmanager Site can be associated with one or more network links, defined as networkmanager-link
. These links represent the connections between different sites (or between a site and a device) within the global network. By linking sites, users can optimise traffic flow and manage bandwidth more effectively across their network environment.
networkmanager-device
​
A Networkmanager Site can host multiple network devices, represented by networkmanager-device
. These devices are integral to the operations of a site, contributing to the network's overall functionality. Managing devices at each site allows users to maintain robust network operations and ensure connectivity within and between sites.