I need to connect EC2 instances on one region with ECR repositories on another region using IAM policies
I tried using the AmazonEC2ContainerRegistryFullAccess policy but this only allows you to connect the EC2 instances with the ECR of the same region
I expect to be able to download docker containers with kubectl without using a docker login, as happens in the same region.