To create an io2 volume and ensure Multi-Attach is enabled, follow these steps:
Open the Amazon EC2 Console: Go to https://console.aws.amazon.com/ec2/.
Select Volumes: In the navigation pane, choose Volumes.
Create Volume: Click on Create volume.
Choose Volume Type:
Enter Volume Size:
Input IOPS:
Choose Availability Zone:
Snapshot ID:
Enable Multi-Attach:
Set Up Encryption (Optional):
Add Custom Tags (Optional):
Create Volume:
To attach an EBS volume to an instance using the AWS Console, you can follow these steps:
Open the Amazon EC2 console at: https://console.aws.amazon.com/ec2/.
In the navigation pane, select Volumes.
Choose the volume you wish to attach, select Actions, then choose Attach volume.
Note:
You can only attach volumes in the Available state.
For Instance, enter the ID of the instance or select it from the dropdown list.
Note:
The volume must be attached to an instance in the same Availability Zone.
If the volume is encrypted, it can only be attached to instance types that support Amazon EBS encryption. For more information, see Amazon EBS encryption.
For Device name, input the device name supported for the volume. This device name is used by Amazon EC2. The instance’s block device driver may assign a different device name when mounting the volume. For more information, see Device names on Linux instances.
Click Attach volume.
After completing the above steps, the EBS volume will be attached to your instance.