Issue
During the process of restoring a snapshot from cold storage, the snapshot is successfully retrieved from cold storage to the hot tier (S3). However, the restore process may fail when retrieving from S3 to EBS with the following error:
Worker i-123456789 reported error: proc 5639 failed : ['Failed to stop processor(s): not all blocks were processed (126)']
This issue is caused by the use of a HDD drive, which is relatively slow compared to an SSD. The slower performance of the HDD can lead to incomplete processing of blocks during the restore operation.
To resolve this issue, change the volume type from the default option of “Cold HDD” to “gp3”. This change has been shown to result in a successful volume recovery.
By following these steps, you should be able to successfully restore the snapshot from S3 to EBS without encountering the error.