AWS

Explain the following policy:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect:": "Allow",
            "Action": "*",
            "Resources": "*"
        }
    ]
}

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

This policy permits to perform any action on any resource. It happens to be the "AdministratorAccess" policy.