I read this AWS EBS Volume "in-use - optimizing" and learned that volume performance would be in between the source and target configuration specifications.
My question is, when I change the EBS type (for example from gp2
to io1
) and it is in a state of optimizing
, is EBS actually synchronizing data to a new EBS, or is EBS just
originally the type with the best performance, which limited its type and performance (like CPU) (with no data syncing)?
The same question arises when io1
types change IOPS.