IAM Groups

5 minutes 5 Questions

IAM groups are logical collections of IAM users with similar roles or permissions. You can streamline management and efficiency by assigning AWS permissions to a group, which subsequently applies to all its members, making it easier to work with multiple users with the same level of access. IAM gro…

Test mode:
AWS Certified Solutions Architect - IAM Groups Example Questions

Test your knowledge of IAM Groups

Question 1

In a single AWS account, each employee is an IAM user assigned to their department (HR, Finance, Marketing). You must enforce least-privilege S3 access so each department can access only its own department bucket (e.g., HR to only the HR bucket) and cannot access any other S3 buckets. Implement this using IAM identity-based permissions only; do not use bucket policies, VPC endpoint policies, or EC2/Security Group configurations. Which approach best meets these requirements in a scalable way?

Question 2

An engineer must work on three projects that each require different AWS permissions. Company policy states: (1) every IAM user must belong to exactly one existing IAM group, (2) policies must not be attached directly to users, and (3) you may not create new groups for one-off combinations of permissions. How should you grant the engineer the permissions needed for all three projects while complying with policy?

Question 3

Your company wants a group of IAM users to be able to access AWS resources only when requests originate from your corporate office public IP addresses. You need a centralized, scalable solution that applies across AWS services. What should you do?

More IAM Groups questions
18 questions (total)