Skip to content

Commit 03d27de

Browse files
author
AWS
committed
Auto Scaling Update: Increase the length limit for VPCZoneIdentifier from 2047 to 5000
1 parent 82d5d45 commit 03d27de

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
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": "Auto Scaling",
4+
"contributor": "",
5+
"description": "Increase the length limit for VPCZoneIdentifier from 2047 to 5000"
6+
}

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@
14591459
"documentation":"<p>The name of the placement group into which to launch your instances, if any.</p>"
14601460
},
14611461
"VPCZoneIdentifier":{
1462-
"shape":"XmlStringMaxLen2047",
1462+
"shape":"XmlStringMaxLen5000",
14631463
"documentation":"<p>One or more subnet IDs, if applicable, separated by commas.</p>"
14641464
},
14651465
"EnabledMetrics":{
@@ -1956,7 +1956,7 @@
19561956
"documentation":"<p>The name of the placement group into which to launch your instances. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html\">Placement groups</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p> <note> <p>A <i>cluster</i> placement group is a logical grouping of instances within a single Availability Zone. You cannot specify multiple Availability Zones and a cluster placement group. </p> </note>"
19571957
},
19581958
"VPCZoneIdentifier":{
1959-
"shape":"XmlStringMaxLen2047",
1959+
"shape":"XmlStringMaxLen5000",
19601960
"documentation":"<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created. If you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that you specify must reside in those Availability Zones.</p>"
19611961
},
19621962
"TerminationPolicies":{
@@ -5609,7 +5609,7 @@
56095609
"documentation":"<p>The name of an existing placement group into which to launch your instances. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html\">Placement groups</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p> <note> <p>A <i>cluster</i> placement group is a logical grouping of instances within a single Availability Zone. You cannot specify multiple Availability Zones and a cluster placement group. </p> </note>"
56105610
},
56115611
"VPCZoneIdentifier":{
5612-
"shape":"XmlStringMaxLen2047",
5612+
"shape":"XmlStringMaxLen5000",
56135613
"documentation":"<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that you specify must reside in those Availability Zones.</p>"
56145614
},
56155615
"TerminationPolicies":{
@@ -5752,6 +5752,12 @@
57525752
"min":1,
57535753
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
57545754
},
5755+
"XmlStringMaxLen5000":{
5756+
"type":"string",
5757+
"max":5000,
5758+
"min":1,
5759+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
5760+
},
57555761
"XmlStringMaxLen511":{
57565762
"type":"string",
57575763
"max":511,

0 commit comments

Comments
 (0)