Skip to content

AWS cloudformation template for standing up an Apache Guacamole stack

Notifications You must be signed in to change notification settings

jamesbyars/ApacheGuacamoleServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Apache Guacamole AWS Cloudformation Template

From the Apache Guacamole site:

Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.

We call it clientless because no plugins or client software are required.

Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser.

Creation

aws cloudformation create-stack --template-body file://template.yml --stack-name guacamole-stack --profile siq

Visit the page at [DNS]:8080/guacamole

Deletion

aws cloudformation delete-stack --stack-name guacamole-stack --profile siq

SSH

ssh -i [key] ubuntu@[DNS Name]

About

AWS cloudformation template for standing up an Apache Guacamole stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published