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
- Host: GitHub
- URL: https://github.com/mycielski/quick_proxy
- Owner: mycielski
- Created: 2023-06-15T12:49:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T14:32:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T10:30:52.461Z (over 1 year ago)
- Topics: aws, iac, squid-proxy, terraform
- Language: HCL
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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!