AWS Services

AWS Trusted Advisor

Understand Trusted Advisor as an AWS best-practice recommendation service, including checks, categories, support-plan access, EventBridge integration, and SAA-C03 signals.

foundation6 min readUpdated 2026-06-02CloudCertificationSecurityOperationsCost
Trusted Advisor CheckRecommendationCost OptimizationPerformanceSecurityFault ToleranceService LimitsOperational Excellence

After this, you will understand

Trusted Advisor helps learners see AWS best practices as concrete account recommendations, not only abstract architecture advice.

Plain version

Trusted Advisor inspects an AWS environment and recommends improvements for cost, security, performance, resilience, quotas, and operations.

Decision pressure

Learners expect Trusted Advisor to enforce policy, remediate resources, or replace service-specific monitoring and governance tools.

Exam-ready model

Use Trusted Advisor as an advisory signal that should feed human review, ticketing, EventBridge workflows, and Well-Architected improvement planning.

Think before readingWhat is the simplest difference between Trusted Advisor and AWS Config?
Trusted Advisor recommends improvements based on AWS best practices; AWS Config records resource configuration and evaluates compliance rules.

Reading in progress

This page is saved in your local study history so you can continue later.

Study path

Read these in order

Start with the mechanics, then move into the patterns that explain why the system is shaped this way.

  1. 1AWS Well-Architected Toolaws-services
  2. 2Amazon CloudWatchaws-services

Concepts Covered

  • Trusted Advisor checks
  • Recommendation categories
  • Cost optimization
  • Security checks
  • Fault tolerance checks
  • Service limits and quotas
  • Operational Excellence checks
  • Support-plan access
  • EventBridge monitoring
  • Trusted Advisor versus Config, CloudWatch, and Well-Architected Tool

1. Plain-English Mental Model

AWS Trusted Advisor is an advisory service that inspects your AWS environment and points out opportunities to improve it.

The simple model is:

AWS account state -> Trusted Advisor checks -> recommendations and status

It is like having an automated reviewer looking for known AWS best-practice gaps: idle resources, missing fault tolerance, risky security exposure, performance issues, approaching service limits, and operational improvement opportunities.

Trusted Advisor is not a monitoring system in the same way CloudWatch is. It is not a configuration history service in the same way AWS Config is. It is not a design review questionnaire in the same way the Well-Architected Tool is.

It is an account inspection and recommendation layer.

2. Why This Service Exists

AWS accounts accumulate small architecture problems.

An old EBS volume is unattached. A load balancer has unhealthy targets. An S3 bucket policy is too open. A service quota is close to being exhausted. An expensive resource sits idle. Each issue may be simple, but across many accounts and teams, manual review does not scale.

Trusted Advisor exists to surface common problems before they become cost, security, availability, or operational failures.

For SAA-C03, Trusted Advisor appears when a question asks for AWS recommendations based on best practices, cost optimization findings, account-level security or fault-tolerance checks, service limit visibility, or checks that can be monitored through EventBridge.

The exam trap is expecting Trusted Advisor to enforce changes. It does not block a bad deployment like an IAM policy or SCP. It does not continuously record resource state like AWS Config. It provides recommendations that teams act on.

3. The Naive Approach And Where It Breaks

The naive approach is a spreadsheet review:

engineer opens console -> checks services manually -> updates spreadsheet

This breaks quickly. AWS accounts have too many services, Regions, quotas, resource states, and ownership boundaries for occasional manual inspection.

Another naive approach is to rely only on service dashboards. That can show local health, but it does not give a cross-account best-practice view of common cost, security, performance, quota, and resilience issues.

Another mistake is to assume that because Trusted Advisor gives a recommendation, the remediation is automatically safe. A recommendation still needs context. Deleting an idle-looking resource, changing a security rule, or increasing redundancy can affect cost and behavior.

Trusted Advisor is a signal, not an autopilot.

4. Core Primitives

A check is a specific inspection that evaluates part of your AWS environment.

A recommendation is the suggested action or finding produced by a check.

Check categories include cost optimization, performance, security, fault tolerance, service limits, and operational excellence.

A check result usually has a status such as OK, warning, error, or not available depending on the check.

The Trusted Advisor console shows findings and recommended actions.

The Trusted Advisor API and AWS CLI access depend on support plan eligibility.

EventBridge can monitor Trusted Advisor check result changes so findings can feed workflows.

