While migrating from one AWS Account to another, I needed to clone all the images from the ECR repositories. A utility named Skopeo performs this task very well. There’s a subtle catch with repositories that have /
characters in the name, but that’s dealt with using some Bash trickery.
The network speed when performing the clone is underwhelming — about 4 Mb/sec on average. If this was a bigger job, I probably would have started the execution from a compute node within the region.