Skip to content

Terraform

Deploy a Desktop on AWS Using Terraform

This terraform script deploys an Ubuntu Workstation with minimal additional software installed. It enables SSH and RDP and uses security groups to restrict the administrative access to your current external IP address only to prevent it being wide open to the world.

An example use case is a temporary sandbox system for surfing potentially dangerous websites.

NOTE: Don't break the law, as AWS Terms of Service still apply and this is not exactly covert.

Deploy a Desktop on GCP Using Terraform

This terraform script deploys an Ubuntu Workstation with minimal additional software installed. It enables SSH and RDP and uses security groups to restrict the administrative access to your current external IP address only to prevent it being wide open to the world.

An example use case is a temporary sandbox system for surfing potentially dangerous websites.

NOTE: Don't break the law, as GCP Terms of Service still apply and this is not exactly covert.

Deploy a Desktop on Azure Using Terraform

This terraform script deploys an Ubuntu Workstation with minimal additional software installed. It enables SSH and RDP and uses security groups to restrict the administrative access to your current external IP address only to prevent it being wide open to the world.

An example use case is a temporary sandbox system for surfing potentially dangerous websites.

NOTE: Don't break the law, as Azure Terms of Service still apply and this is not exactly covert.