AWS Certified Cloud Practitioner — Question 962

In which situations should a company create an IAM user instead of an IAM role? (Choose two.)

Answer options

Correct answer: B, D

Explanation

IAM users represent specific individuals who require long-term AWS credentials and can be organized into IAM groups for easier permission management. In contrast, IAM roles are designed for temporary access and are best suited for EC2 instances, mobile applications, or federated corporate users who require single sign-on without dedicated IAM user accounts.