AWS
beginner
~16 hours

Basic AWS

AWS fundamentals: IAM, EC2, S3, VPC, and managed databases for cloud-native apps.

Chapter 1: AWS Fundamentals

AWS Account Setup

Enable MFA on root; use IAM users or SSO for daily access.

Note: Expand this section with your own examples and production notes.

Regions & Availability Zones

Deploy across AZs for high availability; pick regions near users and for compliance.

Note: Expand this section with your own examples and production notes.

IAM Basics

Policies grant least privilege; roles are preferred for workloads.

Note: Expand this section with your own examples and production notes.

Chapter 2: Core Compute Services

EC2 Instances

Choose instance families by CPU, memory, and network needs.

Note: Expand this section with your own examples and production notes.

AMIs

Golden AMIs or container images standardize deployments.

Note: Expand this section with your own examples and production notes.

Security Groups

Stateful firewalls at the instance or ENI level—default deny inbound.

Note: Expand this section with your own examples and production notes.

Chapter 3: Storage & Networking

S3 Buckets

Object storage for static assets, backups, and data lakes.

Note: Expand this section with your own examples and production notes.

VPC & Subnets

Public subnets for load balancers; private subnets for apps and data.

Note: Expand this section with your own examples and production notes.

Route 53

DNS routing policies: simple, weighted, latency, and failover.

Note: Expand this section with your own examples and production notes.

Chapter 4: Databases & Management

RDS

Managed relational databases with automated backups.

Note: Expand this section with your own examples and production notes.

DynamoDB

Serverless NoSQL with single-digit millisecond latency at scale.

Note: Expand this section with your own examples and production notes.

CloudFormation

Infrastructure as code for repeatable AWS environments.

Note: Expand this section with your own examples and production notes.