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

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -