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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.AttachVolume

Contents

Description

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

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

For a list of supported device names, see Attaching an Amazon EBS Volume toan Instance. Any device names that aren't reserved for instance store volumes can be used for Amazon EBS volumes. For more information, see Amazon EC2Instance Store 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 Amazon EBS volumes, see Attaching Amazon EBSVolumes 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).

avInstanceId :: Lens' AttachVolume Text Source

The ID of the instance.

avVolumeId :: Lens' AttachVolume Text Source

The ID of the Amazon 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 Amazon EBS volume is deleted on instance termination.

avrState :: Lens' AttachVolumeResponse (Maybe VolumeAttachmentState) Source

The attachment state of the volume.