Attach an Amazon EBS volume to an Amazon EC2 instance
You can attach an available EBS volume to one or more of your instances that is in the same Availability Zone as the volume.
For information about adding EBS volumes to your instance at launch, see instance block device mapping.
Considerations
-
Determine how many volumes you can attach to your instance. The maximum number of Amazon EBS volumes that you can attach to an instance depends on the instance type and instance size. For more information, see Instance volume limits.
-
Determine whether you can attach your volume to multiple instances and enable Multi-Attach. For more information, see Attach an EBS volume to multiple EC2 instances using Multi-Attach.
-
If a volume is encrypted, you can attach it only to an instance that supports Amazon EBS encryption. For more information, see Supported instance types.
-
If a volume has an AWS Marketplace product code:
-
You can attach a volume only to a stopped instance.
-
You must be subscribed to the AWS Marketplace code that is on the volume.
-
The instance's configuration, such as its type and operating system, must support that specific AWS Marketplace code. For example, you cannot take a volume from a Windows instance and attach it to a Linux instance.
-
AWS Marketplace product codes are copied from the volume to the instance.
-
You can attach a volume to an instance using one of the following methods.
Note
-
If you attempt to attach a number of volumes that exceeds the instance type's volume limit, the request fails. For more information, see Instance volume limits.
-
In some situations, you may find that a volume other than the volume attached to
/dev/xvda
or/dev/sda
has become the root volume of your instance. This can happen when you have attached the root volume of another instance, or a volume created from the snapshot of a root volume, to an instance with an existing root volume. For more information, see Boot from the wrong volume.