Challenge - 5 Problems
Policy Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Difference between managed and inline policies
Which statement correctly describes the difference between AWS managed policies and inline policies?
Attempts:
2 left
💡 Hint
Think about how policies are attached and reused in AWS IAM.
✗ Incorrect
Managed policies are standalone and reusable across multiple identities, while inline policies are embedded directly into a single identity and cannot be reused.
❓ Architecture
intermediate2:00remaining
Policy management best practice
You want to apply the same permissions to multiple IAM users and update permissions easily in the future. Which policy type should you use?
Attempts:
2 left
💡 Hint
Consider ease of updating permissions for many users at once.
✗ Incorrect
Customer managed policies can be attached to multiple users and updated centrally, making permission management easier.
❓ security
advanced2:00remaining
Policy deletion impact
What happens if you delete a customer managed policy that is attached to multiple IAM roles?
Attempts:
2 left
💡 Hint
Think about how AWS enforces permissions from policies.
✗ Incorrect
Deleting a customer managed policy removes it from all attached roles immediately, causing loss of those permissions.
❓ service_behavior
advanced2:00remaining
Inline policy behavior on user deletion
If an IAM user with an inline policy is deleted, what happens to the inline policy?
Attempts:
2 left
💡 Hint
Consider the lifecycle of inline policies tied to a single identity.
✗ Incorrect
Inline policies are embedded in the user and are deleted when the user is deleted.
✅ Best Practice
expert3:00remaining
Choosing policy type for audit and reuse
Your organization requires strict auditing of policy changes and wants to reuse policies across multiple accounts. Which policy type and approach best meets these requirements?
Attempts:
2 left
💡 Hint
Think about centralized management and audit capabilities across accounts.
✗ Incorrect
Customer managed policies can be centrally managed and audited, and shared across accounts using AWS Organizations, supporting reuse and compliance.