Skip to content

Commit 90ded76

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: New feature: Updated EC2 API to support faster launching for Windows images. Optimized images are pre-provisioned, using snapshots to launch instances up to 65% faster.
1 parent 608750e commit 90ded76

File tree

3 files changed

+381
-2
lines changed

3 files changed

+381
-2
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": "New feature: Updated EC2 API to support faster launching for Windows images. Optimized images are pre-provisioned, using snapshots to launch instances up to 65% faster."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
"DescribeExportTasks": {
112112
"result_key": "ExportTasks"
113113
},
114+
"DescribeFastLaunchImages": {
115+
"input_token": "NextToken",
116+
"limit_key": "MaxResults",
117+
"output_token": "NextToken",
118+
"result_key": "FastLaunchImages"
119+
},
114120
"DescribeFastSnapshotRestores": {
115121
"input_token": "NextToken",
116122
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)