What is the purpose of AWS Identity and Access Management (IAM)?

What is the purpose of AWS Identity and Access Management (IAM)?

a) To securely manage access to AWS resources
b) To encrypt data stored in S3
c) To monitor application logs
d) To automate infrastructure provisioning

Answer:

a) To securely manage access to AWS resources

Explanation:

AWS Identity and Access Management (IAM) is a service that enables users to securely control access to AWS resources. With IAM, users can create and manage AWS users and groups, and assign permissions to allow or deny access to specific AWS resources.

IAM supports fine-grained permissions, allowing organizations to enforce least-privilege access to AWS resources. It also supports multi-factor authentication (MFA) to provide an additional layer of security for AWS accounts.

IAM is essential for managing security in AWS environments, ensuring that only authorized users have access to sensitive resources and services.

Reference:

AWS MCQ (Multiple Choice Questions)

Scroll to Top