Bird
0
0

You want to restrict an IAM user from accessing billing but allow full access to all other services. What should you do?

hard📝 Application Q8 of 15
AWS - Account and Billing
You want to restrict an IAM user from accessing billing but allow full access to all other services. What should you do?
AUse the root user to block billing access
BAttach a policy denying billing access explicitly to the IAM user
CRemove the IAM user from the account
DGive the IAM user full admin permissions
Step-by-Step Solution
Solution:
  1. Step 1: Understand permission control via policies

    You can explicitly deny billing access in an IAM policy attached to the user.
  2. Step 2: Avoid root user misuse

    Root user cannot be used to block IAM user permissions; policies control access.
  3. Step 3: Confirm correct approach

    Explicit deny overrides allow, so attaching a deny billing policy works.
  4. Final Answer:

    Attach a policy denying billing access explicitly to the IAM user -> Option B
  5. Quick Check:

    Explicit deny policy restricts billing [OK]
Quick Trick: Use explicit deny policies to block billing access [OK]
Common Mistakes:
MISTAKES
  • Trying to block billing via root user
  • Deleting IAM user unnecessarily
  • Giving full admin permissions without restrictions

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes