AWS - Security Groups and Network ACLsWhy does AWS security group outbound rule allowing all traffic to 0.0.0.0/0 not guarantee successful communication?ABecause outbound rules only apply to UDP trafficBBecause inbound rules on the destination instance may block return trafficCBecause security groups do not control traffic between instancesDBecause 0.0.0.0/0 is an invalid CIDR blockCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand outbound rule scopeOutbound rule allowing all traffic to 0.0.0.0/0 permits sending traffic anywhere.Step 2: Consider inbound rules on destinationIf the destination instance's inbound rules block the traffic, communication fails.Final Answer:Because inbound rules on the destination instance may block return traffic -> Option BQuick Check:Inbound rules on destination affect communication success [OK]Quick Trick: Inbound rules on destination affect communication success [OK]Common Mistakes:Thinking outbound rules alone guarantee successMisunderstanding CIDR notation
Master "Security Groups and Network ACLs" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS CLI - CLI scripting basics - Quiz 3easy Cloud Computing Fundamentals - Why cloud over on-premises - Quiz 4medium EC2 Fundamentals - EC2 pricing models (on-demand, reserved, spot) - Quiz 9hard EC2 Fundamentals - Instance metadata and user data - Quiz 10hard EC2 Fundamentals - Instance states (running, stopped, terminated) - Quiz 5medium EC2 Fundamentals - Amazon Machine Images (AMIs) - Quiz 10hard Identity and Access Management - Assuming roles for temporary access - Quiz 11easy Identity and Access Management - IAM policies (JSON structure) - Quiz 4medium S3 Fundamentals - Buckets and objects concept - Quiz 13medium S3 Fundamentals - S3 storage classes (Standard, IA, Glacier) - Quiz 9hard