Skip to main content
The Concept Map provides a visual overview of all the key topics and concepts covered in the AWS Cloud Practitioner certification exam.

What is the Concept Map?

The Concept Map is an interactive mind map that organizes AWS Cloud Practitioner exam content by domain, showing:
  • The four main exam domains
  • Key topics within each domain
  • Important concepts and subtopics
  • Relationships between different AWS services and concepts
The mind map is created in XMind and embedded directly in the app for easy access during your study sessions.

Accessing the Concept Map

1

Open the main menu

From any screen, click the Back button or AWS logo to return to the main menu.
2

Click the Concept Map tab

In the tab navigation, select the Concept Map option (marked with a map icon).
3

Explore the map

The interactive mind map loads in the center of the screen.

Using the Interactive Map

The embedded XMind concept map supports several interactive features: Pan/Move:
  • Click and drag to move around the map
  • Use your mouse or trackpad to navigate to different areas
Zoom:
  • Use pinch gestures on trackpad/mobile
  • Use scroll wheel to zoom in and out
  • Double-click a topic to focus on it
Expand/Collapse:
  • Click on branch nodes to expand or collapse subtopics
  • Focus on specific areas without visual clutter
Start from the center and work your way outward, exploring each domain one at a time.

Reading the Map

Structure:
AWS Cloud Practitioner (center)
├── Domain 1: Cloud Concepts
│   ├── Benefits of Cloud
│   ├── Cloud Architecture
│   └── Migration Strategies
├── Domain 2: Security and Compliance  
│   ├── Shared Responsibility Model
│   ├── IAM
│   └── Security Services
├── Domain 3: Cloud Technology
│   ├── Compute Services
│   ├── Storage Services
│   └── Database Services
└── Domain 4: Billing and Support
    ├── Pricing Models
    ├── Cost Management
    └── Support Plans
Color coding:
  • Each domain has a distinct color
  • Related concepts branch from the same color family
  • Visual hierarchy shows importance and relationships
The map doesn’t include every possible AWS service—it focuses on the services and concepts most relevant to the Cloud Practitioner exam.

How to Study with the Concept Map

For Beginners

If you’re new to AWS, use the Concept Map as a learning roadmap:
1

Start with Domain 1 (Cloud Concepts)

Understand fundamental cloud computing principles before diving into specific AWS services.
2

Review each branch thoroughly

Click each topic to expand and see subtopics. Research any unfamiliar terms.
3

Take the domain test

After studying a domain in the map, take the corresponding practice test to assess understanding.
4

Return to the map for weak areas

Use test results to identify which branches need more study.
Print or screenshot the map to use as a physical study guide alongside the interactive version.

For Intermediate Learners

If you have some AWS experience, use the map to: Identify knowledge gaps:
  1. Scan through all four domains
  2. Note topics you’re unfamiliar with
  3. Focus your study time on those specific areas
Build connections:
  1. Look for relationships between services
  2. Understand how different domains interconnect
  3. See the big picture of AWS ecosystem
Many exam questions test your ability to choose the right service for a scenario. The map helps you understand service relationships and use cases.

For Advanced Learners

If you’re preparing for final review: Quick reference:
  • Use the map as a checklist before the exam
  • Verify you can explain each concept shown
  • Test yourself: Can you describe each branch without expanding it?
Mental organization:
  • The visual structure helps with memory retention
  • During the exam, visualize the map to recall related concepts
  • Use the hierarchy to work from general to specific
Before taking a full practice exam, spend 5 minutes reviewing the entire map to refresh your mental model.

Domain Breakdown in the Map

Domain 1: Cloud Concepts (24%)

Main branches:
  • Benefits of Cloud Computing: Elasticity, scalability, cost savings, global reach
  • Cloud Architecture Design Principles: Designing for failure, decoupling, security by design
  • AWS Well-Architected Framework: 6 pillars (Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, Sustainability)
  • Cloud Deployment Models: Public cloud, private cloud, hybrid cloud
  • Migration Strategies: 6 R’s (Rehost, Replatform, Repurchase, Refactor, Retire, Retain)
This domain focuses on cloud fundamentals rather than AWS-specific services. Understanding these concepts helps you answer “why cloud?” questions.

Domain 2: Security and Compliance (30%)

Main branches:
  • Shared Responsibility Model: What AWS secures vs what customers secure
  • IAM: Users, groups, roles, policies, MFA
  • Security Services: GuardDuty, Inspector, Shield, WAF, Macie, Detective
  • Data Protection: Encryption at rest and in transit, KMS, CloudHSM
  • Compliance Programs: HIPAA, PCI-DSS, SOC, ISO, FedRAMP
  • Incident Response: CloudTrail, Config, Systems Manager
