An administrator needs to configure a network access control list (network ACL) to allow inbound traffic on a specific port to a subnet. Which of the following actions is also required to allow response traffic back to the client?
- Add a corresponding outbound rule in the network ACL to allow the return traffic.Answer
- BDo nothing, because the network ACL is stateful and will automatically allow the response traffic.
- CSubmit a request to AWS Support to configure the return route under the AWS Shared Responsibility Model.
- DEnable Amazon GuardDuty to monitor the port and dynamically permit the response traffic.
Answer
Add a corresponding outbound rule in the network ACL to allow the return traffic.
Network ACLs operate at the subnet level and are stateless. This means they do not keep track of session states. If you define a rule to allow inbound traffic, you must also define a corresponding rule to allow the outbound response traffic back to the client.
Step-by-Step Solution
Key Concept
Network ACLs are stateless security controls that evaluate inbound and outbound traffic independently, requiring manual rule configuration in both directions.