Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.