Scenario: Your organization follows the principle of least privilege. How would you design IAM policies to adhere to this principle effectively?
- Grant IAM users and roles only the permissions they need to perform their tasks, using the principle of least privilege.
- Grant administrative access to all IAM users and roles
- Grant all permissions to all IAM users and roles
- Share IAM access keys with all users
Designing IAM policies to grant IAM users and roles only the permissions they need to perform their tasks adheres to the principle of least privilege effectively.
Loading...
Related Quiz
- The __________ design pattern in AWS Lambda involves caching frequently accessed data to minimize external calls.
- How can you ensure ordered processing of records in DynamoDB Streams?
- __________ allows you to securely access resources within a VPC from your AWS Lambda functions.
- Optimizing __________ can help reduce the size of deployment packages, thereby improving cold start times.
- Scenario: You're tasked with optimizing the cost of a serverless application running on AWS Lambda. How would you identify opportunities for resource reuse and implement them efficiently?