How do network ACLs differ from security groups at Cloud Practitioner depth?
Select an answer to reveal the explanation.
Short Explanation
Picture two checkpoints: the security group sits next to the instance and remembers conversations (stateful). The network ACL sits at the subnet gate and checks each direction separately (stateless). Different layer, different memory.
Full Explanation
Network ACLs (NACLs) operate at the subnet level and are stateless, so allow/deny rules must consider both inbound and outbound traffic separately. Security groups are stateful and associate with instances/ENIs. Both can contribute to defense in depth; CLF focuses on correctly identifying level and statefulness.