In EC2, i spinned a CentOS v6.5
instance, and i got a Key Pair
as well (of course). But the problem is, i hoped it would be like as usual before that it would creates the ec2-user
user, so that i can use the ec2-user
name and login with that key pair
.
But now is not. Instead the key is for root
directly. And there also is no ec2-user
.
So my basic question would be:
- How to creates each of additional (new) users, (now lets call "michael" as one new user), to be logged in by using their NEWLY generated (own different)
key pairs
.pem
files? (So that "michael" doesn't need to use the Password, but just use it ownkey pair
) - Again, another new user with new key-pair again. (Lets say, the user
annie
)
Note: It would be really appreciable if a simple (straight-forward) step-by-step instruction can be provided.