AWS Support & Operations – Cloud Practitioner Study Guide
Overview
This study guide covers the core AWS support structures, monitoring tools, and operational services tested on the AWS Cloud Practitioner exam. You will need to understand the differences between support plan tiers, know which tools to use for auditing and monitoring, and recognize key operational services. Mastering these topics will help you answer scenario-based questions that ask you to select the right tool or right support plan for a given situation.
---
AWS Support Plans
Overview of the Four Tiers
AWS offers four support plans, escalating in cost and capability. Understanding what each plan uniquely provides is critical for the exam.
| Plan | Cost | Key Feature |
|---|---|---|
| Basic | Free | Docs, whitepapers, AWS Health Dashboard only |
| Developer | Paid | Business-hours email support, 1 primary contact |
| Business | Paid | 24/7 phone/email/chat, all Trusted Advisor checks |
| Enterprise On-Ramp | Paid | Pool of TAMs, concierge support |
| Enterprise | Paid | Dedicated TAM, fastest response times |
Plan-by-Plan Breakdown
#### Basic Support
#### Developer Support
#### Business Support
#### Enterprise On-Ramp Support
#### Enterprise Support
Key Terms
Watch Out For
> ⚠️ Common Pitfall: Many students confuse Enterprise On-Ramp with Enterprise. Remember: Enterprise On-Ramp = pool of TAMs, Enterprise = dedicated TAM. The 15-minute SLA applies only to the full Enterprise plan.
> ⚠️ Common Pitfall: The Business plan is the minimum tier for both 24/7 support AND full Trusted Advisor access. Developer Support does NOT include 24/7 phone support.
> ⚠️ Common Pitfall: Basic Support is NOT "no support" – it includes the AWS Health Dashboard and a limited set of Trusted Advisor checks. It simply has no technical case support.
---
AWS Trusted Advisor
What Is Trusted Advisor?
AWS Trusted Advisor is an automated tool that inspects your AWS environment and provides real-time recommendations based on best practices.
The Five Pillars (Categories)
1. Cost Optimization – Identify idle resources, underutilized instances, and savings opportunities
2. Performance – Improve throughput and efficiency of your resources
3. Security – Identify security gaps (open ports, missing MFA, S3 permissions)
4. Fault Tolerance – Increase resiliency and availability
5. Service Limits (Service Quotas) – Flag resources approaching AWS account limits
Access by Support Plan
- S3 bucket permissions
- Security groups with unrestricted ports
- IAM use check
- MFA on root account
Service Quota Warnings
Key Terms
Watch Out For
> ⚠️ Common Pitfall: The exam frequently tests that Business Support is the minimum plan for all Trusted Advisor checks. This is one of the most-tested facts in this domain.
> ⚠️ Common Pitfall: Trusted Advisor is not a monitoring tool like CloudWatch – it provides recommendations and best practice checks, not real-time performance metrics.
---
AWS Health & Monitoring
AWS Health Dashboard
- Scheduled maintenance
- Service disruptions
- Resource-level impacts
#### Service Health Dashboard vs. AWS Health Dashboard
| Feature | Service Health Dashboard | AWS Health Dashboard |
|---|---|---|
| Scope | Global – all AWS services | Account-specific – your resources |
| Personalized? | No | Yes |
| Use case | "Is AWS having issues?" | "Are MY resources affected?" |
Amazon CloudWatch
- Set alarms to trigger actions (e.g., Auto Scaling, SNS notifications)
- Create dashboards for real-time visualization
- CloudWatch Logs – centralize and analyze log data
- CloudWatch Events / EventBridge – respond to state changes automatically
AWS Systems Manager
- Patch Manager – automate OS patching
- Run Command – execute commands remotely without SSH
- Parameter Store – securely store configuration and secrets
- Session Manager – browser-based shell access without bastion hosts
Key Terms
Watch Out For
> ⚠️ Common Pitfall: Don't confuse the Service Health Dashboard (global view) with AWS Health Dashboard (your account). Exam questions will describe a scenario asking which tool is personalized – that's always the AWS Health Dashboard.
> ⚠️ Common Pitfall: CloudWatch is for monitoring and metrics. Do not confuse it with CloudTrail (API activity logging) or AWS Config (configuration compliance).
---
Operational Tools & Best Practices
AWS CloudTrail
- Security analysis – who did what, when, and from where
- Compliance auditing – maintain an audit trail
- Operational troubleshooting – trace the source of a change or issue
> Think of CloudTrail as your security camera for your AWS account.
AWS Config
- "What did this resource look like last Tuesday?"
- "Is my S3 bucket compliant with our encryption policy?"
- Triggers remediation actions when non-compliant resources are detected
CloudTrail vs. AWS Config vs. CloudWatch
| Service | Primary Focus | Key Question Answered |
|---|---|---|
| CloudTrail | API activity & user actions | Who made this change? |
| AWS Config | Resource configuration history & compliance | What changed and is it compliant? |
| CloudWatch | Metrics, logs, performance monitoring | How is my resource performing? |
AWS IQ
AWS Partner Network (APN)
- Technology Partners: Software and tools built on or integrated with AWS
- Consulting Partners: Professional services firms that help customers design, build, migrate, and manage on AWS
Amazon Connect & IT Service Management
- AWS Service Management Connector – integrates AWS with ITSM tools (ServiceNow, Jira)
- AWS Systems Manager – operational automation and internal IT management
- AWS Service Catalog – manage approved IT service offerings internally
Key Terms
Watch Out For
> ⚠️ Common Pitfall: CloudTrail ≠ CloudWatch. CloudTrail records who did what (API logs). CloudWatch records how things are performing (metrics and logs). A question about "auditing" or "compliance" almost always points to CloudTrail or AWS Config.
> ⚠️ Common Pitfall: AWS IQ is for connecting with third-party AWS experts. It is not an AWS managed support service – it's a self-service marketplace. Don't confuse it with AWS Support plans.
> ⚠️ Common Pitfall: AWS Config requires setup and is not free – it charges per configuration item recorded and per rule evaluation. This is a common distractor in cost-related questions.
---
Quick Review Checklist
Use this checklist to confirm you're exam-ready on every key point:
---
Good luck on your AWS Cloud Practitioner exam! Focus especially on support plan tier comparisons and the distinctions between CloudTrail, CloudWatch, and AWS Config – these are among the most frequently tested topics in this domain.