AWS Cloud Practitioner Study Session Thirteen
January 03, 2026
I am taking the AWS Cloud Practitioner Exam in approximately one day and want to ensure I am prepared. This series will serve as non-exhaustive note taking for the information that I am internalizing as I go.
ChatGPT Summary:
AWS Specialized Services & Well-Architected Framework
Exam-Focused Summary with Benefits, Use Cases, and Memory Aids
Four Types of Specialized Services
AWS offers services grouped into Development, Business, End-User Computing, and IoT.
| Category | Key Services | Purpose / Use Case |
|---|---|---|
| Development Services | AWS CodeBuild, CodePipeline, X-Ray, AppSync, Amplify | Supports full-stack application development: CI/CD, debugging, performance tracing, API management, rapid feature integration (auth, storage, hosting) |
| Business Application Services | AWS Connect, Amazon SES | Manage customer service, communications, and business operations at scale |
| End-User Computing Services | AppStream 2.0, WorkSpaces, WorkSpaces Secure Browser | Stream applications and desktops to users securely, remotely, or via browsers |
| IoT Services | AWS IoT Core | Securely connect physical devices to cloud apps, collect and exchange sensor data |
Notes:
- Full-stack applications = frontend + backend
- GraphQL = clients request only the data they need (reduces over-fetching)
- AWS Amplify & AppSync = accelerate app development and data integration
🧠 Memory Tip: D-B-E-I → Development, Business, End-user, IoT
AWS Well-Architected Framework
Designed to help design, evaluate, and improve cloud workloads based on six key pillars:
| Pillar | Key Focus |
|---|---|
| Operational Excellence | Monitoring, automation, operations, continuous improvement |
| Security | Protect systems/data; least privilege, integrity, encryption |
| Reliability | Recovery planning, fault tolerance, system adaptability |
| Performance Efficiency | Right-sizing resources, scaling, efficiency over time |
| Cost Optimization | Manage costs through smart provisioning and usage |
| Sustainability | Energy-efficient design and environmentally conscious resource use |
AWS Well-Architected Tool
- Assess workloads against 6 pillars
- Provides reviews, milestone tracking, custom lenses for tailored improvement plans
- Supports collaboration and continuous progress tracking via IAM and APIs
🧠 Memory Tip for Pillars:
O-S-R-P-C-S → Operational, Security, Reliability, Performance, Cost, Sustainability
“Oscar Saw Really Perfect Cloud Systems” – silly mnemonic to make it stick
💡 Exam Tip:
- Questions often ask matching services to categories (Development, Business, End-user, IoT)
- Pillars may be tested as best practice evaluation criteria
- Well-Architected Tool = hands-on guidance for improvements
Study materials:
- Free Code Camp Preparation
- AWS Certified Solutions Architect Practice Tests
- AWS Cloud Practitioner Essentials
- AWS Documentation
- What is Cloud Computing?
- Shared Responsibility Model
- Regions and Availability Zones
- Containers on AWS
- Amazon Elastic Container Registry
- Amazon Elastic Container Service
- Amazon Elastic Kubernetes Service
- AWS Fargate
- AWS Elastic Beanstalk
- AWS Batch
- What is Amazon Lightsail?
- What is AWS Outposts?
- Choosing a modern application strategy
- AWS Global Infrastructure
- AWS for the Edge
- AWS CloudFormation
- Amazon Virtual Private Cloud
- Subnet
- Internet gateway
- Virtual private gateway
- AWS Client VPN
- AWS Site-to-Site VPN
- AWS PrivateLink
- AWS Direct Connect
- Network Access Control List (network ACL)
- Security groups
- Domain Name System (DNS)
- Amazon Route 53
- Amazon CloudFront
- AWS Global Accelerator
- Amazon Transit Gateway
- NAT Gateway
- API Gateway
- Amazon EC2 Instance Store User Guide
- Amazon Elastic Block Store (Amazon EBS)
- Amazon Elastic Block Store (Amazon EBS) FAQ
- Amazon EBS Snapshots User Guide
- Amazon Data Lifecycle Manager User Guide
- Amazon Simple Storage Service (Amazon S3)
- Amazon Simple Storage Service (Amazon S3) FAQ
- Amazon S3 Storage Classes
- Amazon S3 Versioning User Guide
- Amazon S3 Buckets User Guide
- Amazon Elastic File System (Amazon EFS)
- Amazon Elastic File System (Amazon EFS) FAQ
- Amazon FSx
- Amazon FSx for Windows File Server
- Amazon FSx for NetApp ONTAP
- Amazon FSx for OpenZFS
- Amazon FSx for Lustre
- AWS Storage Gateway
- Amazon S3 File Gateway
- Tape Gateway
- Volume Gateway
- Amazon Relational Database Service (Amazon RDS)
- Amazon RDS Security
- Amazon Aurora
- AWS Database Migration Service (AWS DMS)
- Amazon DynamoDB
- Amazon ElastiCache
- Amazon DocumentDB
- Amazon Backup
- Amazon Neptune
- What Is a Relational Database?
- What Is a NoSQL Database?
- What Is an In-Memory Caching Service?
- AWS Shared Responsibility Model
- Amazon Comprehend
- Amazon Polly
- Amazon Transcribe
- Amazon Translate
- Amazon Kendra
- Amazon Rekognition
- Amazon Textract
- Amazon Lex
- Amazon Personalize
- Amazon SageMaker AI
- Amazon SageMaker JumpStart
- Amazon Bedrock
- Amazon Q Business
- Amazon Q Developer
- Amazon Kinesis Data Streams
- Amazon Data Firehose
- Amazon S3
- Amazon Redshift
- AWS Glue Data Catalog
- AWS Glue
- Amazon EMR
- Amazon Athena
- Amazon QuickSight
- Amazon OpenSearch Service
- AWS Identity and Access Management (IAM)
- AWS IAM Identity Center
- AWS Secrets Manager
- AWS Systems Manager
- AWS Shield
- AWS WAF
- AWS Key Management Service (AWS KMS)
- Amazon Macie
- AWS Certificate Manager (ACM)
- Amazon Inspector
- Amazon GuardDuty
- Amazon Detective
- AWS Security Hub
- Amazon CloudWatch
- AWS CloudTrail
- AWS Artifact
- AWS Config
- AWS Audit Manager
- AWS Organizations
- AWS Control Tower
- AWS Service Catalog
- AWS License Manager
- AWS Trusted Advisor
- AWS Health
- AWS Identity and Access Management Access Analyzer
- Amazon S3 Pricing
- Amazon EC2 On-Demand Pricing
- What is AWS Organizations?
- AWS Billing Console
- AWS Budgets
- AWS Cost Explorer
- AWS Pricing Calculator Documentation
- AWS re:Post
- AWS Trust and Safety Center
- AWS Professional Services
- Welcome to AWS Documentation
- AWS Marketplace
- Engage with AWS Partners
- Funding Benefits for AWS Partners
- AWS Partner Events
- AWS Partner Training and Certification
- Three Phases of Migration
- AWS Cloud Adoption Framework
- Seven Migration Strategies (7 Rs)
- Migration Evaluator
- AWS Application Discovery Service
- AWS Application Migration Service
- AWS Migration Hub
- AWS Database Migration Service (AWS DMS)
- AWS Schema Conversion Tool (AWS SCT)
- AWS DataSync
- AWS Transfer Family
- AWS Direct Connect
- AWS Snow Family
- AWS CodeBuild
- AWS CodePipeline
- AWS X-Ray
- AWS AppSync
- AWS Amplify
- Amazon Connect
- Amazon SES
- Amazon AppStream 2.0
- Amazon WorkSpaces
- Amazon WorkSpaces Secure Browser
- AWS IoT Core
- AWS Well-Architected
- AWS Well-Architected Framework
- What is AWS Well-Architected Tool?
- AWS Architecture Center
- AWS Architecture Blog
- ChatGPT
Raw Input Notes:
Four Types of Specialized Services
- Development Services: Help developers with Ci/CD, debugging, APIs, web / mobile.
- AWS CodeBuild: Compile code, run tests, produce packages
- AWS CodePipeline: Build, test, deploy
- AWS X-Ray: Tracing, debugging, performance
- AWS AppSync: Securely access, manipulate, combine data from different sources
- AWS Amplify: Quickly add features, like authentication, APIs, storage, hosting
Full-stack applications are software systems that involve front-end (user interface) and backend (server side) development.
With GraphQL clients request only for the specific data they need
Business Application Services: Managing business application needs such as customer service ops and email promotion.
- AWS Connect: Routing, recording, other analytics
- Amazon Simple Email Service: Scalable and cost-effective email service provider
End-user Computing Services: Network of connected physical devices embedded with sensors and software.
- Amazon AppStream 2.0: Fully managed service that streams applications from the cloud directly to any compatible device. (Delivers desktop apps through web browsers.)
- Amazon WorkSpaces: Fully managed cloud-based desktop computing service.
- Amazon WOrkSpaces Secure Browser: Fully managed remote enterprise browser.
IoT Services: Network of connected physical devices embedded with sensors and software that collect and exchange data over internet.
- AWS IoT Core: Managed cloud service used to securely connect physical devices with cloud applications
Key Takeaways: Well-Architected Framework Pillars:
- Operational Excellence: Operations, monitoring, automation, continuous improvement
- Security: Protects systems and data through best practices like least privilege and data integrity
- Reliability: Emphasizes recovery planning and system adaptability to meet changing demand
- Performance Efficiency: Encourages using right resources for the job and adjusting needs evolve
- Cost Optimization: Helps control and reduce costs through smart provisioning and resource management
- Sustainability: Promotes energy-efficient design and environmentally conscious resource usage
AWS Well Architected Tool:
- Helps assess and imrpove cloud workloads based on six key pillars: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, Sustainability
- Offers workload reviews, milestone tracking, custom lenses for tailored evals and improvement plans
- Integrated with AWS IAM, APIs to suport team collab and continuous progress tracking