Skip to content

rogmanster/boundary-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors