This is easy.
- Launch Free tier AWS EC2 instance
- Log in to the instance via SSH
- Make `sudo su -` to run commands as root
- Install system updates `apt update && apt upgrade -y`
- Install OpenVPN via this cool script `wget https://git.io/vpn -O i.sh && bash i.sh` (you can check contents before your run this as a root)
- When you answer all the questions from the setup wizard you can upload configuration via transfer.sh `curl –upload-file /root/client.ovpn https://transfer.sh/client.ovpn && echo`
- Open URL that transfer.sh gave you and download file
- Double click the file to install it to your Tunnelblick