Tag view

#aws

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with aws

8 cards

DevOps Easy Theory

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

DevOps Medium Theory

Load balancer types in AWS

AWS offers load balancers for different layers, with ALB for HTTP/S, NLB for very high-performance TCP/UDP, and GWLB for network appliances.

  • ALB is app-layer aware
  • NLB is lower-level and fast
  • Choose based on protocol and routing needs

Load balancer types in AWS

DevOps Medium Theory

What is an AWS VPC?

A VPC is a logically isolated network in AWS where you define subnets, routing, and security boundaries.

  • Private cloud network
  • Subnets split public and private zones
  • Security groups and routes matter

What is an AWS VPC?

DevOps Easy Theory

What is AWS EC2?

EC2 is AWS virtual compute where you manage the instance OS, networking, and app runtime yourself.

  • Virtual machine in AWS
  • You manage patching and scaling
  • Common for lift-and-shift workloads

What is AWS EC2?

DevOps Easy Theory

What is AWS IAM?

IAM manages who can do what in AWS through users, roles, policies, and least-privilege permissions.

  • Authentication plus authorization
  • Roles are preferred for workloads
  • Least privilege is the design goal

What is AWS IAM?

DevOps Medium Theory

What is EKS?

EKS is Amazon's managed Kubernetes control plane service.

  • AWS manages control plane
  • You still manage nodes or Fargate choices
  • Useful when you want Kubernetes without self-hosting masters

What is EKS?