AWS::EC2::LaunchTemplate HibernationOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EC2::LaunchTemplate HibernationOptions

Specifies whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate Your Instance in the Amazon EC2 User Guide.

HibernationOptions is a property of AWS::EC2::LaunchTemplate LaunchTemplateData.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Configured" : Boolean }

YAML

Configured: Boolean

Properties

Configured

If you set this parameter to true, the instance is enabled for hibernation.

Default: false

Required: No

Type: Boolean

Update requires: No interruption