AWS Access Analyze Flashcards

(110 cards)

1
Q

What does IAM stand for in AWS?

A

Identity and Access Management

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

What is the primary purpose of AWS IAM Access Analyzer?

A

To help identify resources in your AWS account that are shared with external entities.

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

True or False: IAM Access Analyzer can only analyze S3 bucket policies.

A

False

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

Fill in the blank: IAM Access Analyzer generates _______ to highlight potential resource sharing issues.

A

findings

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

What types of findings does IAM Access Analyzer provide?

A

Findings related to resource policies that allow access to external principals.

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

How does IAM Access Analyzer evaluate resource policies?

A

It analyzes resource policies to determine whether they allow access to external accounts.

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

Which AWS services can IAM Access Analyzer analyze?

A

S3, IAM roles, KMS keys, and more.

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

What is a principal in the context of AWS IAM?

A

A principal is an entity that can perform actions on AWS resources, such as a user or role.

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

True or False: IAM Access Analyzer can automatically remediate findings.

A

False

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

What is the first step to use IAM Access Analyzer?

A

Create an analyzer.

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

What permissions are required to create an IAM Access Analyzer?

A

iam:CreateAnalyzer

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

What format are findings returned in by IAM Access Analyzer?

A

JSON format.

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

Multiple Choice: Which of the following can you use to view findings from IAM Access Analyzer? A) AWS Management Console B) AWS CLI C) AWS SDK D) All of the above

A

D) All of the above

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

What action can you take based on findings from IAM Access Analyzer?

A

Review and adjust resource policies.

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

Fill in the blank: IAM Access Analyzer can help you ensure that your resources are not _______ to unintended users.

A

accessible

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

True or False: IAM Access Analyzer can analyze IAM user permissions.

A

False

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

What is the default analyzer type when creating an IAM Access Analyzer?

A

Account analyzer

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

What does the term ‘external principal’ refer to?

A

An IAM user or role that is not part of your AWS account.

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

How can you delete an analyzer in IAM Access Analyzer?

A

By using the iam:DeleteAnalyzer permission.

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

What happens when you delete an analyzer?

A

All findings associated with the analyzer are also deleted.

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

What is the maximum number of analyzers you can have per account?

A

You can have up to 10 analyzers per account.

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

True or False: IAM Access Analyzer findings are retained indefinitely.

A

False

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

What is the recommended best practice after reviewing findings from IAM Access Analyzer?

A

Implement necessary changes to resource policies.

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

What kind of alerts can IAM Access Analyzer provide?

A

