AWS S3 basics
S3 is durable object storage used for files, backups, logs, static assets, and data lake style workloads.
- Object storage not block storage
- Highly durable
- Great for static files and archives
AWS S3 basics
Tagged with aws
S3 is durable object storage used for files, backups, logs, static assets, and data lake style workloads.
AWS S3 basics
AWS offers load balancers for different layers, with ALB for HTTP/S, NLB for very high-performance TCP/UDP, and GWLB for network appliances.
Load balancer types in AWS
Security groups are stateful instance-level firewalls, while NACLs are stateless subnet-level filters.
Security group vs NACL in AWS
A VPC is a logically isolated network in AWS where you define subnets, routing, and security boundaries.
What is an AWS VPC?
Auto scaling adjusts capacity based on demand or policy so performance and cost stay balanced.
What is auto scaling?
EC2 is AWS virtual compute where you manage the instance OS, networking, and app runtime yourself.
What is AWS EC2?
IAM manages who can do what in AWS through users, roles, policies, and least-privilege permissions.
What is AWS IAM?
EKS is Amazon's managed Kubernetes control plane service.
What is EKS?