DEV Community

Le Huy Ho
Le Huy Ho

Posted on

1

Learning AWS - DVA - Day 3: EBS Multi-Attach with io1/io2 family

Amazon EBS Multi-Attach enables you to attach a single Provisioned IOPS SSD (io1 or io2) volume to multiple instances that are in the *same Availability Zone. *

You can attach multiple Multi-Attach enabled volumes to an instance or set of instances.

Each instance to which the volume is attached has full read and write permission to the shared volume.

Multi-Attach makes it easier for you to achieve higher application availability in applications that manage concurrent write operations.

It can be attached to up to 16 instances built on the Nitro System that are in the same Availability Zone.

You should use a clustered file system to ensure data resiliency and reliability for your production workloads. Standard file systems, such as XFS **and **EXT4, are **NOT **designed to be accessed simultaneously by multiple servers, such as EC2 instances.

You can't enable or disable Multi-Attach while the volume is attached to an instance.

Related docs : https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay