Connect to Your EC2 Instance via SSH
Step-by-step guide to connect to your EC2 instance using SSH credentials.
To connect to your EC2 instance via SSH:
1. Open a terminal on your computer
2. Run: ssh username@your-server-ip
3. Enter your password when prompted
4. Default SSH port is 22 unless configured otherwise
On Windows, you can use PuTTY or Windows Terminal with OpenSSH.