AWS - Security Groups and Network ACLsWhich of the following is the correct way to allow inbound HTTP traffic on port 80 using a NACL rule?AAllow inbound traffic on port 80 with rule number 100, protocol TCP, action ALLOWBAllow inbound traffic on port 22 with rule number 100, protocol TCP, action ALLOWCAllow outbound traffic on port 80 with rule number 100, protocol TCP, action DENYDAllow inbound traffic on port 443 with rule number 100, protocol UDP, action ALLOWCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify the correct port and protocol for HTTPHTTP uses TCP protocol on port 80.Step 2: Confirm the rule direction and actionTo allow inbound HTTP traffic, the rule must be inbound with action ALLOW.Final Answer:Allow inbound traffic on port 80 with rule number 100, protocol TCP, action ALLOW -> Option AQuick Check:Inbound TCP port 80 ALLOW = D [OK]Quick Trick: HTTP uses TCP port 80 inbound ALLOW rule [OK]Common Mistakes:MISTAKESUsing wrong port number or protocolSetting rule direction incorrectlyUsing DENY action instead of ALLOW
Master "Security Groups and Network ACLs" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS CLI - Basic CLI commands (s3, ec2) - Quiz 13medium Cloud Computing Fundamentals - Edge locations and CloudFront overview - Quiz 11easy EC2 Fundamentals - Connecting to EC2 instances - Quiz 12easy EC2 Fundamentals - Connecting to EC2 instances - Quiz 6medium Identity and Access Management - Assuming roles for temporary access - Quiz 6medium Identity and Access Management - Why IAM is foundational - Quiz 4medium Identity and Access Management - IAM best practices - Quiz 5medium Identity and Access Management - Assuming roles for temporary access - Quiz 12easy Identity and Access Management - IAM best practices - Quiz 7medium Security Groups and Network ACLs - Network ACLs overview - Quiz 3easy