In my AWS account I created a user and gave it full permissions using the AdministratorAccess
policy. That's the document for the policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "*",
"Resource": "*"
}
]
}
Still, when I login using this user, I can't see my billing information. It says I don't have the permissions.