Skip to content

Commit f88c3cb

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem.
1 parent c4f37d5 commit f88c3cb

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.attach_pid803

Whitespace-only changes.
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": "Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62819,6 +62819,10 @@
6281962819
"documentation":"<p>The IDs of the instances.</p> <p>Constraints: Up to 1000 instance IDs. We recommend breaking up this request into smaller batches.</p>",
6282062820
"locationName":"InstanceId"
6282162821
},
62822+
"Force":{
62823+
"shape":"Boolean",
62824+
"documentation":"<p>Forces the instances to terminate. The instance will first attempt a graceful shutdown, which includes flushing file system caches and metadata. If the graceful shutdown fails to complete within the timeout period, the instance shuts down forcibly without flushing the file system caches and metadata.</p>"
62825+
},
6282262826
"SkipOsShutdown":{
6282362827
"shape":"Boolean",
6282462828
"documentation":"<p>Specifies whether to bypass the graceful OS shutdown process when the instance is terminated.</p> <p>Default: <code>false</code> </p>"

0 commit comments

Comments
 (0)