How are IAM roles different from IAM users?
- IAM roles are meant for temporary access
- IAM roles are only used for authentication
- IAM roles are specific to AWS services
- IAM roles cannot have policies attached
IAM roles in AWS are intended for temporary access by entities such as EC2 instances or AWS services, while IAM users are typically for long-term access by humans or applications.
Loading...
Related Quiz
- How can you automate the deployment process of AWS Lambda functions and their packages?
- DynamoDB Streams are triggered by changes to __________ tables.
- In performance testing, __________ is the process of determining how a system behaves under different conditions.
- What are custom event sources in AWS Lambda?
- Scenario: Your team is experiencing performance issues with AWS Lambda functions. How would you use AWS X-Ray to diagnose the problem?