Alerts for newly discovered findings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Which AWS service can you integrate with IAM Access Analyzer for notifications?
Amazon SNS (Simple Notification Service)
26
Fill in the blank: IAM Access Analyzer helps improve your account's _______ posture.
security
27
What type of IAM Access Analyzer can analyze multiple accounts?
Organization analyzer
28
True or False: You can use IAM Access Analyzer with AWS Organizations.
True
29
What is the role of an IAM policy?
To define permissions for actions on AWS resources.
30
Which type of policy does IAM Access Analyzer primarily analyze?
Resource-based policies
31
How often does IAM Access Analyzer refresh its findings?
Findings are updated whenever there are changes to resource policies.
32
What is a common use case for IAM Access Analyzer?
Identifying overly permissive policies.
33
Fill in the blank: An IAM role can be assumed by a _______ to gain permissions.
principal
34
What does IAM Access Analyzer do when it detects a finding?
It generates an alert with details about the potential issue.
35
Multiple Choice: Which of the following is NOT a feature of IAM Access Analyzer? A) Policy evaluation B) Resource sharing analysis C) Automated remediation D) Finding reports
C) Automated remediation
36
What is the purpose of an analyzer's 'trust policy'?
To specify which principals can assume the role.
37
True or False: IAM Access Analyzer can analyze AWS Lambda function policies.
True
38
What does the term 'policy simulation' refer to in IAM?
Testing permissions before applying policies.
39
How can you access findings in IAM Access Analyzer via CLI?
Using the command 'aws accessanalyzer list-findings'.
40
Fill in the blank: IAM Access Analyzer is part of the _______ service in AWS.
IAM
41
What type of analysis does IAM Access Analyzer perform?
Static analysis of resource policies.
42
True or False: IAM Access Analyzer only works with IAM roles.
False
43
What kind of permissions are required to view findings?
iam:ListFindings
44
Which AWS service provides access to IAM Access Analyzer findings via a dashboard?
AWS Management Console
45
What is the significance of 'policy versioning' in IAM?
It allows you to manage changes to policies over time.
46
Multiple Choice: What does IAM Access Analyzer NOT analyze? A) S3 bucket policies B) IAM user permissions C) KMS key policies D) IAM role policies
B) IAM user permissions
47
What should you do if you find a high-risk finding in IAM Access Analyzer?
Review and potentially modify the resource policy.
48
True or False: IAM Access Analyzer findings can include both warnings and critical alerts.
True
49
Fill in the blank: IAM Access Analyzer helps you maintain _______ compliance.
security
50
What is the main benefit of using IAM Access Analyzer?
To enhance security by ensuring proper access controls.
51
True or False: Findings from IAM Access Analyzer can be exported to CSV format.
False
52
What does the 'analyzer ARN' represent?
The unique identifier for an IAM Access Analyzer.
53
How can IAM Access Analyzer enhance your organization's security posture?
By identifying and mitigating risks associated with resource access.
54
What is a common mistake that IAM Access Analyzer helps to identify?
Allowing public access to resources unintentionally.
55
Fill in the blank: The IAM Access Analyzer is available in the _______ AWS Region.
global
56
What does IAM stand for in AWS?
Identity and Access Management
57
What is the primary purpose of AWS IAM Access Analyzer?
To help identify resources in your AWS account that are shared with external entities.
58
True or False: IAM Access Analyzer can only analyze S3 bucket policies.
False
59
Fill in the blank: IAM Access Analyzer generates _______ to highlight potential resource sharing issues.
findings
60
What types of findings does IAM Access Analyzer provide?
Findings related to resource policies that allow access to external principals.
61
How does IAM Access Analyzer evaluate resource policies?
It analyzes resource policies to determine whether they allow access to external accounts.
62
Which AWS services can IAM Access Analyzer analyze?
S3, IAM roles, KMS keys, and more.
63
What is a principal in the context of AWS IAM?
A principal is an entity that can perform actions on AWS resources, such as a user or role.
64
True or False: IAM Access Analyzer can automatically remediate findings.
False
65
What is the first step to use IAM Access Analyzer?
Create an analyzer.
66
What permissions are required to create an IAM Access Analyzer?
iam:CreateAnalyzer
67
What format are findings returned in by IAM Access Analyzer?
JSON format.
68
Multiple Choice: Which of the following can you use to view findings from IAM Access Analyzer? A) AWS Management Console B) AWS CLI C) AWS SDK D) All of the above
D) All of the above
69
What action can you take based on findings from IAM Access Analyzer?
Review and adjust resource policies.
70
Fill in the blank: IAM Access Analyzer can help you ensure that your resources are not _______ to unintended users.
accessible
71
True or False: IAM Access Analyzer can analyze IAM user permissions.
False
72
What is the default analyzer type when creating an IAM Access Analyzer?
Account analyzer
73
What does the term 'external principal' refer to?
An IAM user or role that is not part of your AWS account.
74
How can you delete an analyzer in IAM Access Analyzer?
By using the iam:DeleteAnalyzer permission.
75
What happens when you delete an analyzer?
All findings associated with the analyzer are also deleted.
76
What is the maximum number of analyzers you can have per account?
You can have up to 10 analyzers per account.
77
True or False: IAM Access Analyzer findings are retained indefinitely.
False
78
What is the recommended best practice after reviewing findings from IAM Access Analyzer?
Implement necessary changes to resource policies.
79
What kind of alerts can IAM Access Analyzer provide?
Alerts for newly discovered findings.
80
Which AWS service can you integrate with IAM Access Analyzer for notifications?
Amazon SNS (Simple Notification Service)
81
Fill in the blank: IAM Access Analyzer helps improve your account's _______ posture.
security
82
What type of IAM Access Analyzer can analyze multiple accounts?
Organization analyzer
83
True or False: You can use IAM Access Analyzer with AWS Organizations.
True
84
What is the role of an IAM policy?
To define permissions for actions on AWS resources.
85
Which type of policy does IAM Access Analyzer primarily analyze?
Resource-based policies
86
How often does IAM Access Analyzer refresh its findings?
Findings are updated whenever there are changes to resource policies.
87
What is a common use case for IAM Access Analyzer?
Identifying overly permissive policies.
88
Fill in the blank: An IAM role can be assumed by a _______ to gain permissions.
principal
89
What does IAM Access Analyzer do when it detects a finding?
It generates an alert with details about the potential issue.
90
Multiple Choice: Which of the following is NOT a feature of IAM Access Analyzer? A) Policy evaluation B) Resource sharing analysis C) Automated remediation D) Finding reports
C) Automated remediation
91
What is the purpose of an analyzer's 'trust policy'?
To specify which principals can assume the role.
92
True or False: IAM Access Analyzer can analyze AWS Lambda function policies.
True
93
What does the term 'policy simulation' refer to in IAM?
Testing permissions before applying policies.
94
How can you access findings in IAM Access Analyzer via CLI?
Using the command 'aws accessanalyzer list-findings'.
95
Fill in the blank: IAM Access Analyzer is part of the _______ service in AWS.
IAM
96
What type of analysis does IAM Access Analyzer perform?
Static analysis of resource policies.
97
True or False: IAM Access Analyzer only works with IAM roles.
False
98
What kind of permissions are required to view findings?
iam:ListFindings
99
Which AWS service provides access to IAM Access Analyzer findings via a dashboard?
AWS Management Console
100
What is the significance of 'policy versioning' in IAM?
It allows you to manage changes to policies over time.
101
Multiple Choice: What does IAM Access Analyzer NOT analyze? A) S3 bucket policies B) IAM user permissions C) KMS key policies D) IAM role policies
B) IAM user permissions
102
What should you do if you find a high-risk finding in IAM Access Analyzer?
Review and potentially modify the resource policy.
103
True or False: IAM Access Analyzer findings can include both warnings and critical alerts.
True
104
Fill in the blank: IAM Access Analyzer helps you maintain _______ compliance.
security
105
What is the main benefit of using IAM Access Analyzer?
To enhance security by ensuring proper access controls.
106
True or False: Findings from IAM Access Analyzer can be exported to CSV format.
False
107
What does the 'analyzer ARN' represent?
The unique identifier for an IAM Access Analyzer.
108
How can IAM Access Analyzer enhance your organization's security posture?
By identifying and mitigating risks associated with resource access.
109
What is a common mistake that IAM Access Analyzer helps to identify?
Allowing public access to resources unintentionally.
110
Fill in the blank: The IAM Access Analyzer is available in the _______ AWS Region.
global