Skip to main content

AWS

Reference documentation for AWS services used in production infrastructure — focusing on EKS, networking, and storage.

What's covered

SectionTopics
Cluster Setupeksctl, Terraform, initial config
Node GroupsManaged nodes, Spot, ARM64
IAM RolesIRSA, OIDC, least-privilege patterns
VPCSubnets, NAT gateway, VPC design
Load BalancersALB, NLB, AWS Load Balancer Controller
S3Buckets, policies, lifecycle rules
EBSCSI driver, volume types, snapshots

Quick reference

# Configure kubectl for an EKS cluster
aws eks update-kubeconfig --region ap-southeast-1 --name my-cluster

# Verify
kubectl get nodes

# List all EKS clusters
aws eks list-clusters --region ap-southeast-1