Which of the following are features of network ACLs as they are used in the AWS Cloud?
(Choose two.)
They are stateless.
They are stateful.
They evaluate all rules before allowing traffic.
They process rules in order, starting with the lowest numbered rule, when deciding whether to allow traffic.
They operate at the instance level.
Explanations:
Network ACLs are stateless, meaning they do not keep track of the state of connections.
Network ACLs are not stateful; they do not track established connections.
Network ACLs evaluate rules in order but do not evaluate all rules before allowing traffic.
Network ACLs process rules in order, starting with the lowest numbered rule, to decide on traffic.
Network ACLs operate at the subnet level, not the instance level.