AWS Management Flashcards

1
Q

What is the PowerUserAccess managed policy?

A

PowerUserAccess is AdministratorAccess without IAM permissions

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

Can AWS SSO be used for mobile?

A

No. Consider AWS Cognito

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

What is RADIUS?

A

Remote Access Dial In User Service.
Good for configuring MFA between users and an on-premises network. Works for on-premises Active Directory

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

If SCP’s conflict, which takes priority?

A

The highest-level SCP will take priority.
ex. a deny at the org level will take priority over an allow at the OU level.

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

What is the difference between AWS-runPatchBaseline and AWS-ApplyPatchBaseline on SSM?

A

ApplyPatchBaseline only works on Windows. RunPathBaseline works on both windows and linux

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

What is the difference between AWS Guard Duty and AWS Inspector?

A

AWS Guard Duty monitors for suspicious activity between services / in or out of the AWS account.
AWS inspector runs on EC2 instances and monitors for suspicious activity from within services.

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

Do SCPs affect service-linked roles? Root user?

A

SCPs do not affect service-linked roles. They do affect the root user.

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

What are the pros and cons of AWS access advisor

A

Pros
- Blanket tool for access
- simple to use
Cons
- can’t trigger AWS Lambda
- not real time

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

What is the AWS Service Catalog?

A

Service that allows orgs to bundle all allowed resources so accounts in the org are pre-provisioned.

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

What is the CloudFront managed prefix list?

A

AWS Managed Prefix list of all CloudFront used IP Addresses.

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

What is AWS Compute Optimizer?

A

Automated recommendations for cost and performance optimizations.
Specific to AWS resources (EC2, EBS, Lambda, etc.), unlike general-purpose tools.
Integrated with AWS services, simplifying monitoring and tuning.
Cost savings through identifying over-provisioned resources.

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

What is a service catalog launch constraint

A

Launch constraint specifies IAM role of services created by package in service catalog. This allows a defined IAM role for the creation of the services, rather than relying on the permissions of the user in charge of the launch of the services.

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