Can we create a snapshot of EBS volume of Type - Gen Purpose SSD and later create a EBS volume of Type - Provisioned IOPS SSD from that snapshot?
I am thinking to do this to speed up my copy/update/delete operation of data from the snapshot. Depicting the steps below that I would want to take -
EBS Volume xvdf ( Type: Gen Purpose SSD) -> Create Snapshot S_xvdf -> Create EBS Volume xvdp(Type : Provisioned IOPS SSD) > Select Snapshot S_xvdf > Volume xvdp created -> Attach Volume as another drive > copy/update/delete
-- In 'thoughts'...