简体   繁体   中英

AlloyDB tcp:5433 timeout

dial tcp:5433 timeout on the auth proxy end when trying connect local private IP address of the AlloyDB instance i/o timeout

failed to connect to instance: Dial error: failed to dial (instance URI = "projects/myproject/locations/us-central1/clusters/mycluster/instances/myprimary"): dial tcp 10.205.117.5:5433: i/o timeout

./alloydb-auth-proxy projects/<projects_name>/locations/<instance_location>/clusters/<cluster_name>/instances/<instance_name> --credentials-file <path_to_key> --port 5432 --address 0.0.0.0

ps i was having the same issue, it is because of the " between the uri. now i fix it by running command above

From the comments:

The problem is accessing from local won't work. AlloyDB currently doesn't implement a Public IP connection, so the only way to connect to it is from within the same VPC (cloud network) as the AlloyDB cluster itself. That's why connecting from a GCE instance on the same network works while connecting from the local machine does not.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM