This repository contains Terraform code for creating a Squid proxy on AWS.
-
Create a
terraform.tfvars
file with the following content:profile = # your profile from ~/.aws/credentials region = # aws region to deploy into instance_type = # instance type to use, fyi works on t4g.nano proxy_username = # username used to connect to proxy proxy_password = # password used to connect to proxy
-
Adjust
squid.conf
file to match your needs. -
terraform init
andterraform apply
. -
Enjoy your new proxy!