AWS - Security Groups and Network ACLsWhich inbound rule configuration correctly allows HTTPS traffic on port 443 from any IPv4 address in an AWS security group?AProtocol: TCP, Port Range: 80, Source: 0.0.0.0/0BProtocol: UDP, Port Range: 443, Source: 0.0.0.0/0CProtocol: TCP, Port Range: 443, Source: 0.0.0.0/0DProtocol: TCP, Port Range: 443, Source: ::/0Check Answer
Step-by-Step SolutionSolution:Step 1: Identify the correct protocolHTTPS uses TCP protocol, so the protocol must be TCP.Step 2: Identify the correct portHTTPS traffic uses port 443, so the port range must be 443.Step 3: Identify the correct sourceTo allow traffic from any IPv4 address, the source must be 0.0.0.0/0.Final Answer:Protocol: TCP, Port Range: 443, Source: 0.0.0.0/0 -> Option CQuick Check:Protocol TCP + Port 443 + Source 0.0.0.0/0 [OK]Quick Trick: HTTPS uses TCP port 443 from 0.0.0.0/0 [OK]Common Mistakes:MISTAKESUsing UDP instead of TCP for HTTPSSetting port 80 instead of 443Using IPv6 (::/0) when IPv4 is required
Master "Security Groups and Network ACLs" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - Resource tagging for cost tracking - Quiz 8hard AWS Account and Billing - Free tier usage monitoring - Quiz 3easy AWS Account and Billing - Setting up billing alerts - Quiz 11easy Cloud Computing Fundamentals - Why cloud over on-premises - Quiz 10hard EC2 Fundamentals - Instance states (running, stopped, terminated) - Quiz 12easy EC2 Fundamentals - EC2 pricing models (on-demand, reserved, spot) - Quiz 14medium Identity and Access Management - IAM best practices - Quiz 13medium VPC Fundamentals - Default VPC overview - Quiz 4medium VPC Fundamentals - Route tables configuration - Quiz 4medium VPC Fundamentals - Internet Gateway for public access - Quiz 5medium