Skip to content
/ CloudRDP Public

An Electron app that makes RDPing into your AWS instances easy

License

Notifications You must be signed in to change notification settings

liath/CloudRDP

Repository files navigation

Install

  • If you have installation or compilation issues with this project, please see our debugging guide

First, clone the repo via git and install dependencies:

git clone --depth 1 --single-branch https://github.com/liath/cloudrdp
cd cloudrdp
yarn

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package

Docs

This is the bare minimum to actually do what I set out to do. The app currently is not very configurable, so you'll need to upload the keypairs for your EC2 instances to SSM ParameterStore for anything to work. Something like this should work:

aws ssm put-parameter --type SecureString --name '/cloudrdp/keys/ec2-key' --value file://~/.ssh/ec2-key.pem

Outside of gettings the keys where they ought to be, everything should just work. :)

Donations

If you feel compelled to donate, it should probably be to the electron-react-boilerplate folks

About

An Electron app that makes RDPing into your AWS instances easy

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published