Bird
0
0

A user tries to connect to their EC2 instance but gets a timeout error. Which of the following is the most likely cause?

medium📝 Debug Q7 of 15
AWS - EC2 Fundamentals
A user tries to connect to their EC2 instance but gets a timeout error. Which of the following is the most likely cause?
AThe instance type is too small
BThe AMI is not compatible with the instance
CThe instance is stopped
DThe security group does not allow inbound traffic on the required port
Step-by-Step Solution
Solution:
  1. Step 1: Identify common causes of connection timeout

    Timeout usually means network traffic is blocked, often by security group rules.
  2. Step 2: Exclude other options

    Instance size or AMI compatibility do not cause timeouts; stopped instances cannot be connected but usually give different errors.
  3. Final Answer:

    The security group does not allow inbound traffic on the required port -> Option D
  4. Quick Check:

    Timeout = blocked inbound port in security group [OK]
Quick Trick: Open required ports in security group for access [OK]
Common Mistakes:
  • Blaming instance size for network issues
  • Ignoring security group inbound rules
  • Assuming AMI compatibility causes timeouts

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes