AWS - Security Groups and Network ACLsWhich protocol must be allowed in an inbound rule to permit SSH access to an EC2 instance?AUDPBHTTPCTCPDICMPCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify SSH protocolSSH uses TCP protocol on port 22 for secure shell access.Step 2: Match protocol to inbound ruleInbound rule must allow TCP on port 22 to enable SSH connections.Final Answer:TCP -> Option CQuick Check:SSH uses TCP protocol [OK]Quick Trick: SSH requires TCP protocol on port 22 inbound [OK]Common Mistakes:Choosing UDP or ICMP instead of TCPAllowing HTTP instead of SSH protocol
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 3easy Cloud Computing Fundamentals - Why cloud over on-premises - Quiz 4medium EC2 Fundamentals - EC2 pricing models (on-demand, reserved, spot) - Quiz 9hard EC2 Fundamentals - Instance metadata and user data - Quiz 10hard EC2 Fundamentals - Instance states (running, stopped, terminated) - Quiz 5medium EC2 Fundamentals - Amazon Machine Images (AMIs) - Quiz 10hard Identity and Access Management - Assuming roles for temporary access - Quiz 11easy Identity and Access Management - IAM policies (JSON structure) - Quiz 4medium S3 Fundamentals - Buckets and objects concept - Quiz 13medium S3 Fundamentals - S3 storage classes (Standard, IA, Glacier) - Quiz 9hard