-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Jenkins Administrator's Guide
By :

To create the necessary Elastic Compute Cloud (EC2) instance and attach an EIP to them, we need to perform the following steps:
Let's now look at how we perform each of these steps.
An SSH key pair consists of a public key and a private key that is used for authenticating with Linux hosts. The virtual machine will store our public key and we will store the private key. The private key will be used when we connect to the virtual machine via SSH. If we lose our private key, we will not be able to connect to our virtual machines.
The private key is like our password!
The private key is like our password! We should not upload it to GitHub, Pastebin, or any other publicly accessible service, nor should we share it with anyone.
To create a key...