Skip to content

JozefJarosciak/AWS-Connect-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Connect Manager

  • Open-source Windows tool to simplify connecting to Amazon AWS EC2 instances.
  • Ever wanted to connect to your Windows or Linux instances with a single click? Give it a try!

Functionality

  • Automatically reads your AWS 'credentials' file
  • Single click connection to SSM, WinSCP and RDP
  • Combobox to switch between AWS Profiles
  • Combobox to switch betwen AWS Regions
  • Auto lists all instances, providing details such as Instance Tag, Instance ID, Private IP Address, Instance Type, Platform and Availability Zone
  • Easily copy to clipboard: Instance ID, IP Address or CLI SSM Command

Screenshots

  • Single-click SSM, WinSCP & RDP: alt tag
  • Configuration Screen alt tag

Prerequisites

WinSCP Prerequisite:

Integration with WinSCP needs some work, it currently requires a manual setup of the new WinSCP connection in WinSCP, which must be configured as follows:

  • Connection Name: AWS
  • File Protocol: SCP
  • Host Name: localhost
  • Port: 54321
  • User Name: root Note: If you want SCP auto-login, you need to configure advanced settings and under SSH / Authentication, configure the path to your private key PPK file (also needs to be configured on the server.

RDP Auto-Login

  • If you want RDP to auto-login to your Windows servers, enter shared RDP credentials into configuration screen. I currently advise against this practice, but if you want to go ahead, be AWARE, that currently credentials are saved into the application config file in a raw unencrypted format.

Application Download

Application Installation

  • Download AWS_Connect_Manager-1.0.0.zip
  • Unzip
  • Run: AWS-Connect-Manager.exe

Source Code & Licensing

  • This project is open-source released under GNU GENERAL PUBLIC LICENSE - Version 2, June 1991.
  • Feel free to fork and further enhance this project.
  • Application is coded entirely in C# using Visual Studio.
  • No third-party dependencies except ConEmu (open-source tabbed terminal emulator for Windows).

Support

Author / Contact

About

Windows tool for connecting to AWS EC2 instances using SSM, WinSCP or RDP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages