AWS - EC2 FundamentalsYou want to connect to a Windows EC2 instance using Remote Desktop Protocol (RDP). Which of the following must be true?AThe instance has a public IP disabledBThe instance uses an SSH key pairCThe security group allows inbound TCP port 3389DYou connect using the username 'ubuntu'Check Answer
Step-by-Step SolutionSolution:Step 1: Identify protocol and port for Windows EC2 connectionWindows EC2 instances use RDP, which requires TCP port 3389 open.Step 2: Confirm security group settingsThe security group must allow inbound traffic on port 3389 for RDP access.Final Answer:The security group allows inbound TCP port 3389 -> Option CQuick Check:RDP needs port 3389 open in security group [OK]Quick Trick: Open port 3389 for Windows RDP access [OK]Common Mistakes:Assuming SSH key needed for WindowsUsing Linux username 'ubuntu'Connecting without public IP
Master "EC2 Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS CLI - CLI output formats (json, table, text) - Quiz 12easy Cloud Computing Fundamentals - Cloud deployment models (public, private, hybrid) - Quiz 2easy EC2 Fundamentals - EC2 pricing models (on-demand, reserved, spot) - Quiz 5medium Identity and Access Management - Why IAM is foundational - Quiz 5medium Identity and Access Management - IAM policies (JSON structure) - Quiz 1easy Identity and Access Management - Policy evaluation logic - Quiz 12easy S3 Fundamentals - S3 storage classes (Standard, IA, Glacier) - Quiz 8hard S3 Fundamentals - Bucket policies for access control - Quiz 3easy VPC Fundamentals - Route tables configuration - Quiz 3easy VPC Fundamentals - Why VPC provides network isolation - Quiz 3easy