aws-sdk-ec2 1.285.0 → 1.417.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +663 -1
  3. data/VERSION +1 -1
  4. data/lib/aws-sdk-ec2/classic_address.rb +33 -36
  5. data/lib/aws-sdk-ec2/client.rb +13859 -2170
  6. data/lib/aws-sdk-ec2/client_api.rb +4203 -86
  7. data/lib/aws-sdk-ec2/customizations/instance.rb +3 -1
  8. data/lib/aws-sdk-ec2/customizations/resource.rb +3 -1
  9. data/lib/aws-sdk-ec2/dhcp_options.rb +19 -7
  10. data/lib/aws-sdk-ec2/endpoint_parameters.rb +66 -0
  11. data/lib/aws-sdk-ec2/endpoint_provider.rb +57 -0
  12. data/lib/aws-sdk-ec2/endpoints.rb +8444 -0
  13. data/lib/aws-sdk-ec2/image.rb +96 -22
  14. data/lib/aws-sdk-ec2/instance.rb +232 -95
  15. data/lib/aws-sdk-ec2/internet_gateway.rb +21 -7
  16. data/lib/aws-sdk-ec2/key_pair.rb +13 -4
  17. data/lib/aws-sdk-ec2/key_pair_info.rb +32 -4
  18. data/lib/aws-sdk-ec2/nat_gateway.rb +22 -12
  19. data/lib/aws-sdk-ec2/network_acl.rb +28 -10
  20. data/lib/aws-sdk-ec2/network_interface.rb +76 -17
  21. data/lib/aws-sdk-ec2/network_interface_association.rb +11 -5
  22. data/lib/aws-sdk-ec2/placement_group.rb +198 -33
  23. data/lib/aws-sdk-ec2/plugins/copy_encrypted_snapshot.rb +17 -12
  24. data/lib/aws-sdk-ec2/plugins/endpoints.rb +1272 -0
  25. data/lib/aws-sdk-ec2/plugins/region_validation.rb +1 -1
  26. data/lib/aws-sdk-ec2/resource.rb +793 -282
  27. data/lib/aws-sdk-ec2/route.rb +9 -3
  28. data/lib/aws-sdk-ec2/route_table.rb +21 -7
  29. data/lib/aws-sdk-ec2/route_table_association.rb +9 -3
  30. data/lib/aws-sdk-ec2/security_group.rb +74 -57
  31. data/lib/aws-sdk-ec2/snapshot.rb +38 -12
  32. data/lib/aws-sdk-ec2/subnet.rb +394 -137
  33. data/lib/aws-sdk-ec2/tag.rb +12 -4
  34. data/lib/aws-sdk-ec2/types.rb +15645 -13412
  35. data/lib/aws-sdk-ec2/volume.rb +65 -34
  36. data/lib/aws-sdk-ec2/vpc.rb +368 -123
  37. data/lib/aws-sdk-ec2/vpc_address.rb +29 -34
  38. data/lib/aws-sdk-ec2/vpc_peering_connection.rb +18 -6
  39. data/lib/aws-sdk-ec2/waiters.rb +184 -0
  40. data/lib/aws-sdk-ec2.rb +6 -2
  41. metadata +8 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aceafc3aba9217ddda062d215af7a15f03f96b5a946e4c90e0051bc3d4a79161
4
- data.tar.gz: d26dc2b58b456def255f0f802a534a428283b784b68b15a2e32abd092d65f6fc
3
+ metadata.gz: 7ac4887a539a63a494296958bdf908d279a6407db370596be8a3a3ace6fd1197
4
+ data.tar.gz: d4cc951fc9825b038d5f0ce1841fa6ff741eb1d2722a8d947ff4bc7b17b05cea
5
5
  SHA512:
