Cloud / Amazon Web Service (AWS) Interview questions
Difference between Security Groups and ACLs (Access Control List) in a VPC.
Security groups are tied to an instance whereas Network ACLs are tied to the subnet.
A Security Group defines which traffic is allowed TO/FROM EC2 instance. Whereas ACL, controls at the SUBNET level, scrutinize the traffic TO/FROM a Subnet.
More Related questions...