AWS Inspector vs AWS Trusted Advisor Flashcards

1
Q

What is AWS Inspector?

A

An automated security assessment service that helps improve security and compliance of applications deployed on AWS.

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

After performing an assessment, what will AWS Inspector provide?

A

A detailed list of security findings prioritized by level of severity.

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

How can AWS Inspector findings be reviewed?

A

Directly after an assessment, or as part of detailed assessment reports.

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

How can you reach AWS Inspector’s detailed assessment reports?

A

Either through the Inspector console or via API.

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

What are the steps in running an Inspector assessment?

A
  1. Create an assessment target
  2. Install agents on the EC2 instances
  3. Create an Assessment template
  4. Perform the assessment run
  5. Review the findings against the rules.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Under what menu can you find Inspector?

A

Security, Identity & Compliance

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

Under what menu can you find Trusted Advisor?

A

Management Tools

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

For the exam, what is an easy way to distinguish against questions that are relevant to Inspector vs Trusted Advisor?

A

If the question is around security reporting, it’s most likely about AWS Inspector. If it’s about management (cost savings, etc) it’s Trusted Advisor.

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

True or False: For security reasons, inpsector has access to all of your resource by default to complete assessments?

A

False. It’s the resources that require an inspector role.

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

what policy ‘action’ does AWS Inspector need to complete assessments?

A

ec2:DescribeInstances

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

Similar to Systems Manager, you can run inspections either by manual selection, or through tagging.

A

False. Inspector requires tagging.

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

True or false, Inspector is an agentless service?

A

False: It requires an agent installed on each instance to be reviewed.

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

The easiest way to install the agent on a fleet of EC2 instances is by logging into each instance and running the install CLI command?

A

False: Use Systems Manager Run Commands.

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

What are the 4 rules packages you can run in AWS Inspector?

A
  1. Security Best Practices
  2. Runtime Behavior Analysis
  3. Common Vulnerabilities and Exposures
  4. CIS Operating System Security Configuration Benchmark
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Instead of running an assessment against a production instance, what other method might you consider?

A

Create an AMI of the instance, deploy it in another AZ and run the assessment there.

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

What is the main benefit of running an assessment on a clone of your production environments?

A

Reduced strain on resources

17
Q

True or false, each assessment takes one hour to complete?

A

False: You can choose the assessment length.

18
Q

What assessment length options can you choose?

A
15 minutes
1 hour
8 hours
12 hours
24 hours
19
Q

True or False: The assessment length is tied specifically to a rule?

A

False. 1 hours is the generic minimum recommendation. However if you’re running multiple rules, you should choose additional time, up to 24 hours for all the rules.

20
Q

What is Trusted Advisor?

A

An online resource to help you reduce cost, increase performance, and improve security through environment optimization.

21
Q

What 4 areas will trusted advisor advise you on?

A

Cost optimization
Performace
Security
Fault Tolerance

22
Q

True or False: Trusted Advisor is more targeted towards business and enterprise customers?

A

True: While Basic Trusted Advisor will provide some guidance, to get full use you must be a business or enterprise customer.

23
Q

Since trusted advisor and Inspector both offer security related guidance, how can you distinguish between questions geared towards TA, vs Inspector?

A

For security, trusted advisor will give you advice on your environment such as security groups, and MFA. Inspector will giv detailed reports on your EC2 instances themselves and provide comprehensive details about software versions, applications, etc.

24
Q

What are the severity levels of AWS Inspector reports?

A

High
Medium
Low
Informational

25
Q

What does the inspector agent monitor?

A

The network, file system, and process activity

26
Q

What does Inspector compare?

A

What is sees against the security rules defined in the assessment.