Pull Image from AWS Registry

Cluster information:

Kubernetes version:1.18.2
Cloud being used: AWS
Installation method: Manual
Host OS: Amazon Linux 2

Hi Guys

I’m new to Kubernetes, how’s the error I get when I run this command

kubectl run mytest --image xxxxxx.dkr.ecr.eu-west-2.amazonaws.com/xxxxx:latest

Failed to pull image “xxxxxx.dkr.ecr.eu-west-2.amazonaws.com/xxxxx:latest”: rpc error: code = Unknown desc = Error response from daemon: Get http://xxxxx.dkr.ecr.eu-west-2.amazonaws.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Pls what am I doing wrong

Many Thkx