ECR creation and want to authenticate with Access key and secret accesskey configure is done

In Aws COnsole , None of the regions get enabled to select when we are in the IAM Page .

If this is not there how can we use the playground for Terraform, ECR and EKS etc


Please fix this

There’s nothing to fix here other than the command you typed.

Why are you trying to log in to a location at your-region.amazonaws.com? There is no such region as your-region which is why DNS is telling you no such host.

When the documentation says something like that, they expect you to replace "your-region" with a real region which in this case would be us-east-1

No i tried that only us-east-1

  1. The AWS account number
  2. Region

In your original screenshot you have clearly tried to login to

196426876346.dkr.ecr.your-region.amazonaws.com

which is never going to work

What I did? Copy the URI from the ECR repositories page, paste it into the docker login command and replace the namespace/repo (in this case test/test) with v2