AWS - Identity and Access Management
A user cannot assume an IAM role despite having the correct permissions. The trust policy of the role is:
What is the likely issue?
{"Effect": "Allow", "Principal": {"AWS": "arn:aws:iam::123456789012:user/Alice"}, "Action": "sts:AssumeRole"}What is the likely issue?
