Posts

Showing posts from October, 2022

Creating a EC2 instance accesible via remote client in AWS

Image
 Aim: Creating a EC2 instance accesible via remote client in AWS  Procedure : Step 1 : Open AWS account and Click the EC2 service then Launch  your instance . Step 2 : Download puttygen for creating a .ppk file as putty doesn't accept .pem file generated by AWS. Step 3 : Convert your .pem file to .ppk file using PuttyGen.Load your .pem file generated by AWS. Then save the private key (.ppk) file. Step 4 : Open Putty,Add you IPand add your ppk file.   Step 5 : Click open in Putty and enter the Login user name . Conclusion: Hence we Complete a EC2 instance accesible via remote client in AWS.

Create EC2 Instance in AWS

Image
 Create an AWS Account : Creating an AWS Account  is the first step you need to take in order to learn  Amazon Web Services . Signing up for  AWS  provides you with all the tools you requite to become an  AWS professiona      Step 1 – Visiting the Signup Page      Step 2 – Entering User Details      Step 3 – Filling up the Credit Card details      Step 4 – Identity Confirmation      Step 5 – Selecting a Support Plan      Step 6 – Understand the AWS Free Tier           Download an Putty  Gen:         Download an Putty Gen to generate an private key pair to connect with an putty.   PuTTYgen is an key generator tool for creating SSH keys for PuTTY. It is analogous to the ssh-keygen tool used in some other SSH implementations. The basic function is to create public and private key pairs. PuTTY stores keys in ...