Bird
0
0

Why is it recommended to use key pairs instead of passwords for connecting to EC2 instances?

hard📝 Conceptual Q10 of 15
AWS - EC2 Fundamentals
Why is it recommended to use key pairs instead of passwords for connecting to EC2 instances?
APasswords are easier to remember
BKey pairs allow anonymous access
CKey pairs provide stronger security and prevent brute force attacks
DPasswords do not require encryption
Step-by-Step Solution
Solution:
  1. Step 1: Compare security of key pairs vs passwords

    Key pairs use cryptographic keys which are harder to guess than passwords.
  2. Step 2: Understand benefits of key pairs for EC2

    Key pairs prevent brute force attacks and improve secure authentication.
  3. Final Answer:

    Key pairs provide stronger security and prevent brute force attacks -> Option C
  4. Quick 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 secure
  • Believing key pairs allow anonymous access
  • Ignoring encryption importance

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes