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 DisableFastLaunch operation.
Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned
snapshots. When you disable faster launching, the AMI uses the standard launch process
for each instance. All pre-provisioned snapshots must be removed before you can enable
faster launching again.
To change these settings, you must own the AMI.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class DisableFastLaunchRequest : AmazonEC2Request IAmazonWebServiceRequest
The DisableFastLaunchRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DisableFastLaunchRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Force | System.Boolean |
Gets and sets the property Force. Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account. |
![]() |
ImageId | System.String |
Gets and sets the property ImageId. The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5