AWS | Episode 32 | Connecting to Linux EC2 instance using SSH command | SSH to Linux EC2 server.

Опубликовано: 04 Октябрь 2024
на канале: DGR Uploads
1,089
62

====================================================================
Subscribe :    / @dgruploads  
====================================================================

Hello,

In this session, we will look at how we can connect to the EC2 instance using the SSH command. There are different ways to connect to the Linux EC2 instance, SSH is one of the option. Here, will use the ssh command to interact with the Linux EC2 instance that we have launched. The syntax or the command for connecting to the server is below,

"ssh -i pem_file ec2-user@IP_address"

Happy learning!!