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"], "Resource": "*"
D.
"Effect": "Allow", "Action": ["aws-portal: ViewBilling"], "Resource": "*"
Suggested Answer:C🗳️
AWS Identity and Access Management is a web service which allows organizations to manage users and user permissions for various AWS services. If the CFO wants to allow only AWS usage report page access, the policy for that IAM user will be as given below:
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
xxxdolorxxx
5 months, 3 weeks agoholydrac
6 months, 1 week agoawscertified
6 months, 3 weeks ago