- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 98字
- 2021-07-02 19:41:35
Managing a Network ACL
An AWS Network Access Control List (NACL) works as a firewall at the VPC level for controlling incoming and outgoing requests from one or more subnets associated with that VPC. It is used in conjunction with the Security Group (SG) in controlling traffic to the AWS. When we create a VPC, a default NACL is created that is open to every IP and port. The subnet is associated with the default NACL created during its creation. We can create a custom NACL and associate it with a subnet, thus replacing the default NACL.
推薦閱讀
- Web程序設(shè)計(第二版)
- Linux命令行與shell腳本編程大全(第4版)
- 深入淺出Serverless:技術(shù)原理與應(yīng)用實踐
- JavaScript機(jī)器人編程指南
- 深入理解BootLoader
- 零基礎(chǔ)學(xué)C語言(第4版)
- Drupal 8 Development:Beginner's Guide(Second Edition)
- 零基礎(chǔ)學(xué)SQL(升級版)
- Developer,Advocate!
- C語言程序設(shè)計
- IBM DB2 9.7 Advanced Application Developer Cookbook
- JavaScript前端開發(fā)程序設(shè)計教程(微課版)
- Flutter for Beginners
- C++教程
- Learning ClojureScript