Overview
Athens and nginx running
The athens and nginx services active, Athens bound to 127.0.0.1:3000 (loopback only), nginx owning port 443, plus the Athens 0.18.1 version banner.
Athens and nginx running
Per instance authentication
go mod download through Athens
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Athens is an open source, enterprise ready implementation of the Go module proxy, the GOPROXY protocol built into the Go toolchain. Point your developers and CI pipelines at an Athens server and every go build, go test and go mod download fetches modules through it. Athens downloads each module version once, stores it in its own on disk cache, and serves every later request from that cache. The result is faster builds, far less duplicated download traffic, and reproducible builds that keep working even when an upstream module is deleted, retagged, or its VCS host is unreachable. This image delivers Athens fully installed and configured, running as a hardened systemd service behind nginx, so a working module proxy is answering within minutes of launch and you skip hours of manual setup, TLS termination and access control hardening.
Application stack: Athens binds to the loopback interface only, and nginx is the single network facing surface. nginx terminates TLS on port 443 and fronts the entire proxy with HTTP basic authentication, so the proxy is never an open relay. The Go toolchain and git are installed on the image because Athens shells out to the go command to fetch modules on a cache miss, then persists them to disk. The module cache lives on a dedicated data disk, separate from the operating system disk, so your cache has room to grow and is easy to reason about. The whole appliance is driven by the standard go command rather than a web console, which makes it straightforward to adopt across your team and your CI and CD.
Secure by default with no shared credentials: Athens itself ships with no authentication, which means an unprotected Athens is an open module proxy. This image never exposes it that way. Nothing secret is baked into the image. On the first boot of every instance, Athens generates a unique HTTP basic authentication username and password and a unique self signed TLS certificate, and writes the credentials to a root only file on the instance. Unauthenticated requests are rejected, and the module protocol is reachable only over TLS with the per instance credentials.
Key capabilities: cache Go modules once and serve them fast to your whole team; guarantee reproducible builds that survive upstream deletions and retags; reduce external download traffic and build times across CI; keep a private module cache on a dedicated data disk; and serve it all over TLS from a single hardened instance, driven entirely by the standard go command.
Get started: read the generated credentials, then set GOPROXY on your workstations and build agents to the authenticated HTTPS URL of this instance. Run go build or go mod download and watch modules flow through the proxy and populate the cache. cloudimg engineers can help you design proxy topology, upstream and fallback configuration, TLS with your own domain and certificate, and rollout across your development teams after purchase.
This is a repackaged open source software product with additional charges for cloudimg support services. Athens is a trademark of its respective owner. 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
- Athens, the open source Go module proxy, fully installed as a hardened systemd service. Point GOPROXY at it and every go build and go mod download fetches through Athens, which caches each module once on a dedicated data disk and serves reproducible, fast builds that keep working even when an upstream module is deleted or retagged.
- Secure by default and never an open proxy: on first boot every instance generates its own HTTP basic authentication credentials and its own TLS certificate. Athens binds to loopback only and is reachable exclusively through nginx TLS with per instance basic authentication, so unauthenticated requests are rejected. No shared or baked in credential ships in the image.
- 24/7 expert technical support from cloudimg with a one hour average response time for critical issues. Our engineers help with GOPROXY rollout across teams and CI, upstream and fallback proxy configuration, nginx TLS and custom domains, module cache sizing on the data disk, and Athens 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; Ubuntu 24.04 uses ubuntu). Retrieve the per instance proxy credentials with: sudo cat /root/athens-aws-credentials.txt. That file contains the HTTP basic auth username and password, the HTTPS proxy URL (https://<instance-public-ip>/), and a ready to paste GOPROXY example. To use the proxy from a workstation or CI agent: copy this instance's self signed certificate /etc/nginx/tls/athens.crt and trust it (export SSL_CERT_FILE=/path/to/athens.crt), then set GOPROXY to the authenticated HTTPS URL, for example export GOPROXY="https://<user>:<password>@<instance-public-ip>/" and export GOSUMDB=off, then run go build or go mod download and modules flow through Athens and are cached on the instance. Athens binds to loopback only; nginx terminates TLS on port 443 and enforces the per instance basic auth, so the proxy is never an open relay. An unauthenticated request returns 401. The module cache lives on a dedicated data disk mounted at /var/lib/athens. An unauthenticated GET /healthz on port 443 is available for load balancer probes.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this Athens Go module proxy product by email (support@cloudimg.co.uk ) and live chat. We help with deployment and first boot configuration, pointing GOPROXY at the proxy from workstations and CI and CD agents, upstream and fallback proxy configuration, private module and authentication patterns, module cache sizing and management on the dedicated data disk, configuring nginx TLS with your own domain and CA signed certificate, Athens version upgrades and patch guidance, performance tuning and troubleshooting. 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.
Similar products
