AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the EnableFastLaunch operation. When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency.

You can only change these settings for Windows AMIs that you own or that have been shared with you.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.EnableFastLaunchRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class EnableFastLaunchRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The EnableFastLaunchRequest type exposes the following members

Constructors

NameDescription
Public Method EnableFastLaunchRequest()

Properties

NameTypeDescription
Public Property ImageId System.String

Gets and sets the property ImageId.

Specify the ID of the image for which to enable Windows fast launch.

Public Property LaunchTemplate Amazon.EC2.Model.FastLaunchLaunchTemplateSpecificationRequest

Gets and sets the property LaunchTemplate.

The launch template to use when launching Windows instances from pre-provisioned snapshots. Launch template parameters can include either the name or ID of the launch template, but not both.

Public Property MaxParallelLaunches System.Int32

Gets and sets the property MaxParallelLaunches.

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch. Value must be 6 or greater.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

The type of resource to use for pre-provisioning the AMI for Windows fast launch. Supported values include: snapshot, which is the default value.

Public Property SnapshotConfiguration Amazon.EC2.Model.FastLaunchSnapshotConfigurationRequest

Gets and sets the property SnapshotConfiguration.

Configuration settings for creating and managing the snapshots that are used for pre-provisioning the AMI for Windows fast launch. The associated ResourceType must be snapshot.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5