
This course is practical-first. Expect short, focused explanations followed by guided hands-on labs so you can apply concepts immediately. No prior AWS experience required.
- Concise, plain-language explanations of core AWS concepts and services.
- Guided hands-on labs that reinforce each concept with real AWS console tasks.
- A structured progression from basic ideas (what the cloud is) to practical tasks (using the AWS Management Console), so each lesson builds on the previous one.
- Understand the main AWS service categories: compute, storage, networking, databases, and serverless.
- Be able to navigate the AWS Management Console and complete simple hands-on exercises.
- Know clear next steps to continue your AWS learning path, including resources and suggested labs.
- Learning core AWS building blocks helps you reason about architecture, costs, and appropriate services for different use cases.
- Hands-on practice builds confidence and muscle memory for common cloud tasks like launching compute, storing objects, and configuring basic networking.
| Service Category | Purpose | Common Examples |
|---|---|---|
| Compute | Run applications and code | EC2 (VMs), Elastic Beanstalk, AWS Lambda (serverless) |
| Storage | Store files and objects | S3 (object storage), EBS (block storage), EFS (file storage) |
| Networking | Connect and secure resources | VPC, Route 53 (DNS), Elastic Load Balancing |
| Databases | Managed data storage and query | RDS (relational), DynamoDB (NoSQL), Aurora |
| Serverless & Integration | Event-driven compute and orchestration | Lambda, API Gateway, SNS, SQS |
- Short concept explanation (what the service is and when to use it).
- Demonstration using the AWS Management Console or a guided example.
- A hands-on lab you can follow to practice in your own AWS account or a provided sandbox.
- If you already have an AWS account, sign in at the AWS Management Console: https://console.aws.amazon.com/
- If you do not have an account, follow the official signup: https://aws.amazon.com/free/
- For security, follow basic IAM best practices: create an individual user, enable MFA, and avoid using the root account for daily tasks. See AWS IAM best practices: https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html
- Complete the accompanying hands-on labs in order to reinforce each concept.
- Explore the AWS free tier to practice without incurring charges: https://aws.amazon.com/free/
- Read the AWS Well-Architected Framework basics to learn about design principles: https://aws.amazon.com/architecture/well-architected/
- AWS Documentation: https://docs.aws.amazon.com/
- AWS Management Console: https://console.aws.amazon.com/
- AWS Free Tier: https://aws.amazon.com/free/
- IAM best practices: https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html