GithubHelp home page GithubHelp logo

farrout / cloudvirtualmachine Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 101 KB

A VirtualMachine deployed on the AWS Cloud.

License: MIT License

Python 98.75% Batchfile 1.25%
aws aws-cdk box cdk cloud-development-kit cloudformation devops remote-desktop ssh virtual-machine vm worker

cloudvirtualmachine's People

Contributors

farrout avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

cloudvirtualmachine's Issues

Automate sending EC2 Instance Connect public keys

Currently the command to send-ssh-public-key is although printed as an Output, still needs to be executed manually by the user.

        send_key_command = f"aws ec2-instance-connect send-ssh-public-key --instance-id {bastion.instance_id} --instance-os-user {bastion_user} --ssh-public-key file://{public_key_key} --availability-zone {az}"
        CfnOutput(self, 'SendPublicSshKeyCommand',
                  value=send_key_command,
                  description='Command to send public SSH key to Bastion.',
                  )

        ssh_command = f"ssh -o \"IdentitiesOnly=yes\" -i {private_key_path} {bastion_user}@{bastion.instance_public_dns_name}"
        CfnOutput(self, 'BastionSSHcommand',
                  value=ssh_command,
                  description='Command to SSH into Bastion.',
                  )

It would be nice if this was taken care of seamlessly during deployment. Step Functions perhaps??

VNC bootstrap

install and configure VNC remote desktop daemon programmatically and non-interactively...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.