ec2_disable_fast_launch: Discontinue faster launching for a Windows AMI, and clean up...

View source: R/ec2_operations.R

ec2_disable_fast_launchR Documentation

Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots

Description

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.

See https://www.paws-r-sdk.com/docs/ec2_disable_fast_launch/ for full documentation.

Usage

ec2_disable_fast_launch(ImageId, Force = NULL, DryRun = NULL)

Arguments

ImageId

[required] The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.

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.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.