Launch EC2 Instance With Existing Key Pair : A Step-By-Step Guide

After launching the EC2 Instance, we are going to the EC2 Instance with Putty Method. So make sure that putty is available in your local system.

Step 1: Navigate To EC2

  • Login in into AWS Account and your credentials of username and password.
  • After login in, you will be landed into the Console Home, from the console home navigate to the EC2 Page.

Step 2: Launch Instance

  • After once landing on the EC2 page, in the running instances section, Click on Launch Instance button for creating new instance.

Step 3: Define The Instance

  • Define the parameters in the page such as Name as “my_aws_instance” and number of instances as “1”
  • Choose the AMI as “Amazon Linux 2” as shown in below screenshot.
  • Choose the instance type”t2.micro”

Step 4: Choose Existing Key Pair

  • Now, here select the key pair that we created in the above implementation. The below screenshot helps in getting it clear.

Step 5: Review And Launch Instance

  • After once defining the Values and specifications create the instance by clicking on the Launch Instance.
  • It will take some time for creating the instance and take some more time for get into running state.

Step 6: Connect To Instance

  • As shown in the below screenshot, choose the created instance and go for connecting it by clicking on the connect button. It helps in knowing the IP address and Instance username “ec2-user”

Step 7: Open Putty In Setup

  • Now, you needed putty software to connect to the instance, if you don’t have download it from browser as per your system specifications as x64 or amd architecture.
  • Click on the putty software and making it running.

Step 8: Provide Credentials

  • Now, provide the credentials regarding the instance such as “hostname or IP”. The following screenshot specifies clearly about specifying the IP address of my instance.

  • Provide the private key to the ec2-instance, for this navigate to SSH and go to Auth and then click on Credentials path. The below screenshot illustrates it clearly for you.
  • Click on the browser beside the first dialog and then navigate to your file system where the downloaded private key with mykeypair.ppk file located and provide to it.
  • After providing the private file and click on open button.
  • Browse to the file system where the private key is available and open the file as shown in the following screenshot.

Step 9: Connect To EC2 Instance

  • Click on the Accept button and then in the black console screen it will ask for login in user name specify it as ec2-user

Step 10: Success Remote Login

  • After providing the username as ec2-user, you will the black screenshot as shown in the below screenshot of successful connecting to the instance “my_aws_instance” with remote mode.

How To A Create A Key Pairs In AWS-EC2 ? |Complete Tutorial

In Amazon Web Services, an EC2 key pair consists of a public key and a private key that is used to securely communicate with EC2 instances. The public key is stored on the EC2 instance and is used to encrypt messages that can only be decrypted by the corresponding private key, which is kept by the user who generated the key pair. The private key is used to decrypt messages that have been encrypted with the public key.

Similar Reads

What Is AWS EC2 Key Pair?

When launching an EC2 instance, you have the option to specify a key pair that will be used to encrypt login information and authenticate connections to the instance. If you do not specify a key pair when launching an instance, you will not be able to access it without additional steps, such as creating a new key pair or using an existing one....

Types Of AWS EC2 Key Pairs

Following are the two types of key pairs available in the AWS they are...

Step-by-Step Guide on Creating a Key Pair Using Amazon EC2

Step 1: Creating EC2 Instance...

Launch EC2 Instance With Existing Key Pair : A Step-By-Step Guide

After launching the EC2 Instance, we are going to the EC2 Instance with Putty Method. So make sure that putty is available in your local system....

How To Add A New Key Pair To An AWS EC2 Instance For SSH?

Here, we will guide you how to create and add new key pair to the existing AWS Instance. It helps in the case where you have an ec2-instance and you want to connect to instance with different users then you will need multiple ssh keys for enhancing security via connection....

Amazon EC2 Key Pairs And Amazon EC2 Instances

Amazon EC2 stands as Amazon Elastic Compute Cloud, It is a AWS Service that comes with offering effective and flexible computing service. It facilitates the users in launching the virtual servers commonly known as Instances within the AWS Infrastructure. Each created Virtual Machine (VM) is securely is securely accessed and managed through the key pairs. These key pairs are consists of public and private keys. The private key pair is provided to the user, which is very critical and should be keep it in secure. These public and private key files serves as primary method of authentication when connecting to EC2 instances remotely via SSH. Key pairs play a crucial role in ensuring the security and integrity of data and communications within the AWS Ecosystem facilitating the users with secured connection. It will act as a trusted choice for deploying the scalable and reliable cloud infrastructure solutions....

How Does AWS EC2 Key Pair Works?

A Key pair works through the principles of Asymmetric cryptography. It consists two mathematically related keys as private key and public key. The public key encrypts the data and corresponding private key used for decrypting that encrypted data. The point remember that When the data is encrypted with the public key it can only be decrypted by corresponding private key, other private can’t help in decrypting this. The public key is shared openly letting others to encrypt data and then it can only be decryptable by holder of private key. This method ensures in providing a secured communication with key pairs. Key pairs are fundamentals in securing digital communication such as secure server connections, data encryptions and digital signatures for authentication....

AWS CLI Command Of Creating A Key Pair

The AWS CLI mode of creating key pair provides the wide number of options for creating a key pair and flexibility over its connecting with instances. The following are the some of the popular options used while creating the AWS key pair....

Options Of Creating KeyPair

[ –key-name ] : It specifies the name of the key pair. The value should be specified as unique name for the key pair....

Example Of Create Key Pair With AWS CLI Option

The following example illustrates of creating a key pair with above specified options, here we are providing the key pair name as MyEC2KeyPair and running it without actual execution with providing the format of the key as PEM which stands for (Privacy Enhance Mail)....

Conclusion

In Conclusion on using the concepts of asymmetric cryptography, AWS EC2 key pairs plays an essential role by guarantee a safe communication with EC2 instances. In this article we went on detailing what are EC2 key pairs and how to create them and they works behind. Whether you launching a new instances or configuring the settings it is essential for users in navigating the AWS environment for secured way of data operations....

AWS EC2 Key Pair – FAQs

What Is EC2 Key Pair?...