How to Connect to Amazon Linux Instance from Windows Client Operating System using PUTTY? Last Updated : 28 Mar, 2023 Comments Improve Suggest changes Like Article Like Report In this article, we will learn how to connect the Amazon Linux instances from Windows client operating system. For this we will be performing the following operations: Create a Linux instance in Amazon AWS.Using putty application connect to the Linux instance from the windows client operating system.Create a Linux instance in Amazon AWS: Follow the below steps to create a Linux instance in Amazon AWS: Click on Launch instances.Select the Linux instance.Select the type of instance.Click on launch and review.Click on launch.Create a new key pair and download the key pair and click on launch instance.Click on view instances and you will see that the instance is in a running state.By selecting instance click on the connect option then we will see the following information copy the address as shown in image.Connect to the Linux instance from the Windows client operating system using Putty: Follow the below steps to connect to the Linux instance from the Windows client operating system using putty: Install and open puttygen application and click on the load.Browse and select the keypair file i.e. .pem file and click on the save private key and a .ppk file will be saved.Open putty application and paste the host address copied from the connect to instance tab, which we have previously copied.Now click on SSH and click on auth tab and browse for the .ppk file which we have saved earlier and then click on open.You will be prompted to click on accept, click accept.Now the putty terminal will be open where we can access the EC2 install that is running on AWS servers.The sudo su command can be used to get root-level permissions. Comment More infoAdvertise with us Next Article How to Connect to Amazon Linux Instance from Windows Client Operating System using PUTTY? P pulamolusaimohan Follow Improve Article Tags : Linux-Unix Amazon Web Services DevOps Cloud-Computing AWS +1 More Similar Reads How to Connect to Amazon Linux Instance Using SSH? Pre-requisites: AWS, SSH TOOLS AWS stands for Amazon Web Services, and it is a cloud computing platform provided by Amazon. AWS provides a range of cloud-based services, including computing power, storage, databases, analytics, machine learning, and many other resources that businesses and individua 3 min read How To Read File From Amazon S3 Bucket Using Node.Js ? The AWS Simple Storage Service (S3) is a cloud service provided by Amazon Web Services (AWS) to store your data securely. There are different approaches to storing and retrieving data from AWS S3; one of them is by using aws-sdk provided by Amazon Web Services. In this article, we will provide you w 5 min read How to set up OpenSSH server in Windows Subsystem for Linux (WSL)? In this article, we will elaborate on how you can set up an OpenSSH server in WSL. Also, how can we locally connect to Ubuntu via cmd from the Windows OS we are running locally in our system? Use the Windows Powershell here, it would be easy to do the steps. Users need to have Windows Subsystem for 8 min read How to use SSH to connect to a remote server in Linux | ssh Command Secure Shell, commonly known as SSH, is like a super-secure way to talk to faraway computers, called servers. It's like a secret tunnel on the internet that keeps your conversations safe and private. Imagine you're sending a letter, and instead of sending it openly, you put it in a magic envelope th 8 min read How to build a Linux server on a Raspberry Pi from Windows? The Raspberry Pi is a small, inexpensive computer that is of the size of a credit card that connects to a computer monitor or TV and operates with a regular keyboard and mouse. With the help of this competent small gadget, individuals of all ages may learn about computing and how to program in langu 6 min read Like