skip to Main Content

Amazon web services – AWS Attach Role to EC2 – Role does not appear

In my AWS account I have an IAM role with a single policy attached: AdministratorAccess The IAM role's trust relationship looks like this: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": [ "arn:aws:iam::<account-id-1>:root", "arn:aws:iam::<account-id-2>:root", "arn:aws:iam::<account-id-3>:root", "arn:aws:iam::<account-id-4>:root" ],…

VIEW QUESTION
Back To Top
Search