Bird
0
0

Which protocol must be allowed in an inbound rule to permit SSH access to an EC2 instance?

easy📝 Conceptual Q2 of 15
AWS - Security Groups and Network ACLs
Which protocol must be allowed in an inbound rule to permit SSH access to an EC2 instance?
AUDP
BHTTP
CTCP
DICMP
Step-by-Step Solution
Solution:
  1. Step 1: Identify SSH protocol

    SSH uses TCP protocol on port 22 for secure shell access.
  2. Step 2: Match protocol to inbound rule

    Inbound rule must allow TCP on port 22 to enable SSH connections.
  3. Final Answer:

    TCP -> Option C
  4. Quick 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 TCP
  • Allowing HTTP instead of SSH protocol

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes