How to have access token per user assuming a role in another account?
I have users which have an Access Token on the root account. They have access to another account (dev) through assumed role.
I'm stuck now because on the dev account, I don't have the same users. It means that I cannot give them an Access Token to be able to use ECR.
Do I need to create the users on both accounts?