An open API service indexing awesome lists of open source software.

https://github.com/mycielski/quick_proxy

Squid proxy on AWS
https://github.com/mycielski/quick_proxy

aws iac squid-proxy terraform

Last synced: about 1 month ago
JSON representation

Squid proxy on AWS

Awesome Lists containing this project

README

          

# Squid proxy on AWS

This repository contains Terraform code for creating a [Squid](http://www.squid-cache.org/) proxy on AWS.

## Usage

1. Create a `terraform.tfvars` file with the following content:

```terraform
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
```
2. Adjust `squid.conf` file to match your needs.
3. `terraform init` and `terraform apply`.
4. Enjoy your new proxy!