Bird
0
0

Why does the AWS default security group allow inbound traffic only from instances assigned to itself?

hard📝 Conceptual Q10 of 15
AWS - Security Groups and Network ACLs
Why does the AWS default security group allow inbound traffic only from instances assigned to itself?
ABecause outbound traffic is blocked by default.
BBecause AWS blocks all other inbound traffic by default for security reasons.
CTo allow inbound traffic only on specific ports like SSH and HTTP.
DTo simplify communication between instances in the same group without exposing them externally.
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of default security group inbound rules

    The default security group allows inbound traffic from itself to enable safe communication between instances without opening to the internet.
  2. Step 2: Evaluate options

    To simplify communication between instances in the same group without exposing them externally. correctly explains this design choice as a security measure to simplify internal communication.
  3. Final Answer:

    To simplify communication between instances in the same group without exposing them externally. -> Option D
  4. Quick Check:

    Default SG inbound from self = safe internal communication [OK]
Quick Trick: Default SG inbound from self enables safe internal communication [OK]
Common Mistakes:
  • Assuming default SG allows all inbound traffic
  • Confusing inbound and outbound defaults
  • Believing default SG allows inbound on specific ports only

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes