我已經使用NAT網關(因爲我想通過修復公共IP地址路由我的應用程序流量)在使用Amazon RDS(postgresql)的VPC中啓動Elastic Beanstalk應用程序這些指令:使用NAT網關在VPC中啓動的SSH進入EB實例
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/vpc-rds.html
我如何使用SSH連接實例從我的本地系統?
eb ssh顯示以下錯誤,但是我的實例可用且不終止。
ERROR: This instance does not have a Public IP address. This is possibly because the instance is terminating.
如何登錄到postgresql客戶端?
下面的命令是沒有任何提示:
psql --host= --port=5432 --username= --password --dbname=ebdb
我知道他們是在私人子網,以便不能從公共網絡訪問,但我想知道的是可能性。請幫忙 !