
Ultimate access to all questions.
What best describes the "Principal of Least Privilege"?
Explanation:
The Principle of Least Privilege is a security concept that states users and systems should be granted only the minimum permissions necessary to perform their required tasks. This helps reduce the attack surface and limit potential damage from security breaches.
Key aspects of the Principle of Least Privilege:
In AWS, this principle is implemented through IAM policies that grant only the necessary permissions for specific roles and users.