Skip to content

Commit 60c7a95

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: AWS Site-to-Site VPN now supports VPN connections with up to 5 Gbps bandwidth per tunnel, a 4x improvement from existing limit of 1.25 Gbps.
1 parent 5fb1e30 commit 60c7a95

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "AWS Site-to-Site VPN now supports VPN connections with up to 5 Gbps bandwidth per tunnel, a 4x improvement from existing limit of 1.25 Gbps."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71899,6 +71899,11 @@
7189971899
"shape":"TunnelOptionsList",
7190071900
"documentation":"<p>Indicates the VPN tunnel options.</p>",
7190171901
"locationName":"tunnelOptionSet"
71902+
},
71903+
"TunnelBandwidth":{
71904+
"shape":"VpnTunnelBandwidth",
71905+
"documentation":"<p> The configured bandwidth for the VPN tunnel. Represents the current throughput capacity setting for the tunnel connection. <code>standard</code> tunnel bandwidth supports up to 1.25 Gbps per tunnel while <code>large</code> supports up to 5 Gbps per tunnel. If no tunnel bandwidth was specified for the connection, <code>standard</code> is used as the default value. </p>",
71906+
"locationName":"tunnelBandwidth"
7190271907
}
7190371908
},
7190471909
"documentation":"<p>Describes VPN connection options.</p>"
@@ -71942,6 +71947,10 @@
7194271947
"shape":"TransitGatewayAttachmentId",
7194371948
"documentation":"<p>The transit gateway attachment ID to use for the VPN tunnel.</p> <p>Required if <code>OutsideIpAddressType</code> is set to <code>PrivateIpv4</code>.</p>"
7194471949
},
71950+
"TunnelBandwidth":{
71951+
"shape":"VpnTunnelBandwidth",
71952+
"documentation":"<p> The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity. <code>standard</code> supports up to 1.25 Gbps per tunnel, while <code>large</code> supports up to 5 Gbps per tunnel. The default value is <code>standard</code>. Existing VPN connections without a bandwidth setting will automatically default to <code>standard</code>. </p>"
71953+
},
7194571954
"StaticRoutesOnly":{
7194671955
"shape":"Boolean",
7194771956
"documentation":"<p>Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify <code>true</code>. Use <a>CreateVpnConnectionRoute</a> to create a static route.</p> <p>Default: <code>false</code> </p>",
@@ -72058,6 +72067,13 @@
7205872067
"type":"string",
7205972068
"enum":["Static"]
7206072069
},
72070+
"VpnTunnelBandwidth":{
72071+
"type":"string",
72072+
"enum":[
72073+
"standard",
72074+
"large"
72075+
]
72076+
},
7206172077
"VpnTunnelLogOptions":{
7206272078
"type":"structure",
7206372079
"members":{

0 commit comments

Comments
 (0)