amazonka-ec2-0.3.6: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.AttachVolume

Contents

Description

Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.

Encrypted EBS volumes may only be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS Encryption in the AmazonElastic Compute Cloud User Guide.

For a list of supported device names, see Attaching an EBS Volume to anInstance. Any device names that aren't reserved for instance store volumes can be used for EBS volumes. For more information, see Amazon EC2 InstanceStore in the Amazon Elastic Compute Cloud User Guide.

If a volume has an AWS Marketplace product code:

The volume can be attached only to a stopped instance. AWS Marketplace product codes are copied from the volume to the instance. You must be subscribed to the product. The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance. For an overview of the AWS Marketplace, see Introducing AWS Marketplace.

For more information about EBS volumes, see Attaching Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-AttachVolume.html

Synopsis

Request

Request constructor

attachVolume Source

AttachVolume constructor.

The fields accessible through corresponding lenses are:

Request lenses

avDevice :: Lens' AttachVolume Text Source

The device name to expose to the instance (for example, '/dev/sdh' or xvdh).

avDryRun :: Lens' AttachVolume (Maybe Bool) Source

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.

avInstanceId :: Lens' AttachVolume Text Source

The ID of the instance.

avVolumeId :: Lens' AttachVolume Text Source

The ID of the EBS volume. The volume and instance must be within the same Availability Zone.

Response

Response constructor

Response lenses

avrAttachTime :: Lens' AttachVolumeResponse (Maybe UTCTime) Source

The time stamp when the attachment initiated.

avrDeleteOnTermination :: Lens' AttachVolumeResponse (Maybe Bool) Source

Indicates whether the EBS volume is deleted on instance termination.

avrState :: Lens' AttachVolumeResponse (Maybe VolumeAttachmentState) Source

The attachment state of the volume.