noticed an issue when trying to tunnel to a rds instance that isn't an aurora cluster.
This is due to the fact that for the "regular" postgresql rds instance, the DBClusterIdentifier is nil.
Using the DBInstanceIdentifier property instead gives the exact same string for the rds cluster but fixes the issue for the regular db instance.
Hi,
noticed an issue when trying to tunnel to a rds instance that isn't an aurora cluster.
This is due to the fact that for the "regular" postgresql rds instance, the
DBClusterIdentifier
isnil
. Using theDBInstanceIdentifier
property instead gives the exact same string for the rds cluster but fixes the issue for the regular db instance.Regards.