Category : Networking

https://www.udemy.com/aws-certified-solutions-architect-associate/learn/v4/t/lecture/2801642?start=0 http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Security.html Security Group Network ACL Operates at the instance level (first layer of defense) Operates at the subnet level (second layer of defense) Supports allow rules only Supports allow rules and deny rules Is stateful: Return traffic is automatically allowed, regardless of any rules Is stateless: Return traffic must be explicitly allowed by rules ..

Read more