Recall & Review
beginner
What is the AWS root user?
The AWS root user is the account created when you first sign up for AWS. It has full access to all AWS services and resources in the account.
Click to reveal answer
beginner
What is an IAM user in AWS?
An IAM user is an identity created within an AWS account to allow controlled access to AWS services and resources. It has permissions assigned by policies.
Click to reveal answer
beginner
Why should you avoid using the root user for daily tasks?
Because the root user has unlimited access, using it daily increases security risks. It's safer to use IAM users with limited permissions for everyday work.
Click to reveal answer
beginner
How do IAM users get permissions in AWS?
IAM users get permissions through policies attached to them or to groups they belong to. These policies define what actions they can perform.
Click to reveal answer
beginner
What is a best practice regarding the AWS root user?
A best practice is to secure the root user with multi-factor authentication (MFA) and use it only for tasks that require root access.
Click to reveal answer
Which user has full access to all AWS services by default?
✗ Incorrect
The root user has full access to all AWS services and resources by default.
How do IAM users get their permissions?
✗ Incorrect
IAM users get permissions through policies attached directly or via groups.
What is a recommended security practice for the root user?
✗ Incorrect
Enabling MFA on the root user adds an extra layer of security.
Why should you avoid using the root user for everyday tasks?
✗ Incorrect
Using the root user daily increases security risks because it has full access.
What is an IAM user?
✗ Incorrect
An IAM user is an identity created to control access with specific permissions.
Explain the difference between the AWS root user and an IAM user.
Think about who has full control and who has controlled access.
You got /4 concepts.
Describe best practices for managing the AWS root user and IAM users.
Focus on security and access control.
You got /4 concepts.