LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

Get started today

Ultimate access to all questions.


For a VPC requiring stateless network traffic filtering, which AWS feature should be utilized?

Exam-Like



Explanation:

The correct answer is C, Network Access Control List (NACL). NACLs provide stateless network filtering for inbound and outbound traffic at the subnet level within a VPC. Unlike security groups, which are stateful and operate at the instance level, NACLs are stateless and do not track the state of traffic. This means that responses to allowed inbound traffic are subject to the rules for outbound traffic, and vice versa. AWS PrivateLink (A) is used for private connectivity between services, security groups (B) are stateful and provide instance-level security, and AWS WAF (D) is a web application firewall that operates at the application level, not VPC subnet level.

Powered ByGPT-5