Bird
0
0

Given this security group rule for an RDS instance:

medium📝 Predict Output Q13 of 15
AWS - RDS and Relational Databases
Given this security group rule for an RDS instance:
Inbound: TCP, Port 5432, Source: 192.168.1.0/24
Which client IP can connect successfully?
A192.168.1.50
B192.168.2.10
C10.0.0.5
D172.16.0.1
Step-by-Step Solution
Solution:
  1. Step 1: Understand CIDR range 192.168.1.0/24

    This range includes all IPs from 192.168.1.0 to 192.168.1.255.
  2. Step 2: Check which IP falls inside this range

    192.168.1.50 is inside the range; others are outside.
  3. Final Answer:

    192.168.1.50 -> Option A
  4. Quick Check:

    192.168.1.0/24 includes 192.168.1.50 [OK]
Quick Trick: Check if IP fits CIDR range to allow connection [OK]
Common Mistakes:
  • Not understanding CIDR notation
  • Assuming any 192.168.x.x IP is allowed
  • Confusing inbound and outbound rules

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes