1 Answer
- Newest
- Most votes
- Most comments
2
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
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
Confirmed on this page: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Troubleshooting.html "Amazon RDS doesn't accept internet control message protocol (ICMP) traffic, including ping."
Thanks very much for the answer and technical documentation as a proof! This is what i wanted to know as i was not able to ping my Rds database instance during testing.....