Bird
0
0

If an AWS security group allows inbound traffic on port 443, what must you do to allow the response traffic back to the client?

easy📝 Conceptual Q2 of 15
AWS - Security Groups and Network ACLs
If an AWS security group allows inbound traffic on port 443, what must you do to allow the response traffic back to the client?
ANo action needed; response traffic is allowed automatically
BCreate a new security group for outbound traffic
CAdd an inbound rule for ephemeral ports
DAdd an outbound rule for port 443
Step-by-Step Solution
Solution:
  1. Step 1: Recall stateful nature of security groups

    Security groups automatically allow return traffic for allowed inbound connections.
  2. Step 2: Apply to port 443 inbound rule

    Since inbound on 443 is allowed, response outbound traffic is automatically allowed without extra rules.
  3. Final Answer:

    No action needed; response traffic is allowed automatically -> Option A
  4. Quick Check:

    Inbound allowed = return traffic auto-allowed [OK]
Quick Trick: Inbound allowed means return traffic auto-allowed [OK]
Common Mistakes:
  • Adding unnecessary outbound rules
  • Confusing inbound and outbound rule requirements
  • Thinking ephemeral ports must be opened manually

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes