Skip to main content

Management and Governance

Provision, monitor, audit, and govern AWS at scale. The three “observability” services below are the most-confused trio on the exam.

The observability trio

ServiceAnswersExample question
Amazon CloudWatchIs it working / how fast?”Why is CPU at 100%?”
AWS CloudTrailWho did what, when?”Who deleted the bucket?”
AWS ConfigWhat state is it in / did it drift?”Is this volume still encrypted?”

Provisioning & operations

ServiceJobKey distinction
AWS CloudFormationInfra as codeDeclarative; you specify the stack
AWS Systems ManagerOps hubSession Manager, Patch, Parameter Store
AWS Auto ScalingMatch capacity to demandDelivers Elasticity
AWS Service CatalogApproved self-service productsYour curated templates
AWS Launch WizardGuided enterprise deploysSAP, SQL Server, AD
AWS Control TowerGoverned multi-account landing zoneOpinionated layer over AWS Organizations
AWS OrganizationsMulti-account managementConsolidated billing + SCP guardrails

Recommendations & health

ServiceJobKey distinction
AWS Trusted AdvisorBest-practice checksFixed AWS-authored list, 5 categories
AWS Compute OptimizerML right-sizingNames a specific better instance type
AWS Health DashboardAWS-side events affecting youMaintenance, deprecations, outages
AWS License ManagerTrack license usageEnforces Bring Your Own License limits
AWS Management ConsoleWeb GUIOne of 3 access methods (vs CLI, IaC)
AWS Resource Groups and Tag EditorGroup & tag resourcesDrives cost allocation and automation
  • CloudWatch (performance) vs CloudTrail (API audit) vs Config (resource state) — memorize by the verb in the question.
  • Trusted Advisor (fixed checks) vs Compute Optimizer (ML right-sizing) vs Config (your custom rules).