Skip to content

Single AZ MySql RDS Database Instance is not pingable!

0

I have a single AZ MySql RDS Database instance in a private subnet and EC2 instances in different private subnets. Security Group attached to RDS instance is allowing all inbound ICMP traffic and Security group attached to EC2 instances allowing all outbound traffic then can we ping rds instance from EC2 instances either through its respective private ip or dns name?

1 Answer
2
Accepted Answer

Hello,

Amazon RDS doesn't accept internet control message protocol (ICMP) traffic, including ping.

You can use Netcat to test the connectivity to RDS database,

nc -zv DB-instance-endpoint port

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.