Code Monkey home page Code Monkey logo

boundary-demo's Introduction

Boundary Demo

This repo provisions compute instances in AWS for Boundary:

  • Boundary Server
  • Linux Server target
  • Windows Server target

The repo also configures the Boundary server in dev mode.

Terraform Apply Compute:

terraform apply -target=module.compute

Terraform Apply Boundary Configurations. Note: Wait for Boundary server to full bootstrap.

terraform apply -target=module.boundary

SSH to Linux Target

Boundary Client App:

Boundary Client

ssh -i awskey.pem [email protected] -p58266

Boundary Command with SSH:

boundary connect ssh -target-id <target-id> username ubuntu  -- -i awskey.pem
boundary connect ssh -target-id <target-id>  -- -i awskey.pem -l ubuntu

Boundary Command with static listener:

boundary connect -listen-port=12345 -target-id <target-id>
ssh -i awskey.pem [email protected] -p12345

RDP to Windows Target

Generate RDP password using 'awskey.pem': AWS Consule

Create Boundary RDP session - Boundary CLI:

boundary connect -target-id <target-id>

Note: boundary connect rdp wrapper renders mstsc (doesn't launch RDP client for MAC). Could optionally use boundary connect exec to launch a client of choice.

Create Boundary RDP session - Boundary Client: Boundary Session Client

Connect via RDP - MS RDP Client: RDP Client

HTTP to Boundary Server

Create Boundary HTTP session - Boundary Client: HTTP Client

Connect via HTTP - Browser:

HTTP Client Session

References

Sam Gabrail - https://github.com/samgabrail/boundary-intro

Boundary Learn Guide - https://learn.hashicorp.com/boundary

Boundary Docs - https://www.boundaryproject.io/docs

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.