AWS Certified CloudOps Engineer Associate SOA-C03 [2026]

Amazon Inspector and AWS Trusted Advisor: Security, Vulnerability, and Optimization Decisions

Study Amazon Inspector network and host assessments alongside AWS Trusted Advisor guidance for security, cost, performance, fault tolerance, and service limits.

AWS Certified CloudOps Engineer Associate SOA-C03 [2026]AWS Certified CloudOps Engineer Associate SOA-C03 [2026]Updated Sep 1, 2026
Study options
WatchComing later
ListenComing later
ReadAvailable
ReviewComing later

Study guide

Technical reference and lesson notes

Purpose of This Lesson

This lesson explains how Amazon Inspector and AWS Trusted Advisor support AWS security, compliance, and operational improvement. The key assessment skill is recognizing which service and assessment type addresses a particular concern: externally reachable network ports, vulnerable software, host hardening, cost, performance, fault tolerance, or service limits.

Key Concepts

Amazon Inspector

Amazon Inspector runs assessments that identify security exposures and vulnerabilities associated with Amazon EC2 instances. Assessments can be configured to run on a schedule.

Inspector assessment types covered in this lesson are:

  • Network assessments: Analyze network configuration to identify ports on EC2 instances that are reachable from outside the VPC.
  • Host assessments: Check for vulnerable software through CVEs and evaluate host hardening against CIS benchmarks.

The agent requirement differs by assessment type:

  • Network assessments do not require an agent.
  • Host assessments do require an agent on the EC2 instance.
  • The agent for host assessments can be installed automatically by using the AWS Systems Manager Run Command.

When the Inspector agent is installed, an assessment that identifies a reachable port can also identify the process listening on that port. For example, an open port 80 may be associated with a web server process.

Pricing for the Inspector assessment types described here is based on the number of instance assessments run.

AWS Trusted Advisor

AWS Trusted Advisor is an online resource that provides real-time guidance for optimizing an AWS environment and following best practices. Its guidance covers:

  • Cost optimization
  • Performance
  • Security
  • Fault tolerance
  • Service limits

A recommendation may include a potential monthly savings value when it identifies a cost-optimization opportunity. Trusted Advisor is therefore broader than a vulnerability assessment: it evaluates several operational dimensions and helps identify ways to improve the environment.

Assessment Types and Operational Context

Choosing an Amazon Inspector assessment

Use a network assessment when the concern is exposure from outside the VPC. The assessment analyzes network configuration and identifies reachable ports. If the required Inspector agent is present, it can also identify the process reachable through the port.

Use a host assessment when the concern is the software or hardening state inside an EC2 instance. Host assessments look for known vulnerable software using CVEs and check host-hardening posture against CIS benchmarks. These assessments require the Inspector agent.

The presence or absence of the agent is an important decision point. A network assessment can be performed without an agent, while a host assessment cannot.

Using AWS Trusted Advisor

Trusted Advisor is appropriate when the goal extends beyond EC2 vulnerability discovery. It provides recommendations across cost, performance, security, fault tolerance, and service limits. For example, a team investigating potential monthly savings or resources approaching service limits would use Trusted Advisor guidance rather than selecting an Inspector host or network assessment.

Exam- or Assessment-Relevant Takeaways

  • Network exposure question: Choose an Amazon Inspector network assessment to identify ports reachable from outside the VPC.
  • Agent distinction: Network assessments do not require an agent; host assessments require an agent.
  • Host vulnerability question: Choose a host assessment to look for CVEs and evaluate host hardening using CIS benchmarks.
  • Agent deployment: AWS Systems Manager Run Command can automatically install the agent for host assessments.
  • Process identification: With the Inspector agent installed, Inspector can identify processes associated with reachable ports.
  • Pricing clue: The Inspector pricing basis described here is the number of instance assessments run.
  • Broad optimization question: Choose AWS Trusted Advisor for guidance covering cost optimization, performance, security, fault tolerance, and service limits.
  • Savings clue: Trusted Advisor may provide a potential monthly savings value for cost-optimization findings.

Tool / Feature Decision Guide

RequirementAppropriate featureDecisive reason
Identify EC2 ports reachable from outside the VPCAmazon Inspector network assessmentIt analyzes network configuration and externally reachable ports.
Find the process associated with a reachable portAmazon Inspector assessment with the agent installedThe agent enables process discovery for the reachable port.
Detect vulnerable EC2 softwareAmazon Inspector host assessmentIt checks for CVEs affecting software on the host.
Evaluate EC2 host hardeningAmazon Inspector host assessmentIt checks against CIS benchmarks.
Install the required host-assessment agent automaticallyAWS Systems Manager Run CommandRun Command can perform the agent installation.
Review possible monthly AWS savingsAWS Trusted AdvisorIts cost-optimization guidance may show potential monthly savings.
Get broad best-practice guidance across an AWS environmentAWS Trusted AdvisorIt covers cost, performance, security, fault tolerance, and service limits.

Common Traps / Misconceptions

  • Assuming every Inspector assessment requires an agent: The network assessment does not require one; the host assessment does.
  • Treating network reachability and software vulnerability as the same finding: Network assessments focus on reachable ports and network configuration, while host assessments focus on CVEs and host hardening.
  • Assuming an open port automatically identifies its process: Process identification is associated with having the Inspector agent installed.
  • Using Trusted Advisor as a replacement for Inspector: Trusted Advisor provides broad optimization and best-practice guidance; Inspector performs the EC2-focused assessments described in this lesson.
  • Limiting Trusted Advisor to cost savings: Cost is only one of its guidance areas. It also covers performance, security, fault tolerance, and service limits.
  • Overlooking the assessment count in Inspector pricing: The lesson identifies the number of instance assessments run as the pricing basis.

