Bird
0
0

You notice your EC2 instance in the default security group cannot receive inbound traffic from another instance in the same group. What is the most likely cause?

medium📝 Debug Q6 of 15
AWS - Security Groups and Network ACLs
You notice your EC2 instance in the default security group cannot receive inbound traffic from another instance in the same group. What is the most likely cause?
AThe instance has no public IP address.
BThe default security group inbound rule was deleted or modified.
CThe instance is in a different VPC.
DOutbound traffic is blocked by default.
Step-by-Step Solution
Solution:
  1. Step 1: Recall default inbound behavior of default security group

    By default, inbound traffic from instances in the same group is allowed.
  2. Step 2: Identify why traffic is blocked

    If inbound traffic is blocked, the default inbound rule was likely deleted or changed.
  3. Final Answer:

    The default security group inbound rule was deleted or modified. -> Option B
  4. Quick Check:

    Missing inbound rule blocks traffic [OK]
Quick Trick: Check if default inbound rule was changed if traffic blocked [OK]
Common Mistakes:
  • Assuming outbound rules block inbound traffic
  • Ignoring VPC differences
  • Confusing public IP with security group rules

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes