In this article, we will discuss "How to Add a New Key-Pair to an AWS EC2 Instance for SSH" . After creating an AWS EC2 instance , you might want to setup multiple SSH accounts for each user. Then you have to create new Key-Pairs, when you think that the user doesn't need to connect via SSH into AWS instances, you can delete the key pairs directly from the AWS EC2 Instance Console. You have to check my previous article for a better understanding of SSH connectivity. How to Use SSH with AWS EC2 Instance? Create Key Pair Login to your AWS Management Console, then go to EC2 Management Console. After that go to "Network & Security" in the navigation pane and click on the "Key Pairs" . Here, you can find the existing key pairs and you can search any key pair using the search field via key pair name. For new key pair, click on the "Create key pair" button. Now, you are redirected to the "Create key pair" form. Here, add the key na...
Share, Read & Learn