AWS - Security Groups and Network ACLsWhich of the following is the correct way to allow incoming HTTP traffic on port 80 in a security group ingress rule?AProtocol: UDP, Port Range: 80, Source: 0.0.0.0/0BProtocol: ICMP, Port Range: 80, Source: 0.0.0.0/0CProtocol: TCP, Port Range: 22, Source: 0.0.0.0/0DProtocol: TCP, Port Range: 80, Source: 0.0.0.0/0Check Answer
Step-by-Step SolutionSolution:Step 1: Identify the correct protocol and port for HTTPHTTP uses TCP protocol on port 80.Step 2: Confirm the source IP range for open access0.0.0.0/0 means allow from any IP address.Final Answer:Protocol: TCP, Port Range: 80, Source: 0.0.0.0/0 -> Option DQuick Check:HTTP = TCP port 80 [OK]Quick Trick: HTTP always uses TCP port 80 for ingress [OK]Common Mistakes:Using UDP instead of TCP for HTTPUsing wrong port like 22 for HTTPConfusing ICMP with TCP/UDP protocols
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