AWS - Security Groups and Network ACLsWhich of the following is the correct way to allow inbound HTTP traffic on port 80 using a Security Group rule in AWS?AAllow outbound TCP traffic on port 80 from 0.0.0.0/0BAllow inbound UDP traffic on port 80 from 0.0.0.0/0CAllow inbound TCP traffic on port 80 from 0.0.0.0/0DAllow inbound TCP traffic on port 22 from 0.0.0.0/0Check Answer
Step-by-Step SolutionSolution:Step 1: Identify correct protocol and port for HTTPHTTP uses TCP protocol on port 80, so the rule must allow inbound TCP traffic on port 80.Step 2: Confirm direction and sourceInbound traffic must be allowed from any IP (0.0.0.0/0) to accept public HTTP requests.Final Answer:Allow inbound TCP traffic on port 80 from 0.0.0.0/0 -> Option CQuick Check:HTTP = TCP port 80 inbound [OK]Quick Trick: HTTP uses TCP port 80 inbound, not UDP or outbound [OK]Common Mistakes:Allowing UDP instead of TCPSetting outbound instead of inboundUsing wrong port like 22 (SSH)
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 9hard AWS CLI - Why CLI matters for automation - Quiz 5medium Cloud Computing Fundamentals - Cloud service models (IaaS, PaaS, SaaS) - Quiz 12easy EC2 Fundamentals - Instance types and families - Quiz 5medium Identity and Access Management - IAM users and groups - Quiz 3easy Identity and Access Management - Policy evaluation logic - Quiz 10hard S3 Fundamentals - Bucket policies for access control - Quiz 8hard S3 Fundamentals - S3 storage classes (Standard, IA, Glacier) - Quiz 14medium VPC Fundamentals - VPC peering concept - Quiz 4medium VPC Fundamentals - Why VPC provides network isolation - Quiz 1easy