In this recipe, we will look at how we can access an EC2 instance from a Linux machine using SSH.
Connecting an EC2 Linux instance using SSH from PowerShell
Getting ready
Before you connect to the Linux instance, make sure that you complete the following steps:
- Ensure that the OpenSSH client is installed on your computer. By default, most Linux distribution include an SSH client.
- Launch PowerShell and load the AWS PowerShell Core module.
- Get the launch information from the AWS Service Portal.
How to do it...
The following instructions explain how to connect to an AWS...