You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.2025.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
-
### 5.0.16 (2025-07-22 19:55Z)
1
+
### 5.0.17 (2025-07-23 20:02Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.54.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.53.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
-
### 5.0.16 (2025-07-22 19:55Z)
1
+
### 5.0.17 (2025-07-23 20:02Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.54.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.53.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/EC2/Basic/Add-EC2CapacityReservation-Cmdlet.cs
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -189,9 +189,8 @@ public partial class AddEC2CapacityReservationCmdlet : AmazonEC2ClientCmdlet, IE
189
189
/// <summary>
190
190
/// <para>
191
191
/// <para>The number of instances for which to reserve capacity.</para><note><para>You can request future-dated Capacity Reservations for an instance count with a minimum
192
-
/// of 100 vCPUs. For example, if you request a future-dated Capacity Reservation for
193
-
/// <c>m5.xlarge</c> instances, you must request at least 25 instances (<i>25 * m5.xlarge
/// of 64 vCPUs. For example, if you request a future-dated Capacity Reservation for <c>m5.xlarge</c>
193
+
/// instances, you must request at least 25 instances (<i>16 * m5.xlarge = 64 vCPUs</i>).</para></note><para>Valid range: 1 - 1000</para>
195
194
/// </para>
196
195
/// </summary>
197
196
#if !MODULAR
@@ -244,7 +243,7 @@ public partial class AddEC2CapacityReservationCmdlet : AmazonEC2ClientCmdlet, IE
244
243
/// <summary>
245
244
/// <para>
246
245
/// <para>The instance type for which to reserve capacity.</para><note><para>You can request future-dated Capacity Reservations for instance types in the C, M,
247
-
/// R, I, and T instance families only.</para></note><para>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance
246
+
/// R, I, T, and G instance families only.</para></note><para>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance
248
247
/// types</a> in the <i>Amazon EC2 User Guide</i>.</para>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/EC2/Basic/Get-EC2InstanceType-Cmdlet.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ public partial class GetEC2InstanceTypeCmdlet : AmazonEC2ClientCmdlet, IExecutor
75
75
/// performance for an EBS-optimized instance type, in MB/s.</para></li><li><para><c>ebs-info.ebs-optimized-support</c> - Indicates whether the instance type is EBS-optimized
/// is supported for EBS volumes (<c>required</c> | <c>supported</c> | <c>unsupported</c>).</para></li><li><para><c>free-tier-eligible</c> - Indicates whether the instance type is eligible to use
79
-
/// in the free tier (<c>true</c> | <c>false</c>).</para></li><li><para><c>hibernation-supported</c> - Indicates whether On-Demand hibernation is supported
78
+
/// is supported for EBS volumes (<c>required</c> | <c>supported</c> | <c>unsupported</c>).</para></li><li><para><c>free-tier-eligible</c> - A Boolean that indicates whether this instance type can
79
+
/// be used under the Amazon Web Services Free Tier (<c>true</c> | <c>false</c>).</para></li><li><para><c>hibernation-supported</c> - Indicates whether On-Demand hibernation is supported
80
80
/// (<c>true</c> | <c>false</c>).</para></li><li><para><c>hypervisor</c> - The hypervisor (<c>nitro</c> | <c>xen</c>).</para></li><li><para><c>instance-storage-info.disk.count</c> - The number of local disks.</para></li><li><para><c>instance-storage-info.disk.size-in-gb</c> - The storage size of each instance
81
81
/// storage disk, in GB.</para></li><li><para><c>instance-storage-info.disk.type</c> - The storage technology for the local instance
82
82
/// storage disks (<c>hdd</c> | <c>ssd</c>).</para></li><li><para><c>instance-storage-info.encryption-support</c> - Indicates whether data is encrypted
@@ -608,8 +608,8 @@ public partial class NewEC2InstanceCmdlet : AmazonEC2ClientCmdlet, IExecutor
608
608
#region Parameter KeyName
609
609
/// <summary>
610
610
/// <para>
611
-
/// <para>The name of the key pair. You can create a key pair using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html">CreateKeyPair</a>
612
-
/// or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html">ImportKeyPair</a>.</para><important><para>If you do not specify a key pair, you can't connect to the instance unless you choose
611
+
/// <para>The name of the key pair. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html">Create
612
+
/// a key pair for your EC2 instance</a>.</para><important><para>If you do not specify a key pair, you can't connect to the instance unless you choose
613
613
/// an AMI that is configured to allow users another way to log in.</para></important>
614
614
/// </para>
615
615
/// </summary>
@@ -763,7 +763,7 @@ public partial class NewEC2InstanceCmdlet : AmazonEC2ClientCmdlet, IExecutor
763
763
#region Parameter SecurityGroupId
764
764
/// <summary>
765
765
/// <para>
766
-
/// <para>The IDs of the security groups. You can create a security group using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html">CreateSecurityGroup</a>.</para><para>If you specify a network interface, you must specify any security groups as part of
766
+
/// <para>The IDs of the security groups.</para><para>If you specify a network interface, you must specify any security groups as part of
767
767
/// the network interface instead of using this parameter.</para><para />
768
768
/// Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
769
769
/// from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
@@ -856,8 +856,8 @@ public partial class NewEC2InstanceCmdlet : AmazonEC2ClientCmdlet, IExecutor
856
856
/// <para>
857
857
/// <para>Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
858
858
/// If you do not specify a client token, a randomly generated token is used for the request
859
-
/// to ensure idempotency.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
860
-
/// Idempotency</a>.</para><para>Constraints: Maximum 64 ASCII characters</para>
859
+
/// to ensure idempotency.</para><para>For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
860
+
/// idempotency in Amazon EC2 API requests</a>.</para><para>Constraints: Maximum 64 ASCII characters</para>
/// By default, Amazon EC2 deletes all EBS volumes that were attached when the instance
73
73
/// launched. Volumes attached after instance launch continue running.
74
74
/// </para><para>
75
+
/// By default, the TerminateInstances operation includes a graceful operating system
76
+
/// (OS) shutdown. To bypass the graceful shutdown, use the <c>skipOsShutdown</c> parameter;
77
+
/// however, this might risk data integrity.
78
+
/// </para><para>
75
79
/// You can stop, start, and terminate EBS-backed instances. You can only terminate instance
76
80
/// store-backed instances. What happens to an instance differs if you stop or terminate
77
81
/// it. For example, when you stop an instance, the root device and any other devices
78
82
/// attached to the instance persist. When you terminate an instance, any attached EBS
79
83
/// volumes with the <c>DeleteOnTermination</c> block device mapping parameter set to
80
84
/// <c>true</c> are automatically deleted. For more information about the differences
81
-
/// between stopping and terminating instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Instance
82
-
/// lifecycle</a> in the <i>Amazon EC2 User Guide</i>.
85
+
/// between stopping and terminating instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Amazon
86
+
/// EC2 instance state changes</a> in the <i>Amazon EC2 User Guide</i>.
83
87
/// </para><para>
84
-
/// For more information about troubleshooting, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html">Troubleshooting
88
+
/// When you terminate an instance, we attempt to terminate it forcibly after a short
89
+
/// while. If your instance appears stuck in the shutting-down state after a period of
90
+
/// time, there might be an issue with the underlying host computer. For more information
91
+
/// about terminating and troubleshooting terminating your instances, see <a href="https://docs.aws.amazon.com/">Terminate
92
+
/// Amazon EC2 instances</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html">Troubleshooting
85
93
/// terminating your instance</a> in the <i>Amazon EC2 User Guide</i>.
86
94
/// </para>
87
95
/// </summary>
@@ -133,6 +141,17 @@ public partial class RemoveEC2InstanceCmdlet : AmazonEC2ClientCmdlet, IExecutor
133
141
publicobject[]InstanceId{get;set;}
134
142
#endregion
135
143
144
+
#region Parameter SkipOsShutdown
145
+
/// <summary>
146
+
/// <para>
147
+
/// <para>Specifies whether to bypass the graceful OS shutdown process when the instance is
/// The report is saved to your specified S3 bucket, using the following path structure
45
-
/// (with the <i>italicized placeholders</i> representing your specific values):
46
-
/// </para><para><c>s3://<i>amzn-s3-demo-bucket</i>/<i>your-optional-s3-prefix</i>/ec2_<i>targetId</i>_<i>reportId</i>_<i>yyyyMMdd</i>T<i>hhmm</i>Z.csv</c></para><para><b>Prerequisites for generating a report</b></para><ul><li><para>
45
+
/// (with the capitalized placeholders representing your specific values):
46
+
/// </para><para><c>s3://AMZN-S3-DEMO-BUCKET/YOUR-OPTIONAL-S3-PREFIX/ec2_TARGETID_REPORTID_YYYYMMDDTHHMMZ.csv</c></para><para><b>Prerequisites for generating a report</b></para><ul><li><para>
47
47
/// The <c>StartDeclarativePoliciesReport</c> API can only be called by the management
48
48
/// account or delegated administrators for the organization.
0 commit comments