Bird
0
0

Given this AWS Organizations policy snippet, what effect does it have?

medium📝 Predict Output Q4 of 15
AWS - Account and Billing
Given this AWS Organizations policy snippet, what effect does it have?
{
  "Effect": "Deny",
  "Action": "organizations:CreateAccount",
  "Resource": "*"
}
APrevents users from creating new AWS accounts in the organization
BAllows users to create new AWS accounts
CPrevents users from deleting AWS accounts
DAllows users to manage billing
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the policy effect and action

    The policy has Effect 'Deny' on the action 'organizations:CreateAccount'.
  2. Step 2: Understand the impact on permissions

    This means users are denied permission to create new accounts in the organization.
  3. Final Answer:

    Prevents users from creating new AWS accounts in the organization -> Option A
  4. Quick Check:

    Deny CreateAccount = Block new account creation [OK]
Quick Trick: Deny effect blocks specified actions [OK]
Common Mistakes:
MISTAKES
  • Confusing deny with allow
  • Assuming it affects account deletion
  • Thinking it manages billing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes