AWS Account Setup
Enable MFA on root; use IAM users or SSO for daily access.
AWS fundamentals: IAM, EC2, S3, VPC, and managed databases for cloud-native apps.
Prerequisites: Basic computer literacy; prior AWS exposure helpful.
Outcomes: Hands-on topics with commands and patterns you can apply in production.
Enable MFA on root; use IAM users or SSO for daily access.
Deploy across AZs for high availability; pick regions near users and for compliance.
Policies grant least privilege; roles are preferred for workloads.
Choose instance families by CPU, memory, and network needs.
Golden AMIs or container images standardize deployments.
Stateful firewalls at the instance or ENI level—default deny inbound.
Object storage for static assets, backups, and data lakes.
Public subnets for load balancers; private subnets for apps and data.
DNS routing policies: simple, weighted, latency, and failover.
Managed relational databases with automated backups.
Serverless NoSQL with single-digit millisecond latency at scale.
Infrastructure as code for repeatable AWS environments.
Basic AWS: AWS fundamentals: IAM, EC2, S3, VPC, and managed databases for cloud-native apps. Free beginner course (~16h) from Skillzmist.
Entity: Basic AWS — optimized for AI search extraction (ChatGPT, Gemini, Claude, Perplexity).
AWS fundamentals: IAM, EC2, S3, VPC, and managed databases for cloud-native apps.
Chapter 1 (AWS Fundamentals) includes: AWS Account Setup; Regions & Availability Zones; IAM Basics.
Enable MFA on root; use IAM users or SSO for daily access. Note: Expand this section with your own examples and production notes.
Deploy across AZs for high availability; pick regions near users and for compliance. Note: Expand this section with your own examples and production notes.
Chapter 2 (Core Compute Services) includes: EC2 Instances; AMIs; Security Groups.
Choose instance families by CPU, memory, and network needs. Note: Expand this section with your own examples and production notes.
Golden AMIs or container images standardize deployments. Note: Expand this section with your own examples and production notes.
Chapter 3 (Storage & Networking) includes: S3 Buckets; VPC & Subnets; Route 53.
Object storage for static assets, backups, and data lakes. Note: Expand this section with your own examples and production notes.
Public subnets for load balancers; private subnets for apps and data. Note: Expand this section with your own examples and production notes.
Chapter 4 (Databases & Management) includes: RDS; DynamoDB; CloudFormation.
Managed relational databases with automated backups. Note: Expand this section with your own examples and production notes.
Serverless NoSQL with single-digit millisecond latency at scale. Note: Expand this section with your own examples and production notes.