amazon web services - Using Netbeans to connect to remote project on EC2 -


i try connect project folder on aws ec2 using netbeans sftp. in netbeans under private key file chose .pem file i've been getting. host use aws public dns , specified user, connection fails cause java.net.unknowhostexcteption http://....

what right way connect ec2 using netbeans?

you shouldn't connecting http:// in hostname.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -