AWS::ImageBuilder::DistributionConfiguration FastLaunchConfiguration - 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::ImageBuilder::DistributionConfiguration FastLaunchConfiguration

Define and configure faster launching for output Windows AMIs.

Syntax

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

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 true to start using Windows faster launching, or false to 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: 1

Update 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