amazon web services - How to config the aws console for accessing the all instance -


i have .pem file access amazon ec2 instance running ubuntu , have 7 instances. want create new user , access instance in aws console. how can configure aws console accessing instance single user?

you need install ssh public key .pem file in other 6 instances authorized_keys file (typically ~/.ssh/authorized_keys). that, need able log them, of course.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -