Bird
0
0

You have multiple EC2 instances launched with different key pairs. How can you securely manage SSH access for a team without sharing private keys?

hard📝 Application Q9 of 15
AWS - EC2 Fundamentals
You have multiple EC2 instances launched with different key pairs. How can you securely manage SSH access for a team without sharing private keys?
ADisable SSH and use RDP instead
BUse AWS Systems Manager Session Manager to connect without SSH keys
CCreate a single key pair and use it for all instances
DDistribute all private keys to every team member
Step-by-Step Solution
Solution:
  1. Step 1: Identify secure team access method

    AWS Systems Manager Session Manager allows secure shell access without sharing private keys.
  2. Step 2: Exclude insecure or irrelevant options

    Sharing private keys is insecure, single key reduces security, RDP is for Windows only.
  3. Final Answer:

    Use AWS Systems Manager Session Manager to connect without SSH keys -> Option B
  4. Quick Check:

    Session Manager = secure keyless access [OK]
Quick Trick: Use Session Manager for secure team access without keys [OK]
Common Mistakes:
MISTAKES
  • Sharing private keys widely
  • Using one key for all instances

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes