How to use the authorization token obtained from AWS ECR for performing a docker pull
The following call fetches you the TOKEN
TOKEN=$(aws ecr get-authorization-token --output text --query 'authorizationData[].authorizationToken')
How to pass this token information to pull a private docker image in AWS ECR