6
- metadata.gz: 6836a4a3e64797e69a5cba0673d0fdcbfef17c2b5d0cb2aa43322378a0a1f6c78edf6d92d26dc471c8cc5fd505e0b73c00804985ee1049971022d763ccc2c4d5
7
- data.tar.gz: 02a3c5e466792cbcbe9fc214bd6bda4b24436f7ba43d1629d8932683e949280dfd24f6448cd0fa7558f6f16c40871a43b4e6c33863bc737de1701a2fd3f5d249
6
+ metadata.gz: 4fbf66a95a483a41ed3103c63a2e5d80ecaa32630f064bc5ced87991e52afbe014c6e8b4adb5cd52ddaedd9037f49fe956eef125b619b8493e94975820d88a3d
7
+ data.tar.gz: 2bd114210651203a603951c89036882d1f30110e497552856bf8caf3eae33f39b78d31583d672bc76f4022112d97fb808ea477c705d37eecf47d8a23b17b17f4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,668 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.417.0 (2023-10-31)
5
+ ------------------
6
+
7
+ * Feature - Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking.
8
+
9
+ 1.416.0 (2023-10-26)
10
+ ------------------
11
+
12
+ * Feature - Launching GetSecurityGroupsForVpc API. This API gets security groups that can be associated by the AWS account making the request with network interfaces in the specified VPC.
13
+
14
+ 1.415.0 (2023-10-24)
15
+ ------------------
16
+
17
+ * Feature - This release updates the documentation for InstanceInterruptionBehavior and HibernationOptionsRequest to more accurately describe the behavior of these two parameters when using Spot hibernation.
18
+
19
+ 1.414.0 (2023-10-19)
20
+ ------------------
21
+
22
+ * Feature - Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.
23
+
24
+ 1.413.0 (2023-10-12)
25
+ ------------------
26
+
27
+ * Feature - This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.
28
+
29
+ 1.412.0 (2023-10-06)
30
+ ------------------
31
+
32
+ * Feature - Documentation updates for Elastic Compute Cloud (EC2).
33
+
34
+ 1.411.0 (2023-10-02)
35
+ ------------------
36
+
37
+ * Feature - Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
38
+
39
+ 1.410.0 (2023-09-28)
40
+ ------------------
41
+
42
+ * Feature - Adds support for Customer Managed Key encryption for Amazon Verified Access resources
43
+
44
+ 1.409.0 (2023-09-27)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.408.0 (2023-09-26)
50
+ ------------------
51
+
52
+ * Feature - The release includes AWS verified access to support FIPs compliance in North America regions
53
+
54
+ 1.407.0 (2023-09-22)
55
+ ------------------
56
+
57
+ * Feature - EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections.
58
+
59
+ 1.406.0 (2023-09-19)
60
+ ------------------
61
+
62
+ * Feature - This release adds support for C7i, and R7a instance types.
63
+
64
+ 1.405.0 (2023-09-12)
65
+ ------------------
66
+
67
+ * Feature - This release adds support for restricting public sharing of AMIs through AMI Block Public Access
68
+
69
+ 1.404.0 (2023-09-06)
70
+ ------------------
71
+
72
+ * Feature - This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API.
73
+
74
+ 1.403.0 (2023-09-05)
75
+ ------------------
76
+
77
+ * Feature - Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances.
78
+
79
+ 1.402.0 (2023-08-24)
80
+ ------------------
81
+
82
+ * Feature - Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances.
83
+
84
+ 1.401.0 (2023-08-23)
85
+ ------------------
86
+
87
+ * Feature - Marking fields as sensitive on BundleTask and GetPasswordData
88
+
89
+ 1.400.0 (2023-08-21)
90
+ ------------------
91
+
92
+ * Feature - The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted.
93
+
94
+ 1.399.0 (2023-08-17)
95
+ ------------------
96
+
97
+ * Feature - Adds support for SubnetConfigurations to allow users to select their own IPv4 and IPv6 addresses for Interface VPC endpoints
98
+
99
+ 1.398.0 (2023-08-15)
100
+ ------------------
101
+
102
+ * Feature - Documentation updates for Elastic Compute Cloud (EC2).
103
+
104
+ 1.397.0 (2023-08-11)
105
+ ------------------
106
+
107
+ * Feature - Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors.
108
+
109
+ 1.396.0 (2023-08-03)
110
+ ------------------
111
+
112
+ * Feature - This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address.
113
+
114
+ 1.395.0 (2023-07-27)
115
+ ------------------
116
+
117
+ * Feature - SDK and documentation updates for Amazon Elastic Block Store APIs
118
+
119
+ 1.394.0 (2023-07-25)
120
+ ------------------
121
+
122
+ * Feature - This release adds an instance's peak and baseline network bandwidth as well as the memory sizes of an instance's inference accelerators to DescribeInstanceTypes.
123
+
124
+ 1.393.0 (2023-07-24)
125
+ ------------------
126
+
127
+ * Feature - Add "disabled" enum value to SpotInstanceState.
128
+
129
+ 1.392.0 (2023-07-19)
130
+ ------------------
131
+
132
+ * Feature - Amazon EC2 documentation updates.
133
+
134
+ 1.391.0 (2023-07-17)
135
+ ------------------
136
+
137
+ * Feature - Add Nitro TPM support on DescribeInstanceTypes
138
+
139
+ 1.390.0 (2023-07-13)
140
+ ------------------
141
+
142
+ * Feature - This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
143
+
144
+ 1.389.0 (2023-07-11)
145
+ ------------------
146
+
147
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
148
+
149
+ 1.388.0 (2023-07-06)
150
+ ------------------
151
+
152
+ * Feature - Add Nitro Enclaves support on DescribeInstanceTypes
153
+
154
+ 1.387.0 (2023-06-28)
155
+ ------------------
156
+
157
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
158
+
159
+ 1.386.0 (2023-06-20)
160
+ ------------------
161
+
162
+ * Feature - Adds support for targeting Dedicated Host allocations by assetIds in AWS Outposts
163
+
164
+ 1.385.0 (2023-06-19)
165
+ ------------------
166
+
167
+ * Feature - API changes to AWS Verified Access to include data from trust providers in logs
168
+
169
+ 1.384.0 (2023-06-15)
170
+ ------------------
171
+
172
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
173
+
174
+ 1.383.0 (2023-06-13)
175
+ ------------------
176
+
177
+ * Feature - This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
178
+
179
+ 1.382.0 (2023-06-05)
180
+ ------------------
181
+
182
+ * Feature - Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs.
183
+
184
+ 1.381.0 (2023-05-31)
185
+ ------------------
186
+
187
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
188
+
189
+ 1.380.0 (2023-05-18)
190
+ ------------------
191
+
192
+ * Feature - Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.
193
+
194
+ 1.379.0 (2023-05-05)
195
+ ------------------
196
+
197
+ * Feature - This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.
198
+
199
+ 1.378.0 (2023-05-03)
200
+ ------------------
201
+
202
+ * Feature - Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
203
+
204
+ 1.377.0 (2023-04-27)
205
+ ------------------
206
+
207
+ * Feature - This release adds support for AMD SEV-SNP on EC2 instances.
208
+
209
+ 1.376.0 (2023-04-24)
210
+ ------------------
211
+
212
+ * Feature - API changes to AWS Verified Access related to identity providers' information.
213
+
214
+ 1.375.0 (2023-04-04)
215
+ ------------------
216
+
217
+ * Feature - C6in, M6in, M6idn, R6in and R6idn bare metal instances are powered by 3rd Generation Intel Xeon Scalable processors and offer up to 200 Gbps of network bandwidth.
218
+
219
+ 1.374.0 (2023-04-04)
220
+ ------------------
221
+
222
+ * Feature - C6in, M6in, M6idn, R6in and R6idn bare metal instances are powered by 3rd Generation Intel Xeon Scalable processors and offer up to 200 Gbps of network bandwidth.
223
+
224
+ 1.373.0 (2023-03-31)
225
+ ------------------
226
+
227
+ * Feature - Documentation updates for EC2 On Demand Capacity Reservations
228
+
229
+ 1.372.0 (2023-03-30)
230
+ ------------------
231
+
232
+ * Feature - This release adds support for Tunnel Endpoint Lifecycle control, a new feature that provides Site-to-Site VPN customers with better visibility and control of their VPN tunnel maintenance updates.
233
+
234
+ 1.371.0 (2023-03-21)
235
+ ------------------
236
+
237
+ * Feature - This release adds support for AWS Network Firewall, AWS PrivateLink, and Gateway Load Balancers to Amazon VPC Reachability Analyzer, and it makes the path destination optional as long as a destination address in the filter at source is provided.
238
+
239
+ 1.370.0 (2023-03-14)
240
+ ------------------
241
+
242
+ * Feature - This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs.
243
+
244
+ 1.369.0 (2023-03-08)
245
+ ------------------
246
+
247
+ * Feature - Introducing Amazon EC2 C7g, M7g and R7g instances, powered by the latest generation AWS Graviton3 processors and deliver up to 25% better performance over Graviton2-based instances.
248
+
249
+ 1.368.0 (2023-03-03)
250
+ ------------------
251
+
252
+ * Feature - This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'.
253
+
254
+ 1.367.0 (2023-02-28)
255
+ ------------------
256
+
257
+ * Feature - This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default.
258
+
259
+ 1.366.0 (2023-02-14)
260
+ ------------------
261
+
262
+ * Feature - With this release customers can turn host maintenance on or off when allocating or modifying a supported dedicated host. Host maintenance is turned on by default for supported hosts.
263
+
264
+ 1.365.0 (2023-02-10)
265
+ ------------------
266
+
267
+ * Feature - Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state.
268
+
269
+ 1.364.0 (2023-02-02)
270
+ ------------------
271
+
272
+ * Feature - Documentation updates for EC2.
273
+
274
+ 1.363.0 (2023-01-31)
275
+ ------------------
276
+
277
+ * Feature - This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K.
278
+
279
+ 1.362.0 (2023-01-30)
280
+ ------------------
281
+
282
+ * Feature - We add Prefix Lists as a new route destination option for LocalGatewayRoutes. This will allow customers to create routes to Prefix Lists. Prefix List routes will allow customers to group individual CIDR routes with the same target into a single route.
283
+
284
+ 1.361.0 (2023-01-25)
285
+ ------------------
286
+
287
+ * Feature - This release adds new functionality that allows customers to provision IPv6 CIDR blocks through Amazon VPC IP Address Manager (IPAM) as well as allowing customers to utilize IPAM Resource Discovery APIs.
288
+
289
+ 1.360.0 (2023-01-20)
290
+ ------------------
291
+
292
+ * Feature - C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.
293
+
294
+ 1.359.0 (2023-01-19)
295
+ ------------------
296
+
297
+ * Feature - Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value.
298
+
299
+ 1.358.0 (2023-01-18)
300
+ ------------------
301
+
302
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
303
+
304
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
305
+
306
+ 1.357.0 (2023-01-13)
307
+ ------------------
308
+
309
+ * Feature - Documentation updates for EC2.
310
+
311
+ 1.356.0 (2022-12-20)
312
+ ------------------
313
+
314
+ * Feature - Adds support for pagination in the EC2 DescribeImages API.
315
+
316
+ 1.355.0 (2022-12-12)
317
+ ------------------
318
+
319
+ * Feature - This release updates DescribeFpgaImages to show supported instance types of AFIs in its response.
320
+
321
+ 1.354.0 (2022-12-05)
322
+ ------------------
323
+
324
+ * Feature - Documentation updates for EC2.
325
+
326
+ 1.353.0 (2022-11-29)
327
+ ------------------
328
+
329
+ * Feature - This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
330
+
331
+ 1.352.0 (2022-11-29)
332
+ ------------------
333
+
334
+ * Feature - Introduces ENA Express, which uses AWS SRD and dynamic routing to increase throughput and minimize latency, adds support for trust relationships between Reachability Analyzer and AWS Organizations to enable cross-account analysis, and adds support for Infrastructure Performance metric subscriptions.
335
+
336
+ 1.351.0 (2022-11-18)
337
+ ------------------
338
+
339
+ * Feature - This release adds support for copying an Amazon Machine Image's tags when copying an AMI.
340
+
341
+ 1.350.0 (2022-11-17)
342
+ ------------------
343
+
344
+ * Feature - This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.
345
+
346
+ 1.349.0 (2022-11-10)
347
+ ------------------
348
+
349
+ * Feature - This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price.
350
+
351
+ 1.348.0 (2022-11-09)
352
+ ------------------
353
+
354
+ * Feature - Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases.
355
+
356
+ 1.347.0 (2022-11-08)
357
+ ------------------
358
+
359
+ * Feature - This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager
360
+
361
+ 1.346.0 (2022-11-07)
362
+ ------------------
363
+
364
+ * Feature - This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
365
+
366
+ 1.345.0 (2022-11-04)
367
+ ------------------
368
+
369
+ * Feature - This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions.
370
+
371
+ 1.344.0 (2022-10-31)
372
+ ------------------
373
+
374
+ * Feature - Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
375
+
376
+ 1.343.0 (2022-10-27)
377
+ ------------------
378
+
379
+ * Feature - Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
380
+
381
+ 1.342.0 (2022-10-25)
382
+ ------------------
383
+
384
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
385
+
386
+ 1.341.0 (2022-10-04)
387
+ ------------------
388
+
389
+ * Feature - Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs.
390
+
391
+ 1.340.0 (2022-10-03)
392
+ ------------------
393
+
394
+ * Feature - Adding an imdsSupport attribute to EC2 AMIs
395
+
396
+ 1.339.0 (2022-09-29)
397
+ ------------------
398
+
399
+ * Feature - u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases.
400
+
401
+ 1.338.0 (2022-09-23)
402
+ ------------------
403
+
404
+ * Feature - Letting external AWS customers provide ImageId as a Launch Template override in FleetLaunchTemplateOverridesRequest
405
+
406
+ 1.337.0 (2022-09-22)
407
+ ------------------
408
+
409
+ * Feature - Documentation updates for Amazon EC2.
410
+
411
+ 1.336.0 (2022-09-20)
412
+ ------------------
413
+
414
+ * Feature - This release adds support for blocked paths to Amazon VPC Reachability Analyzer.
415
+
416
+ 1.335.0 (2022-09-19)
417
+ ------------------
418
+
419
+ * Feature - This release adds CapacityAllocations field to DescribeCapacityReservations
420
+
421
+ 1.334.0 (2022-09-15)
422
+ ------------------
423
+
424
+ * Feature - This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.
425
+
426
+ 1.333.0 (2022-09-14)
427
+ ------------------
428
+
429
+ * Feature - This update introduces API operations to manage and create local gateway route tables, CoIP pools, and VIF group associations.
430
+
431
+ 1.332.0 (2022-09-13)
432
+ ------------------
433
+
434
+ * Feature - Two new features for local gateway route tables: support for static routes targeting Elastic Network Interfaces and direct VPC routing.
435
+
436
+ 1.331.0 (2022-09-08)
437
+ ------------------
438
+
439
+ * Feature - This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type
440
+
441
+ 1.330.0 (2022-09-07)
442
+ ------------------
443
+
444
+ * Feature - Documentation updates for Amazon EC2.
445
+
446
+ 1.329.0 (2022-08-22)
447
+ ------------------
448
+
449
+ * Feature - R6a instances are powered by 3rd generation AMD EPYC (Milan) processors delivering all-core turbo frequency of 3.6 GHz. C6id, M6id, and R6id instances are powered by 3rd generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz.
450
+
451
+ 1.328.0 (2022-08-18)
452
+ ------------------
453
+
454
+ * Feature - This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs
455
+
456
+ 1.327.0 (2022-08-10)
457
+ ------------------
458
+
459
+ * Feature - This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances.
460
+
461
+ 1.326.0 (2022-07-29)
462
+ ------------------
463
+
464
+ * Feature - Documentation updates for Amazon EC2.
465
+
466
+ 1.325.0 (2022-07-28)
467
+ ------------------
468
+
469
+ * Feature - Documentation updates for VM Import/Export.
470
+
471
+ 1.324.0 (2022-07-22)
472
+ ------------------
473
+
474
+ * Feature - Added support for EC2 M1 Mac instances. For more information, please visit aws.amazon.com/mac.
475
+
476
+ 1.323.0 (2022-07-18)
477
+ ------------------
478
+
479
+ * Feature - Documentation updates for Amazon EC2.
480
+
481
+ 1.322.0 (2022-07-14)
482
+ ------------------
483
+
484
+ * Feature - This release adds flow logs for Transit Gateway to allow customers to gain deeper visibility and insights into network traffic through their Transit Gateways.
485
+
486
+ 1.321.0 (2022-07-11)
487
+ ------------------
488
+
489
+ * Feature - Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.
490
+
491
+ 1.320.0 (2022-06-28)
492
+ ------------------
493
+
494
+ * Feature - This release adds a new spread placement group to EC2 Placement Groups: host level spread, which spread instances between physical hosts, available to Outpost customers only. CreatePlacementGroup and DescribePlacementGroups APIs were updated with a new parameter: SpreadLevel to support this feature.
495
+
496
+ 1.319.0 (2022-06-21)
497
+ ------------------
498
+
499
+ * Feature - This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport.
500
+
501
+ 1.318.0 (2022-06-13)
502
+ ------------------
503
+
504
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
505
+
506
+ 1.317.0 (2022-05-26)
507
+ ------------------
508
+
509
+ * Feature - C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads.
510
+
511
+ 1.316.0 (2022-05-24)
512
+ ------------------
513
+
514
+ * Feature - Stop Protection feature enables customers to protect their instances from accidental stop actions.
515
+
516
+ 1.315.0 (2022-05-12)
517
+ ------------------
518
+
519
+ * Feature - This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target.
520
+
521
+ 1.314.0 (2022-05-11)
522
+ ------------------
523
+
524
+ * Feature - This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.
525
+
526
+ 1.313.0 (2022-05-10)
527
+ ------------------
528
+
529
+ * Feature - Added support for using NitroTPM and UEFI Secure Boot on EC2 instances.
530
+
531
+ 1.312.0 (2022-05-06)
532
+ ------------------
533
+
534
+ * Feature - Add new state values for IPAMs, IPAM Scopes, and IPAM Pools.
535
+
536
+ 1.311.0 (2022-05-05)
537
+ ------------------
538
+
539
+ * Feature - Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage
540
+
541
+ 1.310.0 (2022-05-03)
542
+ ------------------
543
+
544
+ * Feature - Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter.
545
+
546
+ 1.309.0 (2022-04-28)
547
+ ------------------
548
+
549
+ * Feature - This release adds support to query the public key and creation date of EC2 Key Pairs. Additionally, the format (pem or ppk) of a key pair can be specified when creating a new key pair.
550
+
551
+ 1.308.0 (2022-04-22)
552
+ ------------------
553
+
554
+ * Feature - Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.
555
+
556
+ 1.307.0 (2022-04-14)
557
+ ------------------
558
+
559
+ * Feature - Documentation updates for Amazon EC2.
560
+
561
+ 1.306.0 (2022-04-12)
562
+ ------------------
563
+
564
+ * Feature - X2idn and X2iedn instances are powered by 3rd generation Intel Xeon Scalable processors with an all-core turbo frequency up to 3.5 GHzAmazon EC2. C6a instances are powered by 3rd generation AMD EPYC processors.
565
+
566
+ 1.305.0 (2022-03-30)
567
+ ------------------
568
+
569
+ * Feature - This release simplifies the auto-recovery configuration process enabling customers to set the recovery behavior to disabled or default
570
+
571
+ 1.304.0 (2022-03-25)
572
+ ------------------
573
+
574
+ * Feature - This is release adds support for Amazon VPC Reachability Analyzer to analyze path through a Transit Gateway.
575
+
576
+ 1.303.0 (2022-03-15)
577
+ ------------------
578
+
579
+ * Feature - Adds the Cascade parameter to the DeleteIpam API. Customers can use this parameter to automatically delete their IPAM, including non-default scopes, pools, cidrs, and allocations. There mustn't be any pools provisioned in the default public scope to use this parameter.
580
+
581
+ 1.302.0 (2022-03-04)
582
+ ------------------
583
+
584
+ * Feature - Documentation updates for Amazon EC2.
585
+
586
+ 1.301.0 (2022-02-28)
587
+ ------------------
588
+
589
+ * Feature - This release adds support for new AMI property 'lastLaunchedTime'
590
+
591
+ 1.300.0 (2022-02-24)
592
+ ------------------
593
+
594
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
595
+
596
+ 1.299.0 (2022-02-16)
597
+ ------------------
598
+
599
+ * Feature - Documentation updates for EC2.
600
+
601
+ 1.298.0 (2022-02-03)
602
+ ------------------
603
+
604
+ * Feature - adds support for AMIs in Recycle Bin
605
+
606
+ 1.297.0 (2022-02-03)
607
+ ------------------
608
+
609
+ * Feature - adds support for AMIs in Recycle Bin
610
+
611
+ 1.296.0 (2022-01-27)
612
+ ------------------
613
+
614
+ * Feature - X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
615
+
616
+ 1.295.0 (2022-01-20)
617
+ ------------------
618
+
619
+ * Feature - C6i, M6i and R6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz
620
+
621
+ 1.294.0 (2022-01-18)
622
+ ------------------
623
+
624
+ * Feature - Add support for AWS Client VPN client login banner and session timeout.
625
+
626
+ 1.293.0 (2022-01-12)
627
+ ------------------
628
+
629
+ * Feature - Hpc6a instances are powered by a third-generation AMD EPYC processors (Milan) delivering all-core turbo frequency of 3.4 GHz
630
+
631
+ 1.292.0 (2022-01-11)
632
+ ------------------
633
+
634
+ * Feature - EC2 Capacity Reservations now supports RHEL instance platforms (RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise)
635
+
636
+ 1.291.0 (2022-01-10)
637
+ ------------------
638
+
639
+ * Feature - 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.
640
+
641
+ 1.290.0 (2022-01-06)
642
+ ------------------
643
+
644
+ * Feature - This release introduces On-Demand Capacity Reservation support for Cluster Placement Groups, adds Tags on instance Metadata, and includes documentation updates for Amazon EC2.
645
+
646
+ 1.289.0 (2022-01-05)
647
+ ------------------
648
+
649
+ * Feature - This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections.
650
+
651
+ 1.288.0 (2021-12-21)
652
+ ------------------
653
+
654
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
655
+
656
+ 1.287.0 (2021-12-09)
657
+ ------------------
658
+
659
+ * Feature - Adds waiters support for internet gateways.
660
+
661
+ 1.286.0 (2021-12-01)
662
+ ------------------
663
+
664
+ * Feature - This release adds support for Amazon VPC IP Address Manager (IPAM), which enables you to plan, track, and monitor IP addresses for your workloads. This release also adds support for VPC Network Access Analyzer, which enables you to analyze network access to resources in your Virtual Private Clouds.
665
+
4
666
  1.285.0 (2021-11-30)
5
667
  ------------------
6
668
 
@@ -1539,4 +2201,4 @@ Unreleased Changes
1539
2201
  1.0.0.rc1 (2016-12-05)
1540
2202
  ------------------
1541
2203
 
1542
- * Feature - Initial preview release of the `aws-sdk-ec2` gem.
2204
+ * Feature - Initial preview release of the `aws-sdk-ec2` gem.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.285.0
1
+ 1.417.0