EC2 Instance accessible via remote client

             Creating a EC2 instance accessible via remote client



Step 1: Open AWS Webpage in Chrome and create a AWS Account.

Step 2: After creating the account , click the button Sign in to the console.




Step 3: Now, the Console Page gets Opened , Choose EC2  




Step 4: In EC2 dashboard,  Click Launch instance to create a instance. 



Step 5: Enter a name for  instance as "sneka ec2"






Step 6:Create a new  Key Pair login
 




Step 7: In Network Settings, Create a security group 










Step 8: In Summary , Click Launch instance 


        Instance gets Successfully Launched




      Instance is created as "sneka ec2" state as running.



Step 9: Open Putty generator  to convert .pem file to ppk file 






Click Load and select the folder that contains private key file (.pem)




In Putty key generator, check the type of key to generate value is set to RSA

Select the folder that you want to save your putty private key file (.ppk) and click save.




Step 10: Open PUTTY and connect to EC2.

Under Session Category ,In Host name enter the Instance user name and public IP Address




Make sure the Public DNS of your Instance displayed in AWS in EC2 Instance Connect





In  category , click connection, expand SSH and choose Auth.

Click browse and select the .ppk file that you have generated for key pair and Click Open



So,Instance is connected to Putty and click Open .


EC2 Instance window  has appeared below successfully.









Comments