AWS - EC2 FundamentalsWhy is it recommended to use key pairs instead of passwords for connecting to EC2 instances?APasswords are easier to rememberBKey pairs allow anonymous accessCKey pairs provide stronger security and prevent brute force attacksDPasswords do not require encryptionCheck Answer
Step-by-Step SolutionSolution:Step 1: Compare security of key pairs vs passwordsKey pairs use cryptographic keys which are harder to guess than passwords.Step 2: Understand benefits of key pairs for EC2Key pairs prevent brute force attacks and improve secure authentication.Final Answer:Key pairs provide stronger security and prevent brute force attacks -> Option CQuick Check:Key pairs = stronger security than passwords [OK]Quick Trick: Use key pairs for secure EC2 login, not passwords [OK]Common Mistakes:Thinking passwords are more secureBelieving key pairs allow anonymous accessIgnoring encryption importance
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