v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490380385.5 KB

Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway. Detaching and attaching a volume enables you to recover your data from one gateway to a different gateway without creating a snapshot. It also makes it easier to move your volumes from an on-premises gateway to a gateway hosted on an Amazon EC2 instance.

post/#X-Amz-Target=StorageGateway_20130630.AttachVolume

Headers

X-Amz-Target'StorageGateway_20130630.AttachVolume' required

Request body

GatewayARNstring required

The Amazon Resource Name (ARN) of the gateway that you want to attach the volume to.

TargetNamestring
<p>The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN. For example, specifying <code>TargetName</code> as <i>myvolume</i> results in the target ARN of <code>arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume</code>. The target name must be unique across all volumes on a gateway.</p> <p>If you don't specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.</p>
VolumeARNstring required

The Amazon Resource Name (ARN) of the volume to attach to the specified gateway.

NetworkInterfaceIdstring required
<p>The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted. Use <a>DescribeGatewayInformation</a> to get a list of the network interfaces available on a gateway.</p> <p>Valid Values: A valid IP address.</p>
DiskIdstring

The unique device ID or other distinguishing data that identifies the local disk used to create the volume. This value is only required when you are attaching a stored volume.

Response

Success

VolumeARNstring

The Amazon Resource Name (ARN) of the volume that was attached to the gateway.

TargetARNstring

The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.