This repo contains scripts/etc for quickly creating cheap but usable remote development machine on AWS. The goal is to practice use of Terraform to setup single remote machine with tools for both cli and gui development.
CLI development works with vscode+ssh and if desktop environment is needed VNC connection through wireguard VPN tunnel can be used.
S3 is used for long term storage.
docker build -t terraform-aws .
docker run --rm -it -v `pwd -W`:/data terraform-aws
source up.sh
source down.sh