Kubernetes Cluster Access to ECR on a different AWS account

Cluster information:

Kubernetes version:1.15
Cloud being used: AWS
Installation method: KOPS
Host OS: LINUX

I have 2 environments, one Production and one Development both supporting identical kubernetes clusters set up using KOPS. They are in separate AWS accounts. The production AWS account has an ECR repository which I use to deploy images from. I want the development environment kubernetes cluster to be able to deploy images from the same production ECR

Is this possible?

https://aws.amazon.com/premiumsupport/knowledge-center/secondary-account-access-ecr/

Thx for the reply. I have it working now.