What is the least privilege principle in IAM?
- Giving users all available permissions
- Giving users only the permissions they need
- Giving users permissions based on their job titles
- Giving users temporary permissions
The least privilege principle in IAM involves granting users or roles only the permissions they need to perform their tasks, reducing the risk of excessive access.
Loading...
Related Quiz
- How does AWS Lambda handle deployment of functions?
- Serverless architectures are often characterized by their stateless nature, where __________ is not preserved between invocations.
- The duration of a cold start in AWS Lambda depends on factors such as __________ and __________.
- How can you configure AWS Lambda to filter S3 events based on object prefixes?
- Scenario: Your team is aiming to optimize API performance and reduce costs. How would you leverage API Gateway features to implement caching and rate limiting for AWS Lambda-backed APIs?