AWS EBS Volume “in-use - optimizing”

后端 未结 2 605
说谎
说谎 2021-02-06 22:10

I have an EBS volume that displays a state of \"in-use - optimizing(%)\". What does this mean? What are the optimizations that AWS is performing? This is on a 300gb encrypted gp

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-06 22:55

    The in-use - optimizing state relates to EBS volume resizing.

    • in-use indicates that this volume is attached to an EC2 instance.
    • optimizing is the volume's modification state.

    According to the AWS documentation on volume modifications:

    An EBS volume being modified goes through a sequence of states. After you issue a ModifyVolume directive, whether from the console, CLI, API, or SDK, the volume enters first the Modifying state, then the Optimizing state, and finally the Complete state.

    ...

    While the volume is in the optimizing state, your volume performance is in between the source and target configuration specifications. Transitional volume performance will be no less than the source volume performance. If you are downgrading IOPS, transitional volume performance is no less than the target volume performance.

    And finally, from the introductory blog post for Volume Modifications:

    The volume’s state reflects the progress of the operation (modifying, optimizing, or complete):

提交回复
热议问题