Organizational view can help central teams review recommendations across accounts when configured.

5. Architecture Use Cases

Use Trusted Advisor to find low-hanging cost improvements such as idle or underused resources.

Use it to identify security warnings such as broad access, missing MFA on the root user, public snapshots, or overly open security group exposure where supported by current checks.

Use it to find fault tolerance issues such as lack of redundancy or unhealthy resources.

Use service limits checks to identify quotas that are close to their limit before deployments fail.

Use EventBridge to route check-result changes into operational workflows:

Trusted Advisor finding -> EventBridge -> SNS, ticket, Lambda, or incident workflow

Use it with the Well-Architected Tool when workload reviews need account evidence rather than only interview answers.

7. Security Model

Access to Trusted Advisor is controlled through IAM and support-plan eligibility.

Users should not receive broad administrative access just to view recommendations. Use least-privilege permissions for viewing and managing Trusted Advisor data.

Findings can reveal sensitive architecture details: security group exposure, public resources, account hygiene, resource names, and operational weak spots.

Treat exported findings, tickets, and notifications as internal security information.

If EventBridge routes findings, secure the targets. A finding about a security issue should not be sent to an overly broad public channel.

Trusted Advisor may depend on read access into account data and on support plan features. Understand what checks are available in the account before treating the output as complete coverage.

8. Reliability And Resilience

Trusted Advisor improves resilience by surfacing known availability and quota risks.

It can help teams detect missing redundancy, unhealthy resources, or service limits that may block scaling during a traffic increase.

It is not a replacement for resilience engineering. A green Trusted Advisor view does not prove that the workload can survive Availability Zone loss, regional dependency failure, bad deploys, or downstream outages.

Use Trusted Advisor as one input into operational review, together with CloudWatch alarms, AWS Config rules, load tests, failure testing, and Well-Architected review.

EventBridge integration can make findings more reliable operationally because teams can route them into the same workflow used for other alerts and tickets.

9. Performance And Scaling

Trusted Advisor can identify performance-related improvement opportunities, but it does not replace workload metrics.

CloudWatch shows runtime metrics. X-Ray traces requests. Load testing shows capacity behavior. Trusted Advisor points to known AWS best-practice checks.

At organization scale, the challenge is triage. Hundreds of findings across many accounts need prioritization by severity, production impact, ownership, and remediation effort.

Use tagging, account ownership, and platform governance workflows to route recommendations to the right teams.

Do not treat every recommendation with the same urgency. A public security issue is different from a small cost optimization suggestion in a sandbox account.

10. Cost Model

Trusted Advisor itself is tied to AWS Support plan access and feature availability.

The business value often comes from cost optimization findings: idle resources, underutilized capacity, and opportunities to reduce waste.

However, remediation can increase cost. Adding redundancy, raising limits, turning on logging, or improving resilience may cost more in the short term.

The right interpretation is not "every recommendation saves money." Trusted Advisor spans cost, security, performance, fault tolerance, service limits, and operational excellence.

Cost decisions should be reviewed in the context of workload importance and risk. Production resilience recommendations may be worth extra cost; sandbox cleanup may be a pure savings task.

12. SAA-C03 Exam Signals

"AWS best-practice recommendations for an account" points to Trusted Advisor.

"Identify cost optimization opportunities" can point to Trusted Advisor.

"Check service limits or quotas" can point to Trusted Advisor, depending on wording.

"Security and fault tolerance recommendations" can point to Trusted Advisor.

"Monitor Trusted Advisor check changes" points to EventBridge integration.

"Record configuration history and compliance state" points to AWS Config.

"Collect metrics and alarms" points to CloudWatch.

"Review workload against architectural pillars" points to AWS Well-Architected Tool.

13. Common Exam Traps

Do not use Trusted Advisor as a preventive control. It recommends; it does not block.

Do not confuse it with AWS Config compliance rules.

Do not confuse it with CloudWatch alarms and metrics.

Do not assume every account has access to every Trusted Advisor check. Support-plan access matters.

Do not treat recommendations as automatically safe to apply.

Do not ignore service limits. Quota issues can become production deployment failures.

Review AWS Config, Amazon CloudWatch, and AWS Well-Architected Tool.

Official AWS references:

What to study next

These links keep the session moving: read prerequisites first, then open the systems, concepts, and patterns that deepen this page.