Security is the highest-weighted domain. Make sure you can explain the Shared Responsibility Model for different service types (IaaS, PaaS, SaaS).

Domain 3: Cloud Technology and Services (34%)

Main branches: Compute:
  • EC2 (virtual servers)
  • Lambda (serverless functions)
  • ECS/Fargate (containers)
  • Elastic Beanstalk (platform as a service)
Storage:
  • S3 (object storage)
  • EBS (block storage)
  • EFS (file storage)
  • Storage Gateway (hybrid)
  • Snow Family (data migration)
Database:
  • RDS (relational databases)
  • DynamoDB (NoSQL)
  • Redshift (data warehouse)
  • ElastiCache (caching)
Networking:
  • VPC (virtual networks)
  • CloudFront (CDN)
  • Route 53 (DNS)
  • Direct Connect (dedicated connection)
  • API Gateway
Other Services:
  • CloudFormation (infrastructure as code)
  • CloudWatch (monitoring)
  • SNS/SQS (messaging)
  • Auto Scaling
For each service in the map, know three things: what it does, when to use it, and how it differs from similar services.

Domain 4: Billing, Pricing, and Support (12%)

Main branches:
  • Pricing Models: On-Demand, Reserved Instances, Spot Instances, Savings Plans
  • Cost Management Tools: Cost Explorer, AWS Budgets, Cost and Usage Reports, Cost Allocation Tags
  • Billing Services: AWS Organizations, Consolidated Billing, Free Tier
  • Support Plans: Basic, Developer, Business, Enterprise (with TAM)
  • Technical Resources: Documentation, whitepapers, AWS Partner Network, Professional Services
Support plan features and response times are frequently tested. Memorize the key differences between Business and Enterprise support.

Study Strategies with the Map

Visual Learning Technique

The mind map format supports visual learning: Memory association:
  • Associate colors with domains (e.g., blue = security)
  • Remember position (top-right, bottom-left)
  • Use spatial memory to recall concepts during exam
Pattern recognition:
  • Notice how services group together
  • See which domains share concepts
  • Understand service categories
During the exam, if you forget a specific service name, visualize the concept map and navigate to that area mentally.

Creating Your Own Maps

Consider creating personal mini-maps for complex topics: Example: EC2 Pricing
EC2 Pricing
├── On-Demand (flexible, pay by hour/second)
├── Reserved (1-3 year commitment, up to 75% savings)
│   ├── Standard RI (fixed instance type)
│   └── Convertible RI (changeable instance type)
├── Spot (up to 90% savings, can be interrupted)
└── Dedicated Hosts (compliance, per-host pricing)
Example: S3 Storage Classes
S3 Storage Classes
├── Standard (frequent access, high availability)
├── Intelligent-Tiering (automatic tier movement)
├── Standard-IA (infrequent access, lower cost)
├── One Zone-IA (single AZ, lowest IA cost)
├── Glacier (archive, minutes to hours retrieval)
└── Glacier Deep Archive (long-term, 12 hour retrieval)
Draw these mini-maps by hand during study sessions. The act of creating them reinforces learning.

Using the Map with Practice Tests

Before taking a test:
  1. Review the relevant domain in the map
  2. Mentally quiz yourself on each branch
  3. Expand any areas you’re uncertain about
After taking a test:
  1. Return to the map
  2. Mark concepts you missed (mentally or on a screenshot)
  3. Study those specific branches in detail
  4. Retake the test after review
The map shows WHAT to study. Practice tests reveal WHERE you need to study. Use them together for maximum effectiveness.

Fullscreen Mode

For focused studying: On desktop:
  • The map supports fullscreen mode within the iframe
  • Click the fullscreen icon (if available) in the XMind viewer
  • Press Esc to exit fullscreen
On mobile:
  • Rotate your device to landscape for better viewing
  • Use pinch-to-zoom for detailed exploration
  • The map is responsive and adapts to screen size
For the best experience, view the map on a tablet or desktop screen. Small phone screens make it harder to see the full structure.

Concept Map Limitations

What the Map Doesn’t Cover

The Concept Map is a high-level overview, not an exhaustive reference: Not included:
  • Detailed service features and configurations
  • Step-by-step procedures
  • Specific pricing numbers (they change frequently)
  • Every single AWS service (200+ services exist)
Where to find these:
  • AWS official documentation
  • AWS whitepapers and FAQs
  • The practice test explanations
  • AWS training courses
Don’t rely on the map alone. It’s a study guide, not a complete learning resource. Combine it with other study materials.

