AWS::EC2::Instance HibernationOptions
Specifies the hibernation options for the instance.
HibernationOptions
is a property of the AWS::EC2::Instance resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Configured" :
Boolean
}
YAML
Configured:
Boolean
Properties
Configured
-
If you set this parameter to
true
, your instance is enabled for hibernation.Default:
false
Required: No
Type: Boolean
Update requires: No interruption