You must be logged in to view saved presets
An IAM policy that allows IAM users to access the Reports console page and to view the usage reports that contain account activity information. This policy also provides the permissions necessary to complete this action in the console.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"aws-portal:ViewUsage",
"aws-portal:ViewBilling"
],
"Resource": "*",
"Effect": "Allow"
}
]
}