SKIP TO CONTENT
VAULT
73 NOTES
2024.10.15
/
SEARCH
⌘K
◑ THEME
☰
HOME
DEVOPS
PROGRAMMING LANGUAGES
DATABASES
SYSTEM DESIGN
DSA
AI ENGINEERING
BOOKS
FRONTEND
BACKEND
DEVOPS
· 8 NOTES · UPDATED 2026.08.29
AWS
NOTES
8
01
01 MIN · 2024.09.03
AWS Services
An index of my notes on the core AWS services.
02
01 MIN · 2024.09.03
IAM - Identity Access Management
IAM manages users, groups, roles, and the policies that control access to AWS resources. These notes cover the policy JSON structure, IAM roles, and IAM security tools.
03
02 MIN · 2024.09.03
EC2 - Elastic Compute Cloud
EC2 is AWS's Infrastructure as a Service offering for renting virtual machines. These notes cover the basics of an EC2 machine, instance types, launching an instance, and purchasing options.
04
01 MIN · 2024.09.03
Security Groups
Security groups are the fundamental network security layer in AWS, containing allow rules that control inbound and outbound traffic to resources like EC2 instances.
05
01 MIN · 2024.09.03
EBS - Elastic Block Store
EBS is a network drive that can be attached to EC2 instances to persist data even after the instance is terminated. These notes cover its basics and snapshots.
06
01 MIN · 2024.09.03
EFS - Elastic File System
EFS is a managed NFS file system that can be mounted to many EC2 instances and works across multiple availability zones.
07
04 MIN · 2024.10.12
Elastic Load Balancers
AWS Elastic Load Balancers distribute traffic across targets with built-in health checks and SSL termination. These notes cover the Application, Network, and Gateway load balancer types, plus Auto Scaling Groups.
08
02 MIN · 2024.09.03
RDS Instance vs Cluster vs Proxy: What Is the Difference?
Amazon RDS (Relational Database Service) offers multiple features and services that help manage relational databases. When working with RDS, three common terms you might come across are RDS instance, RDS cluster, and…