To access material, start machines and answer questions login.
One of the most common tasks for anyone working in is to scope Policies to include only the necessary privileges required to complete a task. This is commonly referred to as following the Principle of Least Privilege. In this room, we will take a broadly scoped rule and whittle down access to allow the policy to do three things:
- Audit all Settings
- Launch machines in the Singapore Region
- Access a specific corporate bucket.
We’ll start with the default AdministratorAccess policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "*",
"Resource": "*"
}
]
}Ready to learn Cyber Security?
The The Quest for Least Privilege room is only available for Premium or Max subscribers. Signup now to access more than 500 free rooms and learn cyber security through a fun, interactive learning environment.
Already have an account? Log in
