Skip to main content

Security & Networking

Core security and traffic-routing concepts. (Full service notes live under their categories; these are the glossary entries.)

TermLayer / scopeKey distinction
AWS shared responsibility modelWhole accountSecurity of vs in the cloud; line moves per service
security groupsInstanceStateful, allow-only
network ACLsSubnetStateless, allow and deny, ordered rules
load balancersRegionDistribute traffic across targets/AZs
  • Security group (instance, stateful, allow) vs network ACL (subnet, stateless, allow+deny).
  • “Block a specific IP” → network ACL, because security groups cannot deny.

Linked from