- Home
- All questions
- Question 3
AWS Certified Solutions Architect study material · question 3 of 500
Within a single AWS account, a bucket policy grants s3:GetObject to a role that has no S3 permissions in its own identity-based policy. What happens when the role calls GetObject?
Show the answer
Answer: B. The call succeeds, because a resource-based grant is sufficient inside one account
Inside one account, identity-based and resource-based permissions form a union, so an allow in the bucket policy alone permits the action.
Source: Policies and permissions in AWS Identity and Access Managem… (Amazon Web Services) — Resource-based policies