AWS - Security Groups and Network ACLsHow should you configure a security group rule to permit inbound HTTP traffic on port 80?AProtocol: TCP, Port: 80, Source: 0.0.0.0/0BProtocol: UDP, Port: 80, Source: 0.0.0.0/0CProtocol: TCP, Port: 443, Source: 0.0.0.0/0DProtocol: ICMP, Port: 80, Source: 0.0.0.0/0Check Answer
Step-by-Step SolutionSolution:Step 1: Identify HTTP Protocol and PortHTTP uses TCP protocol on port 80.Step 2: Set Source to Allow AllTo allow traffic from anywhere, source should be 0.0.0.0/0.Final Answer:Protocol: TCP, Port: 80, Source: 0.0.0.0/0 -> Option AQuick Check:HTTP uses TCP port 80, not UDP or ICMP [OK]Quick Trick: HTTP requires TCP port 80 inbound from 0.0.0.0/0 [OK]Common Mistakes:Using UDP instead of TCPSetting port to 443 (HTTPS)Using ICMP protocol incorrectly
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