↧
Answer by Kaymaz for AWS access token for user assuming role
You need to add --registry-id <assumed account id> to the aws ecr get-login command.
View ArticleAnswer by John Hanley for AWS access token for user assuming role
You are misunderstanding how AWS Cross Account Roles work.First you create an IAM role for cross account access. Then you assign permission to the users to assume that role.You do not need to have...
View ArticleAWS access token for user assuming role
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...
View Article