AWS::EC2::Instance HibernationOptions - AWS CloudFormation (original) (raw)
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
}
Properties
Configured
Set to true
to enable your instance for hibernation.
For Spot Instances, if you set Configured
to true
, either omit the InstanceInterruptionBehavior
parameter (for SpotMarketOptions), or set it tohibernate
. When Configured
is true:
- If you omit
InstanceInterruptionBehavior
, it defaults tohibernate
. - If you set
InstanceInterruptionBehavior
to a value other thanhibernate
, you'll get an error.
Default: false
Required: No
Type: Boolean
Update requires: Replacement
EnclaveOptions
InstanceIpv6Address
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.