Auto-enable I/O for impaired Amazon EBS volumes
When Amazon EBS determines that a volume's data is potentially inconsistent, it disables
I/O to the volume from any attached EC2 instances by default. This causes the volume
status check to fail, and creates a volume status event that indicates the cause of the
failure. If the consistency of a particular volume is not a concern, and you prefer that
the volume be made available immediately if it's impaired, you can
override the default behavior by configuring the volume to automatically enable I/O. If
you enable the Auto-Enabled IO volume attribute
(autoEnableIO
in the API), I/O between the volume and the instance is
automatically re-enabled and the volume's status check will pass. In addition, you'll
see an event that lets you know that the volume was in a potentially inconsistent state,
but that its I/O was automatically enabled. When this event occurs, you should check the
volume's consistency and replace it if necessary. For more information, see Amazon EBS volume events.
You can view and modify the Auto-Enabled IO attribute of a volume using one of the following methods.