AWS directconnect documentation change
Summary
Updated ASN range documentation to include long ASN support (1-4294967294)
Security assessment
This change aligns ASN range documentation with other files but contains no security-related content. The update appears focused on technical specifications rather than security improvements or vulnerability disclosures.
Diff
diff --git a/directconnect/latest/UserGuide/hosted-vif.md b/directconnect/latest/UserGuide/hosted-vif.md index 3796e853f..f10db85b4 100644 --- a//directconnect/latest/UserGuide/hosted-vif.md +++ b//directconnect/latest/UserGuide/hosted-vif.md @@ -38 +38 @@ We cannot guarantee that we will be able to fulfill all requests for AWS-provide - * A public or private Border Gateway Protocol (BGP) Autonomous System Number (ASN) for your side of the BGP session. If you are using a public ASN, you must own it. If you are using a private ASN, you can set a custom ASN value. For a 16-bit ASN, the value must be in the 64512 to 65534 range. For a 32-bit ASN, the value must be in the 1 to 2147483647 range. Autonomous System (AS) prepending does not work if you use a private ASN for a public virtual interface. + * A public or private Border Gateway Protocol (BGP) Autonomous System Number (ASN) for your side of the BGP session. If you are using a public ASN, you must own it. If you are using a private ASN, you can set a custom ASN value. For a 16-bit ASN, the value must be in the 64512 to 65534 range. For a 32-bit ASN, the value must be in the 1 to 4294967294 range. Autonomous System (AS) prepending does not work if you use a private ASN for a public virtual interface.