Users, Groups, Policies, and Security Complete
Exam Study Questions with Verified Answers
1. What does IAM stand for? - ANSWER Identity and Access Management
2. What is AWS IAM? - ANSWER A service used to securely control access
to AWS resources.
3. What are the three main IAM components? - ANSWER Users, Groups,
Roles.
4. Should the root account be used for daily administrative tasks? - ANSWER
No. Use it only for specific account-level tasks and protect it with MFA.
5. Which of the following are benefits of using Amazon EC2 roles? (Choose 2
answers)
a. No policies are required.
b. Credentials do not need to be stored on the Amazon EC2 instance.
c. Key rotation is not necessary. d. Integration with Active Directory is
automatic. -
ANSWER B, C. Amazon EC2 roles must still be assigned a policy.
Integration with Active Directory involves integration between Active
Directory and IAM via SAML.
6. Which of the following are based on temporary security tokens? (Choose 2
answers)
, a. Amazon EC2 roles
b. MFA
c. Root user
d. Federation -
ANSWER A, D. Amazon EC2 roles provide a temporary token to
applications running on the instance; federation maps policies to
identities from other sources via temporary tokens.
7. Your security team is very concerned about the vulnerability of the IAM
administrator user accounts (the accounts used to configure all IAM features
and accounts). What steps can be taken to lock down these accounts?
(Choose 3 answers)
a. Add multi-factor authentication (MFA) to the accounts.
b. Limit logins to a particular U.S. state.
c. Implement a password policy on the AWS account.
d. Apply a source IP address condition to the policy that only grants
permissions when the user is on the corporate network.
e. Add a CAPTCHA test to the accounts. -
ANSWER A, C, D
8. What is the format of an IAM policy? - ANSWER JSON
9. Who has full access to all AWS services and resources by default? -
ANSWER The AWS account root user.
10.What is an IAM User? - ANSWER A permanent identity used by a person
or application with long-term credentials.
, 11.What is an IAM Group? - ANSWER A collection of IAM users that share
the same permissions.
12.Can IAM Groups contain other IAM Groups? - ANSWER No. IAM Groups
can contain users but not other groups.
13.What is an IAM Policy? - ANSWER A JSON document that defines
allowed or denied actions on AWS resources.
14.What is the principle of least privilege? - ANSWER Grant only the
permissions required to perform a specific task.
15.What is AWS Identity and Access Management (IAM)? - ANSWER AWS
IAM is a web service that enables Amazon Web Services customers to
manage users and user permissions in AWS.
16.What can you do with IAM? - ANSWER You can centrally manage users,
security credentials such as access keys, and permissions that control which
AWS resources users can access.
17.How can you manage IAM Users and their access? - ANSWER You can
create Users and assign them individual security credentials (access keys,
passwords, and multi-factor authentication devices).
18.True or False?
You can manage permissions to control which operations a User can perform -
ANSWER True