AWS - RDS and Relational DatabasesWhich 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.Check Answer
Step-by-Step SolutionSolution:Step 1: Identify correct protocol and port for MySQLMySQL uses TCP protocol on port 3306 for inbound connections.Step 2: Confirm security group rule for inbound accessSecurity groups must allow inbound TCP traffic on port 3306 from trusted IPs to permit database access.Final Answer:Allow inbound TCP traffic on port 3306 from the required IP range. -> Option CQuick Check:Inbound TCP 3306 = MySQL access allowed [OK]Quick Trick: Inbound TCP on port 3306 opens MySQL access [OK]Common Mistakes:MISTAKESUsing wrong protocol like UDP or ICMPAllowing outbound instead of inbound trafficOpening port 22 (SSH) instead of 3306
Master "RDS and Relational Databases" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - CORS configuration - Quiz 3easy Auto Scaling - Predictive scaling overview - Quiz 12easy CloudWatch - Alarm actions (SNS, Auto Scaling) - Quiz 11easy Elastic Load Balancing - Target groups concept - Quiz 8hard Elastic Load Balancing - Cross-zone load balancing - Quiz 10hard RDS and Relational Databases - Parameter groups and option groups - Quiz 10hard RDS and Relational Databases - Read replicas for performance - Quiz 13medium RDS and Relational Databases - Read replicas for performance - Quiz 8hard RDS and Relational Databases - RDS supported engines - Quiz 9hard RDS and Relational Databases - Parameter groups and option groups - Quiz 5medium