Real-World Engineer / Analyst Notes

Start with the question the finding must answer. If the concern is whether an EC2 port is exposed to a network outside the VPC, begin with a network assessment. If the concern is whether installed software is vulnerable or whether the host meets hardening expectations, plan for a host assessment and ensure the agent is installed.

For recurring checks, configure assessments to run on a schedule so exposure and host posture can be reviewed over time rather than only during a one-time investigation. When using host assessments at scale, AWS Systems Manager Run Command can help automate agent installation.

Use Trusted Advisor as a broader operational review. Its categories help separate security findings from cost, performance, fault-tolerance, and service-limit concerns, while a potential monthly savings value can help prioritize cost findings.

Quick Reference Summary

  • Amazon Inspector: Performs EC2 security assessments.
  • Network assessment: Finds ports reachable from outside the VPC; no agent required.
  • Host assessment: Finds CVEs and evaluates CIS-based host hardening; agent required.
  • Process discovery: The agent can help identify the process reachable through a discovered port.
  • Agent installation: Can be automated with Systems Manager Run Command.
  • Inspector pricing: Based on the number of instance assessments run, according to the lesson.
  • AWS Trusted Advisor: Provides real-time guidance for cost optimization, performance, security, fault tolerance, and service limits.
  • Cost guidance: Trusted Advisor may show potential monthly savings.

Flashcards

Q: An operations team needs to identify EC2 ports reachable from outside the VPC but cannot install an agent. Which Amazon Inspector assessment fits?

A: Use a network assessment. Network assessments analyze reachable ports and do not require an agent.

Q: Which Amazon Inspector assessment should be selected to find vulnerable software and check host hardening?

A: Select a host assessment. It checks for CVEs and evaluates host hardening against CIS benchmarks.

Q: What is the agent requirement difference between Inspector network and host assessments?

A: Network assessments do not require an agent, while host assessments require an agent installed on the EC2 instance.

Q: An Inspector finding identifies port 80 as reachable. What additional information may be available when the agent is installed?

A: Inspector may identify the process reachable on that port, such as a web server process listening on port 80.

Q: How can the agent required for an Inspector host assessment be installed automatically?

A: AWS Systems Manager Run Command can be used to automate installation of the agent.

Q: When should AWS Trusted Advisor be chosen instead of an Amazon Inspector assessment?

A: Choose Trusted Advisor when the need is broad AWS optimization or best-practice guidance across cost, performance, security, fault tolerance, or service limits rather than a focused EC2 assessment.

Q: Which service may report a potential monthly savings value for an AWS environment?

A: AWS Trusted Advisor may provide a potential monthly savings value through its cost-optimization guidance.

Q: Compare the primary focus of an Inspector network assessment with an Inspector host assessment.

A: A network assessment focuses on externally reachable ports and network configuration. A host assessment focuses on vulnerable software and host hardening.

Q: Which Trusted Advisor guidance area is relevant when resources may be approaching AWS service limits?

A: The service-limits category is relevant because Trusted Advisor provides guidance about limits that the environment might be reaching.

Q: What is the pricing basis for the Inspector assessment types described in this lesson?

A: Pricing is based on the number of instance assessments run.

Q: A team wants recurring visibility into EC2 security exposure rather than a one-time check. What Inspector capability should it use?

A: Configure the assessment to run on a schedule so the environment can be reviewed repeatedly.

Q: Why should a port-reachability finding not automatically be interpreted as a software-vulnerability finding?

A: Port reachability is a network-assessment result, while software vulnerability and host hardening are host-assessment concerns. They address different layers of risk.

Practice Questions

Question 1

A security team wants to determine whether any EC2 ports can be reached from outside its VPC. The team does not want to install an agent. Which option should it choose?

A. Amazon Inspector host assessment
B. Amazon Inspector network assessment
C. AWS Trusted Advisor cost optimization
D. AWS Systems Manager Run Command alone

Correct answer: B. The decisive clue is the need to analyze externally reachable ports without an agent, which matches an Inspector network assessment.

Question 2

An organization needs to find EC2 software affected by known CVEs and evaluate host hardening against CIS benchmarks. What is the correct approach?

A. Run an Inspector network assessment without an agent
B. Use Trusted Advisor service-limits guidance
C. Run an Inspector host assessment with the required agent installed
D. Use Trusted Advisor cost-optimization guidance

Correct answer: C. CVE detection and CIS-based host hardening are host-assessment functions, and host assessments require the agent.

Question 3

An EC2 network assessment reports that port 80 is reachable. The security analyst also wants to know which process is accessible through that port. What condition supports this result?

A. Trusted Advisor must report a performance recommendation
B. The Inspector agent must be installed
C. The instance must be assessed only once
D. A service-limit finding must exist

Correct answer: B. With the Inspector agent installed, the assessment can identify the process associated with a reachable port.

Question 4

A cloud operations team wants guidance on potential monthly savings, performance improvements, security, fault tolerance, and service limits across its AWS environment. Which service is the best fit?

A. Amazon Inspector network assessment
B. Amazon Inspector host assessment
C. AWS Trusted Advisor
D. Systems Manager Run Command

Correct answer: C. Trusted Advisor provides guidance across all of the listed categories and may report potential monthly savings.

WordPress Metadata

Suggested Slug:
amazon-inspector-trusted-advisor-security-compliance

Meta Description:
Study Amazon Inspector network and host assessments alongside AWS Trusted Advisor guidance for security, cost, performance, fault tolerance, and service limits.

Tags:
AWS Certified CloudOps Engineer, Amazon Inspector, AWS Trusted Advisor, EC2 security, vulnerability assessment, CVE, CIS benchmarks, AWS Systems Manager, security compliance, cost optimization, fault tolerance