Skip to content

Commit 4233199

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Amazon EC2 and Spot Fleet now support modification of launch template configs for a running fleet enabling instance type, instance weight, AZ, and AMI updates without losing the current fleet ID.
1 parent 2951a2c commit 4233199

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"description": "Amazon EC2 and Spot Fleet now support modification of launch template configs for a running fleet enabling instance type, instance weight, AZ, and AMI updates without losing the current fleet ID."
5+
}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26518,6 +26518,11 @@
2651826518
"shape":"FleetExcessCapacityTerminationPolicy",
2651926519
"documentation":"<p>Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.</p>"
2652026520
},
26521+
"LaunchTemplateConfigs":{
26522+
"shape":"FleetLaunchTemplateConfigListRequest",
26523+
"documentation":"<p>The launch template and overrides.</p>",
26524+
"locationName":"LaunchTemplateConfig"
26525+
},
2652126526
"FleetId":{
2652226527
"shape":"FleetId",
2652326528
"documentation":"<p>The ID of the EC2 Fleet.</p>"
@@ -27204,6 +27209,11 @@
2720427209
"documentation":"<p>Indicates whether running Spot Instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.</p>",
2720527210
"locationName":"excessCapacityTerminationPolicy"
2720627211
},
27212+
"LaunchTemplateConfigs":{
27213+
"shape":"LaunchTemplateConfigList",
27214+
"documentation":"<p>The launch template and overrides. You can only use this parameter if you specified a launch template (<code>LaunchTemplateConfigs</code>) in your Spot Fleet request. If you specified <code>LaunchSpecifications</code> in your Spot Fleet request, then omit this parameter.</p>",
27215+
"locationName":"LaunchTemplateConfig"
27216+
},
2720727217
"SpotFleetRequestId":{
2720827218
"shape":"SpotFleetRequestId",
2720927219
"documentation":"<p>The ID of the Spot Fleet request.</p>",
@@ -32189,6 +32199,7 @@
3218932199
"customer-gateway",
3219032200
"dedicated-host",
3219132201
"dhcp-options",
32202+
"egress-only-internet-gateway",
3219232203
"elastic-ip",
3219332204
"elastic-gpu",
3219432205
"export-image-task",

0 commit comments

Comments
 (0)