Core Service Categories Overview
Survey the major AWS service families—compute, storage, database, networking, and security—at a high level.
Core Service Categories Overview is a free AWS Solutions Architect lesson on CoddyKit — lesson 3 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the AWS Solutions Architect learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
AWS Service Universe Overview
AWS has 200+ services, but the exam centers on a core few, grouped by category: compute, storage, database, networking, and security. Categories help you find answers fast.
Compute Services
Compute is the processing power for your apps. EC2 gives you full virtual machines, Lambda runs code without servers, and ECS and EKS run containers.
Storage Services
AWS storage comes in three flavors: object (S3) for files at huge scale, block (EBS) for disks on EC2, and file (EFS) for shared file systems.
Database Services
AWS offers a purpose-built database for every need: RDS and Aurora for SQL, DynamoDB for key-value at scale, ElastiCache for caching, and Redshift for analytics.
Networking and Content Delivery
Networking controls how traffic flows. VPC builds private networks, ELB spreads load, Route 53 handles DNS, and CloudFront caches content at the edge.
Security Services
Security services guard your data: IAM controls access, KMS manages encryption keys, WAF filters web attacks, and GuardDuty spots threats automatically.
Management and Monitoring
Management services keep things healthy: CloudWatch tracks metrics and logs, CloudTrail records every API call, and Config checks resources against your rules.
Application Integration Services
Integration services loosen the ties between app parts: SQS queues messages, SNS broadcasts notifications, and EventBridge routes events to wherever they need to go.
Analytics Services
Analytics services turn data into insight: Kinesis streams it live, Glue transforms it, Athena queries S3 directly with SQL, and QuickSight builds dashboards.
Migration and Transfer Services
Migration services move workloads into AWS: MGN replicates servers, DMS migrates databases with little downtime, and Snowball ships data on physical appliances.
Developer and DevOps Tools
AWS has a full DevOps toolchain — CodeCommit, CodeBuild, CodeDeploy, and CodePipeline for CI/CD, plus CloudFormation for infrastructure as code. The code shows a stack query.
# Example: describe a CloudFormation stack
aws cloudformation describe-stacks \
--stack-name my-app-stack \
--query 'Stacks[0].StackStatus'Quick Check
Test your understanding of AWS Solutions Architect (SAA-C03) concepts from this lesson.
Lesson Recap
You learned AWS groups services into categories like compute and storage, each with purpose-built options that help you narrow exam answers. Next: shared responsibility.
Frequently asked questions
Is the “Core Service Categories Overview” lesson free?
Yes — the full text of “Core Service Categories Overview” is free to read here on the web, and the AWS Solutions Architect course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the AWS Solutions Architect course, upgrade to CoddyKit PRO.
What will I learn in “Core Service Categories Overview”?
Survey the major AWS service families—compute, storage, database, networking, and security—at a high level. You practise AWS Solutions Architect with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start AWS Solutions Architect?
No prior experience is required. AWS Solutions Architect on CoddyKit is structured for beginners through advanced learners; this is — lesson 3 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Core Service Categories Overview” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this AWS Solutions Architect lesson?
Yes. Every AWS Solutions Architect lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- What Is Cloud Computing and AWS?
- AWS Global Infrastructure
- Core Service Categories Overview
- Shared Responsibility Model