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
* <p>Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a
37
37
* specific instance type for a period of time.</p>
38
38
* <p>To search for an available Capacity Block offering, you specify a reservation duration
39
-
* and instance count. You must select one of the following options.</p>
* <p>Stops an Amazon EBS-backed instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html">Stop and start
32
32
* Amazon EC2 instances</a> in the <i>Amazon EC2 User
33
33
* Guide</i>.</p>
34
-
* <p>You can use the Stop action to hibernate an instance if the instance is <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enabling-hibernation.html">enabled
35
-
* for hibernation</a> and it meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
36
-
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2
34
+
* <p>When you stop an instance, we shut it down. You can restart your instance at any
35
+
* time.</p>
36
+
* <p>You can use the Stop operation together with the Hibernate parameter to hibernate an
37
+
* instance if the instance is <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enabling-hibernation.html">enabled for
38
+
* hibernation</a> and meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
39
+
* prerequisites</a>. Stopping an instance doesn't preserve data stored in RAM,
40
+
* while hibernation does. If hibernation fails, a normal shutdown occurs. For more
41
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2
37
42
* instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
38
-
* <p>We don't charge usage for a stopped instance, or data transfer fees; however, your
39
-
* root partition Amazon EBS volume remains and continues to persist your data, and you are
40
-
* charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2
41
-
* charges a one-minute minimum for instance usage, and thereafter charges per second for
42
-
* instance usage.</p>
43
-
* <p>You can't stop or hibernate instance store-backed instances. You can't use the Stop
44
-
* action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate
45
-
* Spot Instances when they are interrupted. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-interruptions.html#hibernate-spot-instances">Hibernating interrupted Spot Instances</a> in the
43
+
* <p>If your instance appears stuck in the <code>stopping</code> state, there might be an
44
+
* issue with the underlying host computer. You can use the Stop operation together with
45
+
* the Force parameter to force stop your instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html">Troubleshoot
46
+
* Amazon EC2 instance stop issues</a> in the
46
47
* <i>Amazon EC2 User Guide</i>.</p>
47
-
* <p>When you stop or hibernate an instance, we shut it down. You can restart your instance
48
-
* at any time. Before stopping or hibernating an instance, make sure it is in a state from
49
-
* which it can be restarted. Stopping an instance does not preserve data stored in RAM,
50
-
* but hibernating an instance does preserve data stored in RAM. If an instance cannot
51
-
* hibernate successfully, a normal shutdown occurs.</p>
52
-
* <p>Stopping and hibernating an instance is different to rebooting or terminating it. For
53
-
* example, when you stop or hibernate an instance, the root device and any other devices
54
-
* attached to the instance persist. When you terminate an instance, the root device and
55
-
* any other devices attached during the instance launch are automatically deleted. For
56
-
* more information about the differences between rebooting, stopping, hibernating, and
57
-
* terminating instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Instance lifecycle</a>
58
-
* in the <i>Amazon EC2 User Guide</i>.</p>
59
-
* <p>When you stop an instance, we attempt to shut it down forcibly after a short while. If
60
-
* your instance appears stuck in the stopping state after a period of time, there may be
61
-
* an issue with the underlying host computer. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html">Troubleshoot
62
-
* stopping your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
48
+
* <p>Stopping and hibernating an instance differs from rebooting or terminating it. For
49
+
* example, a stopped or hibernated instance retains its root volume and any data volumes,
50
+
* unlike terminated instances where these volumes are automatically deleted. For more
51
+
* information about the differences between stopping, hibernating, rebooting, and
52
+
* terminating instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Amazon EC2
53
+
* instance state changes</a> in the <i>Amazon EC2 User Guide</i>.</p>
54
+
* <p>We don't charge for instance usage or data transfer fees when an instance is stopped.
55
+
* However, the root volume and any data volumes remain and continue to persist your data,
56
+
* and you're charged for volume usage. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, followed by per-second
57
+
* billing.</p>
58
+
* <p>You can't stop or hibernate instance store-backed instances.</p>
63
59
* @example
64
60
* Use a bare-bones client and the command you need to make an API call.
0 commit comments