FastLaunchConfiguration
Define and configure faster launching for output Windows AMIs.
Contents
- enabled
-
A Boolean that represents the current state of faster launching for the Windows AMI. Set to
true
to start using Windows faster launching, orfalse
to stop using it.Type: Boolean
Required: Yes
- accountId
-
The owner account ID for the fast-launch enabled Windows AMI.
Type: String
Pattern:
^[0-9]{12}$
Required: No
- launchTemplate
-
The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
Type: FastLaunchLaunchTemplateSpecification object
Required: No
- maxParallelLaunches
-
The maximum number of parallel instances that are launched for creating resources.
Type: Integer
Valid Range: Minimum value of 1.
Required: No
- 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.
Type: FastLaunchSnapshotConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: