AWS Access Analyze Flashcards
(110 cards)
What does IAM stand for in AWS?
Identity and Access Management
What is the primary purpose of AWS IAM Access Analyzer?
To help identify resources in your AWS account that are shared with external entities.
True or False: IAM Access Analyzer can only analyze S3 bucket policies.
False
Fill in the blank: IAM Access Analyzer generates _______ to highlight potential resource sharing issues.
findings
What types of findings does IAM Access Analyzer provide?
Findings related to resource policies that allow access to external principals.
How does IAM Access Analyzer evaluate resource policies?
It analyzes resource policies to determine whether they allow access to external accounts.
Which AWS services can IAM Access Analyzer analyze?
S3, IAM roles, KMS keys, and more.
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.
True or False: IAM Access Analyzer can automatically remediate findings.
False
What is the first step to use IAM Access Analyzer?
Create an analyzer.
What permissions are required to create an IAM Access Analyzer?
iam:CreateAnalyzer
What format are findings returned in by IAM Access Analyzer?
JSON format.
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
What action can you take based on findings from IAM Access Analyzer?
Review and adjust resource policies.
Fill in the blank: IAM Access Analyzer can help you ensure that your resources are not _______ to unintended users.
accessible
True or False: IAM Access Analyzer can analyze IAM user permissions.
False
What is the default analyzer type when creating an IAM Access Analyzer?
Account analyzer
What does the term ‘external principal’ refer to?
An IAM user or role that is not part of your AWS account.
How can you delete an analyzer in IAM Access Analyzer?
By using the iam:DeleteAnalyzer permission.
What happens when you delete an analyzer?
All findings associated with the analyzer are also deleted.
What is the maximum number of analyzers you can have per account?
You can have up to 10 analyzers per account.
True or False: IAM Access Analyzer findings are retained indefinitely.
False
What is the recommended best practice after reviewing findings from IAM Access Analyzer?
Implement necessary changes to resource policies.
What kind of alerts can IAM Access Analyzer provide?
Alerts for newly discovered findings.