Skip to content

Commit 28392ae

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds support for vt1 3xlarge, 6xlarge and 24xlarge instances powered by Xilinx Alveo U30 Media Accelerators for video transcoding workloads
1 parent 7e5f999 commit 28392ae

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
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": "This release adds support for vt1 3xlarge, 6xlarge and 24xlarge instances powered by Xilinx Alveo U30 Media Accelerators for video transcoding workloads"
6+
}

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20405,7 +20405,7 @@
2040520405
"locationName":"iops"
2040620406
},
2040720407
"SnapshotId":{
20408-
"shape":"String",
20408+
"shape":"SnapshotId",
2040920409
"documentation":"<p>The ID of the snapshot.</p>",
2041020410
"locationName":"snapshotId"
2041120411
},
@@ -27410,7 +27410,10 @@
2741027410
"x2gd.8xlarge",
2741127411
"x2gd.12xlarge",
2741227412
"x2gd.16xlarge",
27413-
"x2gd.metal"
27413+
"x2gd.metal",
27414+
"vt1.3xlarge",
27415+
"vt1.6xlarge",
27416+
"vt1.24xlarge"
2741427417
]
2741527418
},
2741627419
"InstanceTypeHypervisor":{
@@ -33692,7 +33695,7 @@
3369233695
"type":"structure",
3369333696
"members":{
3369433697
"GroupName":{
33695-
"shape":"String",
33698+
"shape":"PlacementGroupName",
3369633699
"documentation":"<p>The name of the placement group that the instance is in.</p>",
3369733700
"locationName":"groupName"
3369833701
}
@@ -39192,7 +39195,7 @@
3919239195
"locationName":"iamInstanceProfile"
3919339196
},
3919439197
"ImageId":{
39195-
"shape":"String",
39198+
"shape":"ImageId",
3919639199
"documentation":"<p>The ID of the AMI.</p>",
3919739200
"locationName":"imageId"
3919839201
},
@@ -39207,7 +39210,7 @@
3920739210
"locationName":"kernelId"
3920839211
},
3920939212
"KeyName":{
39210-
"shape":"String",
39213+
"shape":"KeyPairName",
3921139214
"documentation":"<p>The name of the key pair.</p>",
3921239215
"locationName":"keyName"
3921339216
},
@@ -39237,7 +39240,7 @@
3923739240
"locationName":"spotPrice"
3923839241
},
3923939242
"SubnetId":{
39240-
"shape":"String",
39243+
"shape":"SubnetId",
3924139244
"documentation":"<p>The IDs of the subnets in which to launch the instances. To specify multiple subnets, separate them using commas; for example, \"subnet-1234abcdeexample1, subnet-0987cdef6example2\".</p>",
3924239245
"locationName":"subnetId"
3924339246
},
@@ -39787,7 +39790,7 @@
3978739790
"locationName":"availabilityZone"
3978839791
},
3978939792
"GroupName":{
39790-
"shape":"String",
39793+
"shape":"PlacementGroupName",
3979139794
"documentation":"<p>The name of the placement group.</p>",
3979239795
"locationName":"groupName"
3979339796
},

0 commit comments

Comments
 (0)