Bird
0
0

Given this security group rule for an RDS instance:

medium📝 Predict Output Q4 of 15
AWS - RDS and Relational Databases
Given this security group rule for an RDS instance:
Inbound: TCP, Port 5432, Source: 10.0.0.0/24
Which IP address can connect to the database?
A192.168.1.10
B10.0.0.15
C10.0.1.15
D172.16.0.5
Step-by-Step Solution
Solution:
  1. Step 1: Understand the CIDR range 10.0.0.0/24

    This range includes IPs from 10.0.0.0 to 10.0.0.255.
  2. Step 2: Check which IP falls inside this range

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

    10.0.0.15 -> Option B
  4. Quick Check:

    CIDR 10.0.0.0/24 includes 10.0.0.15 [OK]
Quick Trick: CIDR /24 means last octet varies 0-255 [OK]
Common Mistakes:
  • Choosing IPs outside the CIDR range
  • Misunderstanding CIDR notation
  • Assuming all 10.x.x.x addresses are allowed

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes