AWS Cloud WAN example: One segment, one AWS Region - AWS Network Manager
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

AWS Cloud WAN example: One segment, one AWS Region

This policy sets up one network in us-east-1 with the name my-network. Any attachment is automatically added to the network without requiring approval.

{ "version": "2021.12", "core-network-configuration": { "asn-ranges": [ "64512-65534" ], "edge-locations": [ { "location": "us-east-1" } ] }, "segments": [ { "name": "mynetwork", "require-attachment-acceptance": false } ], "attachment-policies": [ { "rule-number": 100, "condition-logic": "and", "conditions": [ { "type": "any" } ], "action": { "association-method": "constant", "segment": "mynetwork" } } ] }