Recall & Review
beginner
What is the principle of least privilege in IAM?
It means giving users and roles only the permissions they need to do their job, and no more. This helps reduce security risks.
Click to reveal answer
beginner
Why should you avoid using root account for daily tasks?
The root account has full access to everything. Using it daily increases risk of accidental or malicious changes. Instead, create users with limited permissions.
Click to reveal answer
beginner
What is MFA and why is it important in IAM?
MFA stands for Multi-Factor Authentication. It adds an extra step to login, like a code from your phone, making accounts harder to hack.
Click to reveal answer
intermediate
How do IAM roles help improve security?
IAM roles let you assign permissions to services or users temporarily without sharing long-term credentials. This limits exposure and improves control.Click to reveal answer
intermediate
Why is it important to regularly review IAM policies and permissions?
Regular reviews help find and fix overly broad permissions or unused accounts, keeping your environment secure and tidy.
Click to reveal answer
What should you do before granting permissions to a new IAM user?
✗ Incorrect
Granting only necessary permissions follows the principle of least privilege, reducing security risks.
Which of the following is a best practice for securing the AWS root account?
✗ Incorrect
Enabling MFA on the root account adds extra security, and avoiding daily use reduces risk.
What is the main benefit of using IAM roles instead of long-term user credentials?
✗ Incorrect
IAM roles provide temporary, limited permissions, improving security by avoiding long-term credential exposure.
How often should you review IAM policies and permissions?
✗ Incorrect
Regular reviews help maintain security by ensuring permissions are appropriate and up to date.
What does MFA add to the login process?
✗ Incorrect
MFA adds a second step to verify identity, making unauthorized access harder.
Explain the principle of least privilege and why it is important in IAM.
Think about giving only the keys someone needs, not all keys.
You got /3 concepts.
Describe how enabling MFA improves the security of AWS accounts.
Consider how a second lock on a door adds safety.
You got /3 concepts.