Security and Compliance1 / 5
Which type of IAM policy is attached directly to an IAM user, group, or role?
CorrectIncorrect
Alex
Identity-based policies are JSON permissions documents attached directly to an IAM user, group, or role, defining what actions that identity can perform. They come in two forms: managed policies (standalone, reusable, versioned) and inline policies (embedded in a single identity). Resource-based policies attach to resources like S3 buckets or SQS queues and specify who can access them. Service control policies (SCPs) are Organization-level guardrails applied to accounts, not IAM identities. Access control lists (ACLs) are legacy mechanisms on resources like S3 and VPCs. The key distinction: identity-based = who can do what; resource-based = who can access this resource.
Sourcedocs.aws.amazon.com
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 1 of 5
Create a free account