AWS Inspector vs AWS Trusted Advisor Flashcards
What is AWS Inspector?
An automated security assessment service that helps improve security and compliance of applications deployed on AWS.
After performing an assessment, what will AWS Inspector provide?
A detailed list of security findings prioritized by level of severity.
How can AWS Inspector findings be reviewed?
Directly after an assessment, or as part of detailed assessment reports.
How can you reach AWS Inspector’s detailed assessment reports?
Either through the Inspector console or via API.
What are the steps in running an Inspector assessment?
- Create an assessment target
- Install agents on the EC2 instances
- Create an Assessment template
- Perform the assessment run
- Review the findings against the rules.
Under what menu can you find Inspector?
Security, Identity & Compliance
Under what menu can you find Trusted Advisor?
Management Tools
For the exam, what is an easy way to distinguish against questions that are relevant to Inspector vs Trusted Advisor?
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.
True or False: For security reasons, inpsector has access to all of your resource by default to complete assessments?
False. It’s the resources that require an inspector role.
what policy ‘action’ does AWS Inspector need to complete assessments?
ec2:DescribeInstances
Similar to Systems Manager, you can run inspections either by manual selection, or through tagging.
False. Inspector requires tagging.
True or false, Inspector is an agentless service?
False: It requires an agent installed on each instance to be reviewed.
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?
False: Use Systems Manager Run Commands.
What are the 4 rules packages you can run in AWS Inspector?
- Security Best Practices
- Runtime Behavior Analysis
- Common Vulnerabilities and Exposures
- CIS Operating System Security Configuration Benchmark
Instead of running an assessment against a production instance, what other method might you consider?
Create an AMI of the instance, deploy it in another AZ and run the assessment there.