Process Flow - Stateless behavior of NACLs
Packet arrives at subnet
Check inbound NACL rules
Drop packet
Instance processes packet
Response packet sent
Check outbound NACL rules
Drop packet
A packet entering a subnet is checked against inbound NACL rules; if allowed, it reaches the instance. The response packet is then checked against outbound NACL rules before leaving, showing stateless checks on both directions.