NACL (Network Access Control List)

aws/security aws/networking

💡 Definition

A Network Access Control List (NACL) is an optional layer of security for your VPC that acts as a stateless firewall to control traffic in and out of one or more subnets.

🔑 Key Concepts

⚙️ How it Works

You associate a NACL with a Subnet. All instances within that subnet are then subject to the rules defined in the NACL.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * VPC * Security Group * Subnet