Hard1 markMultiple Choice
AWS SAA-C03 · Question 18 · Domain 1.1: Secure Access
A senior developer needs the ability to create new IAM roles for Lambda functions. However, the security team wants to ensure the developer cannot create roles with administrative privileges. How can this be enforced?
A senior developer needs the ability to create new IAM roles for Lambda functions. However, the security team wants to ensure the developer cannot create roles with administrative privileges. How can this be enforced?
Answer options:
A.
Attach an IAM policy to the developer that explicitly denies the AdministratorAccess policy.
B.
Use an IAM permissions boundary to restrict the maximum permissions the developer can grant.
C.
Use AWS Organizations SCPs to restrict the developer's IAM user.
D.
Require MFA for all IAM role creation.
How to approach this question
When delegating IAM creation while restricting maximum permissions, use Permissions Boundaries.
Full Answer
B.Use an IAM permissions boundary to restrict the maximum permissions the developer can grant.✓ Correct
An IAM permissions boundary is an advanced feature that allows you to use a managed policy to set the maximum permissions that an identity-based policy can grant to an IAM entity. This safely allows developers to create roles without escalating privileges.
Common mistakes
Confusing SCPs (account level) with Permissions Boundaries (entity level).
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert