AWS - Security Groups and Network ACLsWhich protocol must be allowed in a security group to enable SSH access?AUDPBTCPCICMPDHTTPCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify SSH protocolSSH uses TCP protocol for communication.Step 2: Match protocol to security group ruleAllowing TCP on port 22 enables SSH access.Final Answer:TCP -> Option BQuick Check:SSH uses TCP = C [OK]Quick Trick: SSH always uses TCP port 22 [OK]Common Mistakes:Choosing UDP or ICMP for SSHConfusing HTTP with SSH protocol
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