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.
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.