IAM & AWS CLI Flashcards

1
Q

What is the proper definition of an IAM role?

A

An IAM entity that defines a set of permissions for making requests to AWS services, and will be used by an AWS service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What IAM security tool lists all of your AWS Account’s IAM Users and the status of their various credentials?

A

IAM Credentials Report

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What do you call JSON documents that define a set of permissions for making requests to AWS services, and can be used by IAM Users, User Groups, and IAM Roles?

A

IAM Policies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What principle should you apply regarding IAM Permissions?

A

Grant least privilege

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What should you do to increase your root account security?

A

Enable Multi-Factor Authentication (MFA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

______________ is the service that you can use to create and provide trusted users with temporary security credentials that can control access to your AWS resources.

A

AWS Security Token Service (STS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

___________ helps you securely create or connect your workforce identities and manage their access centrally across AWS accounts and applications. It is the recommended approach for workforce authentication and authorization on AWS for organizations of any size and type, but not for generating tokens.

A

AWS IAM Identity Center

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

____________ helps you continuously audit your AWS usage to simplify how you assess risk and compliance with regulations and industry standards.

A

AWS Audit Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

_____________ primary purpose is to analyze and visualize security data to rapidly get to the root cause of potential security issues.

A

Amazon Detective

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

___________ can generate findings based on suspicious activities such as requests coming from known malicious IP addresses, changing of bucket policies/ACLs to expose an S3 bucket publicly, or suspicious API call patterns that attempt to discover misconfigured bucket permissions.

A

Amazon GuardDuty

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

___________ is simply a service that can identify the objects, people, text, scenes, and activities on your images or videos, as well as detect any inappropriate content.

A

Amazon Rekognition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

_____________ can track API calls for your account, including calls made by the AWS Management Console, AWS SDKs, command line tools, and other AWS services.

A

AWS CloudTrail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

While AWS IAM Identity Center can integrate with external identity providers, it primarily supports?

A

SAML 2.0-based identity providers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

AWS account ______________ is a single sign-in identity that has complete access to all AWS services and resources in the account.

A

Root user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

To authenticate from the console as a user, you must?

A

Sign in with your user name and password.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

To authenticate from the API or AWS CLI, you must?

A

Provide your access key and secret key.

17
Q

Instead of sharing your user root credentials with others, you can create individual ____________ within your account that correspond to users in your organization.

18
Q

By default, a brand new IAM user has?

A

No permissions to do anything

19
Q

If the users in your organization already have a way to be authenticated, you can __________ those user identities into AWS.

20
Q

What Assume Role Option returns a set of temporary security credentials that you can use to access AWS resources that you might not normally have access to? Typically used within your account or for cross-account access.

A

AssumeRole