Map Updates

AWS constantly releases new services and updates:
  • The exam focuses on foundational services (slower to change)
  • Core concepts remain stable across updates
  • New services may appear in future exam versions
The Cloud Practitioner exam is updated periodically. Check the AWS Certification website for the latest exam guide and blueprint.

Complementary Study Approaches

Use the Concept Map alongside: AWS Documentation:
  • Deep dive into services shown in the map
  • Read FAQs for commonly tested services
  • Review service comparison pages
Practice Tests:
  • Validate knowledge of map concepts
  • Discover edge cases not shown in map
  • Build exam-taking skills
Hands-On Labs:
  • Experience services shown in the map
  • Understand real-world use cases
  • Reinforce theoretical knowledge
AWS Whitepapers:
  • Well-Architected Framework (matches Domain 1)
  • Overview of AWS (comprehensive service list)
  • Security Best Practices (supports Domain 2)
Create a study routine: Review a domain in the map, read related documentation, take the practice test, then do hands-on labs if possible.

Testing Your Map Knowledge

Self-Assessment Questions

Without looking at the map, try to answer: Domain 1:
  • What are the 6 pillars of the Well-Architected Framework?
  • What are the 6 R’s of cloud migration?
Domain 2:
  • What are 5 AWS security services?
  • What is the difference between IAM users, groups, and roles?
Domain 3:
  • Name 3 compute services and when to use each
  • What are the differences between S3, EBS, and EFS?
Domain 4:
  • What are the 4 support plan tiers?
  • What are 3 cost management tools?
If you can answer these confidently, you’ve internalized the map structure.
Quiz yourself verbally while looking at the collapsed map. Try to recite the contents of each branch before expanding it to check.

Map-Based Study Schedule

Week 1: Map Exploration

Day 1-2: Domain 1
  • Expand all Cloud Concepts branches
  • Research unfamiliar terms
  • Take Domain 1 practice test
Day 3-4: Domain 2
  • Expand all Security branches
  • Focus on Shared Responsibility Model
  • Take Domain 2 practice test
Day 5-6: Domain 3
  • Expand all Technology branches
  • Create service comparison charts
  • Take Domain 3 practice test
Day 7: Domain 4
  • Expand all Billing branches
  • Memorize support plan differences
  • Take Domain 4 practice test

Week 2: Deep Dive

Focus on weak areas identified in Week 1 tests:
  1. Return to relevant map branches
  2. Study in detail using AWS docs
  3. Retake weak domain tests
  4. Take first full exam simulation

Week 3+: Integration

Understand how domains connect:
  1. Look for cross-domain concepts in the map
  2. Take multiple full practice exams
  3. Review entire map before each exam
  4. Build confidence and speed
This schedule assumes 1-2 hours of study per day. Adjust based on your availability and learning pace.

Advanced Map Techniques

Cross-Domain Connections

Many concepts appear in multiple domains: Example: IAM
  • Domain 2 (Security): IAM features and best practices
  • Domain 3 (Technology): IAM roles for EC2, Lambda
  • Domain 4 (Billing): IAM for cost allocation tags
Example: CloudWatch
  • Domain 3 (Technology): Monitoring and logging service
  • Domain 2 (Security): Security monitoring and alerting
  • Domain 4 (Billing): Cost anomaly detection
Understanding these connections helps you answer scenario-based questions.
As you study, draw your own connections between domains. This deepens understanding and aids memory.

Service Use Case Mapping

For each service in the map, create a mental use case: S3: “A company needs to store millions of images for a web application” → S3 Lambda: “Run code in response to events without managing servers” → Lambda RDS: “Managed relational database for an e-commerce site” → RDS CloudFront: “Deliver website content with low latency globally” → CloudFront
Exam questions often present scenarios and ask you to select the best service. Practice mapping scenarios to services using the concept map as reference.

Final Thoughts

The Concept Map is a powerful visual tool for:
  • Understanding exam structure and scope
  • Organizing your study plan
  • Identifying knowledge gaps
  • Building mental models of AWS concepts
  • Quick reference and review
Combine it with practice tests, hands-on experience, and official AWS documentation for comprehensive preparation.
Bookmark the Concept Map tab and review it regularly—even a 5-minute review session helps reinforce the overall structure and relationships.
Next Steps:
  1. Open the Concept Map tab now
  2. Explore each domain at a high level
  3. Identify which areas look unfamiliar
  4. Create your personalized study plan based on gaps
  5. Return to the map regularly throughout your preparation
Good luck with your AWS Cloud Practitioner certification journey!

Build docs developers (and LLMs) love