The fun thing about the docker rate limit is that the layer tarballs are stored on S3 in us-east-1.
If you do a docker pull inside us-east-1, you’ll get a direct S3 link instead of a proxied download, and thus neither you nor docker need to pay AWS anything for bandwidth!
> If you do a docker pull inside us-east-1, you’ll get a direct S3 link instead of a proxied download, and thus neither you nor docker need to pay AWS anything for bandwidth!
I thought cross-account data still cost something; is that not the case?
> You pay for all bandwidth into and out of Amazon S3, except for the following:
> Data transferred from an Amazon S3 bucket to any AWS service(s) within the same AWS Region as the S3 bucket (including to a different account in the same AWS Region).