My IAM user is getting this error
User: arn:aws:iam::123456789:user/admin is not authorized to perform:
ecr:CreateRepository on resource: *
when I try to create a repository.
I have already grant AmazonEC2ContainerServiceFullAccess
to the group this user belongs to. I search for repository in 'attach policy' but there is no match. How can I grant the permission to this user?