Bird
0
0

Which of the following is the correct way to allow inbound traffic on port 3306 (MySQL) in an RDS security group?

easy📝 Configuration Q12 of 15
AWS - RDS and Relational Databases
Which of the following is the correct way to allow inbound traffic on port 3306 (MySQL) in an RDS security group?
AAllow inbound ICMP traffic on port 3306 from 0.0.0.0/0.
BAllow outbound UDP traffic on port 3306 to any IP.
CAllow inbound TCP traffic on port 3306 from the required IP range.
DAllow inbound TCP traffic on port 22 from the required IP range.
Step-by-Step Solution
Solution:
  1. Step 1: Identify correct protocol and port for MySQL

    MySQL uses TCP protocol on port 3306 for inbound connections.
  2. Step 2: Confirm security group rule for inbound access

    Security groups must allow inbound TCP traffic on port 3306 from trusted IPs to permit database access.
  3. Final Answer:

    Allow inbound TCP traffic on port 3306 from the required IP range. -> Option C
  4. Quick Check:

    Inbound TCP 3306 = MySQL access allowed [OK]
Quick Trick: Inbound TCP on port 3306 opens MySQL access [OK]
Common Mistakes:
MISTAKES
  • Using wrong protocol like UDP or ICMP
  • Allowing outbound instead of inbound traffic
  • Opening port 22 (SSH) instead of 3306

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes