AWS - Security Groups and Network ACLsWhy must Network ACLs have both inbound and outbound rules configured to allow traffic?ABecause outbound rules override inbound rules.BBecause Network ACLs are stateless and require explicit rules for both directions.CBecause Network ACLs automatically allow return traffic.DBecause inbound rules apply only to private IPs.Check Answer
Step-by-Step SolutionSolution:Step 1: Understand stateless nature of Network ACLsNetwork ACLs do not track connection state, so return traffic must be explicitly allowed.Step 2: Explain need for both inbound and outbound rulesBoth directions need rules to allow traffic and its response.Final Answer:Because Network ACLs are stateless and require explicit rules for both directions. -> Option BQuick Check:Stateless means explicit inbound and outbound rules needed [OK]Quick Trick: Stateless ACLs need rules for both inbound and outbound [OK]Common Mistakes:Assuming return traffic is automaticThinking outbound rules override inboundBelieving inbound rules only affect private IPs
Master "Security Groups and Network ACLs" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - Billing dashboard overview - Quiz 4medium AWS CLI - Configuring credentials - Quiz 14medium Cloud Computing Fundamentals - Why cloud over on-premises - Quiz 3easy EC2 Fundamentals - Key pairs for SSH access - Quiz 10hard EC2 Fundamentals - Amazon Machine Images (AMIs) - Quiz 3easy EC2 Fundamentals - Elastic IP addresses - Quiz 2easy Identity and Access Management - IAM users and groups - Quiz 13medium Identity and Access Management - Assuming roles for temporary access - Quiz 6medium S3 Fundamentals - Buckets and objects concept - Quiz 5medium Security Groups and Network ACLs - Inbound and outbound rules - Quiz 15hard