This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ImageBuilder::DistributionConfiguration FastLaunchConfiguration
Define and configure faster launching for output Windows AMIs.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AccountId" :String, "Enabled" :Boolean, "LaunchTemplate" :FastLaunchLaunchTemplateSpecification, "MaxParallelLaunches" :Integer, "SnapshotConfiguration" :FastLaunchSnapshotConfiguration}
YAML
AccountId:StringEnabled:BooleanLaunchTemplate:FastLaunchLaunchTemplateSpecificationMaxParallelLaunches:IntegerSnapshotConfiguration:FastLaunchSnapshotConfiguration
Properties
AccountId-
The owner account ID for the fast-launch enabled Windows AMI.
Required: No
Type: String
Pattern:
^[0-9]{12}$Update requires: No interruption
Enabled-
A Boolean that represents the current state of faster launching for the Windows AMI. Set to
trueto start using Windows faster launching, orfalseto stop using it.Required: No
Type: Boolean
Update requires: No interruption
LaunchTemplate-
The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
Required: No
Type: FastLaunchLaunchTemplateSpecification
Update requires: No interruption
MaxParallelLaunches-
The maximum number of parallel instances that are launched for creating resources.
Required: No
Type: Integer
Minimum:
1Update requires: No interruption
SnapshotConfiguration-
Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
Required: No
Type: FastLaunchSnapshotConfiguration
Update requires: No interruption