Bird
0
0

Which of the following is the correct way to allow HTTP traffic inbound on port 80 in an AWS security group?

easy📝 Configuration Q12 of 15
AWS - Security Groups and Network ACLs
Which of the following is the correct way to allow HTTP traffic inbound on port 80 in an AWS security group?
AAllow TCP traffic on port 80 inbound
BAllow TCP traffic on port 22 inbound
CAllow UDP traffic on port 80 outbound
DAllow ICMP traffic inbound
Step-by-Step Solution
Solution:
  1. Step 1: Identify HTTP port and protocol

    HTTP uses TCP protocol on port 80.
  2. Step 2: Match rule to allow inbound HTTP

    Allowing TCP traffic on port 80 inbound correctly permits HTTP requests.
  3. Final Answer:

    Allow TCP traffic on port 80 inbound -> Option A
  4. Quick Check:

    HTTP = TCP port 80 inbound [OK]
Quick Trick: HTTP uses TCP port 80 inbound [OK]
Common Mistakes:
  • Using wrong port number for HTTP
  • Allowing outbound instead of inbound
  • Using UDP instead of TCP for HTTP

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes