Explain the following policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect:": "Allow",
"Action": "*",
"Resources": "*"
}
]
}
Answer
This policy permits to perform any action on any resource. It happens to be the "AdministratorAccess" policy.