Overview
E2guardian service status and ACL
E2guardian 5.5.9r running under systemd with its nftables source allowlist applied and listening on proxy port 8080.
E2guardian service status and ACL
Permitted URL through the proxy
Banned URL returns the block page
Not an open relay
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
E2guardian - Secure Web Content Filtering Proxy for AWS
E2guardian is a mature open source web content filtering proxy trusted in schools, managed networks and regulated environments worldwide. It sits between your users and the internet, applying URL, domain, phrase and content policy to every request, and returning a clear block page when a request is refused. This AMI delivers E2guardian fully built, configured and running as a managed systemd service within minutes of launch - no compilation, no packaging work and no configuration required before it starts filtering.
Who is this for?
This image is built for network, security and platform teams who need to govern and audit outbound web browsing from their VPC. Common scenarios include:
- Acceptable-use enforcement: Block categories, domains or phrases for a managed user population, with an on-brand block page explaining why a request was refused.
- Regulated egress control: Every request is written to a structured access log, ready to forward to your SIEM for audit and compliance reporting.
- Layered filtering: Run standalone for direct filtering, or chain to an existing Squid caching proxy with two configuration lines.
Secure by default - never an open relay
An exposed proxy is one of the most abused assets on the internet, so this appliance ships a fail-closed access control. The proxy port accepts connections only from loopback and private client networks - every other source is dropped - and the proxy service will not start at all if that allowlist cannot be applied. Scope your security group to your own client subnet as the mandatory second layer. The appliance performs no TLS interception, so no certificate authority key exists in the image or on your instance, and there is no shared interception authority to leak. HTTPS is still filtered by hostname.
Application stack
E2guardian 5.5.9r is built from pinned upstream source (the distribution archive package is two minor series behind) and runs as a hardened systemd service listening on port 8080 as an unprivileged daemon user. The source allowlist is enforced by an nftables table that the proxy service requires, so the appliance fails closed. A documented, self-demonstrating policy ships enabled so you can prove filtering works on your own instance with a single command. There is no product login and no bootstrap password - administration is over your own key-based SSH.
Architecture overview
E2guardian runs inline within your VPC as a forward proxy. Clients in your private subnets route HTTP/HTTPS requests to the instance on port 8080. Permitted requests are forwarded to the internet via the VPC's NAT gateway or internet gateway. Blocked requests receive the E2guardian block page immediately. The nftables allowlist ensures only your designated client subnets can reach the proxy port, and your security group provides the second enforcement layer.
How to get started
- Launch the AMI in your VPC and choose an instance type appropriate for your expected request volume.
- Configure the Security Group to allow inbound TCP 8080 only from your trusted client subnets, and TCP 22 from your administration network.
- SSH into the instance and read the per-instance proxy facts from the root-only info file.
- Point any HTTP client at the instance on port 8080. Requests to permitted sites are served; a banned site returns the E2guardian block page.
- Prove filtering in one command and add your own policy to the local block list.
Next steps
Ready to deploy? Launch the AMI and verify filtering in under five minutes. For a guided deployment walkthrough, policy review, or help integrating with your existing SIEM, contact cloudimg support at any time - our engineers are available 24/7 and typically respond to critical issues within one hour.
cloudimg engineers can help you scope client access, restrict the proxy port to trusted subnets, chain to an upstream proxy, build filtering policy, forward the access log to your SIEM, and plan version upgrades.
cloudimg is not affiliated with or endorsed by the E2guardian project. E2guardian is distributed under the GNU General Public License version 2. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- E2guardian, the open source web content filtering proxy, fully built from pinned upstream source, hardened and listening on port 8080 within minutes of launch. It applies URL, domain, phrase and content policy to every request and returns a clear block page when a request is refused. No compilation, no packaging and no configuration required - start filtering traffic immediately after launch on any VPC instance type you choose.
- Secure by default and never an open relay. A fail-closed nftables allowlist accepts the proxy port only from loopback and private client networks and drops every other source. The proxy service requires that allowlist so it will not start without it. No TLS interception is performed and no certificate authority key exists anywhere in the image, eliminating the risk of a shared interception authority leak. Your security group provides the mandatory second enforcement layer.
- 24/7 expert technical support from cloudimg with a one hour average response time for critical issues. Our engineers help with scoping client access, restricting the proxy port to trusted subnets, chaining to an upstream Squid, building URL and phrase filtering policy, forwarding the structured access log to your SIEM for compliance audit, tuning filter groups and block pages, and planning version upgrades.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
c5a.12xlarge | c5a.12xlarge instance type | $0.24 |
c5a.16xlarge | c5a.16xlarge instance type | $0.24 |
c5a.24xlarge | c5a.24xlarge instance type | $0.24 |
c5a.2xlarge | c5a.2xlarge instance type | $0.24 |
c5a.4xlarge | c5a.4xlarge instance type | $0.24 |
c5a.8xlarge | c5a.8xlarge instance type | $0.24 |
c5a.large | c5a.large instance type | $0.08 |
Vendor refund policy
Refunds available on request.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Initial release.
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is ubuntu). This is a headless filtering proxy with no web console. Read the per-instance proxy facts with: sudo cat /root/e2guardian-info.txt. The proxy listens on port 8080. Prove filtering end to end at any time: curl -x http://127.0.0.1:8080 http://example.com/ returns the real page (allowed) and curl -x http://127.0.0.1:8080 http://example.org/ returns the E2guardian Access Denied block page (blocked). Add your own domains to the local block list and reload with: sudo systemctl reload e2guardian. Restrict port 8080 in the security group to your trusted client subnets - never expose it to 0.0.0.0/0.
Resources
Vendor resources
Support
Vendor support
cloudimg Support - 24/7 Technical Assistance
cloudimg provides round-the-clock technical support for this E2guardian filtering proxy image via email (support@cloudimg.co.uk ) and live chat. Our engineers assist with:
- Initial deployment and first boot configuration
- Scoping client access and restricting the proxy port to trusted subnets
- Building filtering policy (URL, domain, phrase and category lists)
- Chaining to an upstream Squid caching proxy
- Forwarding the access log to your SIEM for audit
- Tuning the filter groups and block page
- Troubleshooting connectivity, filtering and access control issues
Critical issues receive a one hour average response time. For billing, subscription changes, or refund requests, contact support@cloudimg.co.uk .
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.