Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 750 Bytes

File metadata and controls

28 lines (22 loc) · 750 Bytes

All team subaccounts need a IAM role that can be assumed called black-team with the following permissions.

AdministratorAccess

Description: Black Team - Do NOT remove

Trust policy:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Principal": {
                "AWS": [
                  "arn:aws:iam::0123456789:user/ME",
                  "arn:aws:iam::0123456789:root"
                ]
            },
            "Action": "sts:AssumeRole"
        }
    ]
}

Allows the role to be assumed by my personal AWS account and the black team account.