Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS trusted adviser vs Inspector [closed]

I am preparing for an AWS certificate so I am reading about AWS services. The security section states there are both AWS Trusted Advisor and AWS Inspector, however, I couldn't understand the difference between them.

What is the difference between AWS Trusted Advisor and AWS Inspector?

like image 777
justsomedev Avatar asked Jan 07 '18 10:01

justsomedev


People also ask

What is the difference between Amazon inspector and GuardDuty?

The difference between Amazon Inspector and Amazon GuardDuty is that the former "checks what happens when you actually get an attack" and the latter "analyzes the actual logs to check if a threat exists". The purpose of Amazon Inspector is to test whether you are addressing common security risks in the target AWS.

What is AWS Trusted inspector?

How it works. Amazon Inspector is an automated vulnerability management service that continually scans AWS workloads for software vulnerabilities and unintended network exposure.

How do I disable AWS inspector?

Open the Amazon Inspector console at https://console.aws.amazon.com/inspector/v2/home . In the Region selector, choose the Region in which you want to disable Amazon Inspector. In the navigation pane, choose Settings. Choose Disable Inspector.

Is AWS inspector worth?

In conclusion, Amazon Inspector is a tool with a lot of potential. As of now, I cannot recommend the exclusive use of Inspector as a vulnerability scanning tool, but it is definitely worth installing on at least a few of your AWS resources, as it is cheap and easy to use.


2 Answers

Trusted Advisor provides advice about your AWS Account in the areas of:

  • Cost Optimization
  • Fault Tolerance
  • Performance
  • Service Limits
  • Security

AWS Trusted Advisor

It highlights potential problems with the way you use AWS.


Amazon Inspector checks the configuration of EC2 instances. An agent runs on EC2 instances and checks operating system patches, known vulnerabilities, and common issues.

Amazon Inspector


Therefore, the difference is:

  • Trusted Advisor applies to the AWS account and AWS services
  • Amazon Inspector applies to the content of multiple EC2 instances
like image 52
John Rotenstein Avatar answered Sep 20 '22 13:09

John Rotenstein


AWS Inspector AWS Trusted Advisor
Agent-based Agent-less
No impact on performance Improves performance by checking service limit
Free tier Premium support
EC2 configuration AWS account & administrations
No cost recommendations Recommendations to optimize cost
Scheduled Real time guidance
No impact on performance Improves performance by checking service limit

AWS Inspector Vs AWS Trusted Advisor

like image 43
archerimagine Avatar answered Sep 17 '22 13:09

archerimagine