You must be logged in to view saved presets
An IAM policy that denies IAM users deny an IAM user access to all Billing and Cost Management console pages.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"aws-portal:*"
],
"Resource": "*",
"Effect": "Deny"
}
]
}