Skip to content

Commit 927860c

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds: attribute-based instance type selection for EC2 Fleet, Spot Fleet, a feature that lets customers express instance requirements as attributes like vCPU, memory, and storage; and Spot placement score, a feature that helps customers identify an optimal location to run Spot workloads.
1 parent 5e9126d commit 927860c

File tree

3 files changed

+898
-4
lines changed

3 files changed

+898
-4
lines changed
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: attribute-based instance type selection for EC2 Fleet, Spot Fleet, a feature that lets customers express instance requirements as attributes like vCPU, memory, and storage; and Spot placement score, a feature that helps customers identify an optimal location to run Spot workloads."
6+
}

services/ec2/src/main/resources/codegen-resources/paginators-1.json

+12
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,12 @@
602602
"output_token": "NextToken",
603603
"result_key": "CapacityReservationGroups"
604604
},
605+
"GetInstanceTypesFromInstanceRequirements": {
606+
"input_token": "NextToken",
607+
"limit_key": "MaxResults",
608+
"output_token": "NextToken",
609+
"result_key": "InstanceTypes"
610+
},
605611
"GetManagedPrefixListAssociations": {
606612
"input_token": "NextToken",
607613
"limit_key": "MaxResults",
@@ -614,6 +620,12 @@
614620
"output_token": "NextToken",
615621
"result_key": "Entries"
616622
},
623+
"GetSpotPlacementScores": {
624+
"input_token": "NextToken",
625+
"limit_key": "MaxResults",
626+
"output_token": "NextToken",
627+
"result_key": "SpotPlacementScores"
628+
},
617629
"GetTransitGatewayAttachmentPropagations": {
618630
"input_token": "NextToken",
619631
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)