AWS Security ChangesHomeSearch

AWS AWSEC2 documentation change

Service: AWSEC2 · 2025-05-03 · Documentation low

File: AWSEC2/latest/UserGuide/enabling-hibernation.md

Summary

Improved documentation structure and clarity for hibernation configuration, fixed PowerShell parameter value syntax

Security assessment

Changes focus on documentation clarity and syntax corrections without security implications

Diff

diff --git a/AWSEC2/latest/UserGuide/enabling-hibernation.md b/AWSEC2/latest/UserGuide/enabling-hibernation.md
index 033c90b85..b1f270b05 100644
--- a//AWSEC2/latest/UserGuide/enabling-hibernation.md
+++ b//AWSEC2/latest/UserGuide/enabling-hibernation.md
@@ -15 +15 @@ You can't enable or disable hibernation for an instance after you launch it.
-###### Topics
+###### Tasks
@@ -28 +28 @@ You can't enable or disable hibernation for an instance after you launch it.
-Use one the following methods to enable hibernation for your On-Demand Instances.
+You can enable hibernation for your On-Demand Instances.
@@ -132 +132 @@ If you enabled encryption by default in this AWS Region, you can omit `Encrypted
-Use one of the following methods to enable hibernation for your Spot Instances. For more information about hibernating a Spot Instance on interruption, see [Spot Instance interruptions](./spot-interruptions.html).
+You can enable hibernation for your Spot Instances. For more information about hibernating a Spot Instance on interruption, see [Spot Instance interruptions](./spot-interruptions.html).
@@ -254 +254 @@ If you enabled encryption by default in this AWS Region, you can omit `Encrypted
-Use the following instructions to view whether an instance is enabled for hibernation.
+You can check whether an instance is enabled for hibernation.
@@ -297 +297 @@ Use the [Get-EC2Instance](https://docs.aws.amazon.com/powershell/latest/referenc
-        -Filter @{Name="hibernation-options.configured"; Value="true"}).Instances
+        -Filter @{Name="hibernation-options.configured"; Values="true"}).Instances