AWS Identity and Access Management (IAM)

AWS Identity and Access Management enables you to securely control individual and group access to AWS resources

download Export
search_insights Statistics
stylus_note White Board
Quran
calculate Calculator
dictionary Dictionary
fullscreen Full Screen

QUESTION OF
Views #: 523
Questions #: 14
Time: 5 minutes
Pass Score: 80.0%
Style
Mode

Using IAM you can create and manage

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can federate an external directly with AWS IAM to allow corporate users to use AWS resources

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Anonymous users can access AWS services an resources

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

An authenticated user is automatically allowed to use any AWS service

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

A user is granted permissions through a ___________

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Actions and resources which are not defined in IAM policy are denied by default

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Based on the following IAM policy, what action is the user explicitly allowed to perform?

1 pts
volume_mute
{
"Sid": "AllowManageOwnVirtualMFADevice",
"Effect": "Allow",
"Action": [
"iam:CreateVirtualMFADevice"
],
"Resource": "arn:aws:iam::*:mfa/*"
}
note_alt Add notes
flag Flag

Correct Answer

Explanation

What are the correct steps to allow a user to access AWS resources?

AWS recommends not to use the root user for every day tasks

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

IAM users, applications, and services may assume IAM roles

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

An IAM role does not have a long-term defined credentials

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

An IAM role assigned to an IAM user allows to perform some tasks that may not be available in normal permissions

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

leveraging IAM role for users saves the need to modify user permissions every time it is required to allow for temporary permissions

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

With AWS IAM, you can

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation