Hey, Some time ago I needed to check whether AWS EC2 instance profiles would work fine with Docker Registry, and guess what? It does! What interests me the most in such setup is how it facilitates a scenario where you can have a highly available internal registry, having a load-balancer in front of a set of registries and granting privileges to only those who really need it. Given that the pushes to the registry (and pulls from it) usually involve large amounts of data being transferred, with...