Hey @Yamini,
To start off with, configure your putty
Then create a tunnel
ssh -i "whatever.pem" -NL 4444:rabbitmq.cpypigm0kth7.us-east-1.rds.amazonaws.com:5432 ec2-user@<ip address> -v
or using RDS private IP address:
ssh -i “whatever.pem” -NL 4444:10.0.2.210:5432 ec2-user@<ip address> -v
Hope this helps!!
To know more about Mongodb, go for Mongodb training online without fail.
Thanks!