AWS - Security Groups and Network ACLsIf a security group has no outbound rules, what is the default behavior for outbound traffic?AAll outbound traffic is denied by defaultBOutbound traffic is allowed only on port 80CAll outbound traffic is allowed by defaultDOutbound traffic is allowed only to the same security groupCheck Answer
Step-by-Step SolutionSolution:Step 1: Recall security group rule evaluationSecurity groups deny all traffic by default unless explicitly allowed by a rule.Step 2: Understand effect of no outbound rulesIf no outbound rules exist, outbound traffic is allowed by default.Final Answer:All outbound traffic is allowed by default -> Option CQuick Check:No outbound rules means allow outbound = B [OK]Quick Trick: No outbound rules means allow outbound traffic [OK]Common Mistakes:Assuming outbound allowed without rulesConfusing inbound and outbound defaults
Master "Security Groups and Network ACLs" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS CLI - Why CLI matters for automation - Quiz 6medium Cloud Computing Fundamentals - Edge locations and CloudFront overview - Quiz 8hard EC2 Fundamentals - Connecting to EC2 instances - Quiz 14medium EC2 Fundamentals - Instance metadata and user data - Quiz 10hard Identity and Access Management - IAM policies (JSON structure) - Quiz 13medium S3 Fundamentals - Buckets and objects concept - Quiz 11easy Security Groups and Network ACLs - Why security groups matter - Quiz 6medium VPC Fundamentals - Route tables configuration - Quiz 6medium VPC Fundamentals - Public vs private subnets - Quiz 13medium VPC Fundamentals - Internet Gateway for public access - Quiz 8hard