Q

What are the differences between security groups and network ACLs?

2026-06-19Ask Question
  • 0Following
  • 0Collection,479Browse

Problem Description:

What are the differences between security groups and network ACLs?

Network and Network Description:


A security group is a stateful, instance-level fine-grained firewall designed to control inbound and outbound traffic of individual cloud servers; a network ACL is a stateless, subnet-level border access control list used for overall isolation and protection of subnets. The two can be used together: the network ACL first implements coarse-grained control over the subnet, and then the security group performs fine-grained control on instances (for example, if an ACL permits access but the security group denies it, the access will be blocked).

Edit Answer

You are editing the answer

If you want to comment on the question or other answers, please use the comment function.

Dear user, please log in to perform this operation!

Confirm