Posted by: Pdfprep
Post Date: February 5, 2021
The CFO of a company wants to allow one of his employees to view only the AWS usage report page.
Which of the below mentioned IAM policy statements allows the user to have access to the AWS usage report page?
A . "Effect": "Allow". "Action": ["Describe"], "Resource": "Billing"
B . "Effect": "Allow", "Action": ["AccountUsage], "Resource": "*"
C . "Effect’: "Allow", "Action": ["aws-portal:ViewUsage"," aws-portal:ViewBilling"],
"Resource": "*"
D . "Effect": "Allow", "Action": ["aws-portal: ViewBilling"], "Resource": "*"
Answer: C
Explanation:
the aws documentation, below is the access required for a user to access the Usage reports page and as per this, Option C is the right answer.
Leave a Reply