Easegress 2.11.0 on Ubuntu 24.04

AWS Application Infrastructure

Easegress, an open source cloud native traffic orchestration system that routes, load balances and secures HTTP traffic through declarative pipelines.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Easegress is a free, open source traffic orchestration system for HTTP services. It sits in front of your applications as a programmable gateway, matching incoming requests against declarative routing rules and passing each one through a pipeline of composable filters that can proxy to backend pools, load balance across them, validate credentials, rewrite headers, apply rate limiting and circuit breaking, and mirror or mock traffic. Configuration is declarative and applied at runtime with the egctl command line client against a REST administration API, so routes and policies change without restarts or redeployments, and the whole gateway runs as a single binary with an embedded configuration store rather than a cluster of moving parts. It suits teams that want an API gateway, reverse proxy and traffic management layer they can define as configuration and version alongside their services.

Why the cloudimg image

cloudimg delivers Easegress fully installed under systemd with a working gateway you can send traffic through the moment the instance boots: a health probe, a demonstration route that is genuinely proxied and round robin load balanced across two backends, and an authenticated administration route. The image is secure by default. The administration API and its embedded configuration store are bound to loopback only, so nothing administrative is reachable from the network, and the one administration path that is exposed is gated by a credential generated uniquely on each instance's first boot, so no secret is ever shared between instances. The gateway runs as an unprivileged system user, the egctl client is on the path for immediate use, and every deployment carries a paired deployment guide and 24/7 support.

Common uses

  • Front your services with an API gateway and reverse proxy
  • Load balance and route HTTP traffic with declarative pipelines
  • Apply authentication, rate limiting and resilience at the edge

Key features

  • Production-ready in minutes: Easegress pre-configured as a systemd service with a live demo route that round-robin load-balances a real proxied request across two backends. No manual binary install, no config authoring, no reverse-proxy wiring. Launch the AMI and the traffic gateway is orchestrating requests immediately.
  • Secure by default: the administration API and embedded config store bind to loopback only, so nothing administrative is on the network directly. The one network-facing admin path is gated by a per-instance bcrypt credential generated fresh on first boot. No shared or default secret ships in the image.
  • Composable traffic orchestration with 24/7 cloudimg support: build pipelines from proxy, load balancing, rate limiting, circuit breaking, retries, header manipulation, and request validation filters, all managed declaratively with the egctl CLI or REST API. Expert support covers deployment, configuration, and putting your own services behind the gateway.

Description

This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

## Why This AMI Over Manual Deployment

Standing up Easegress by hand means downloading and checksum-verifying the release binary, writing the server config, keeping the administration API off the public network, generating an admin credential, wiring a reverse-proxy pipeline, and running it as an unprivileged service that can still bind port 80. This AMI does all of that for you: a working traffic gateway is serving requests within minutes of launch, with a unique administration credential generated automatically on first boot. Unlike a default install that leaves the admin API reachable without authentication, this image binds the admin API to loopback only and puts the one network-facing administration path behind a per-instance basic-auth credential. It runs as native systemd services with no container runtime required.

## Application Stack

Easegress is a single Go binary (easegress-server) with an embedded configuration store, driven by declarative HTTPServer and Pipeline objects applied with the egctl command-line tool. The data-plane HTTP server owns port 80 and runs as a dedicated unprivileged service account. A health-probe pipeline answers an unauthenticated load-balancer check, a demo pipeline round-robin load-balances a real proxied route across two local upstreams, and an administration pipeline gates the REST API behind basic authentication. The administration API and its embedded config store are bound to the loopback interface so they are never exposed to the network directly.

## Traffic Orchestration

Easegress routes and shapes traffic through pipelines built from composable filters: proxy and load balancing, request and response building, header manipulation, request validation, rate limiting, circuit breaking, retries, and more. Point a pipeline at your own upstreams to place any service behind the gateway. The bundled demo route shows a real request being proxied and round-robin load-balanced across two distinct backends, so the full orchestration path works end to end out of the box.

## Ecosystem Compatibility

Easegress fits in front of any HTTP workload. Pair it with an Application Load Balancer or Amazon Route 53 for public ingress, back it with services running on Amazon EC2, Amazon ECS, or Amazon EKS, and terminate TLS at the gateway or upstream. Its declarative objects are managed with egctl or the REST API, so configuration can be version-controlled and applied through your existing automation.

## Secure First Boot

On the first boot of your instance, a one-shot service generates a fresh administration password unique to that instance, stores it as a bcrypt hash for the gateway to validate against, and writes it to a root-only file. No shared or default credential ships in the image, and the gateway's own administration API stays bound to loopback so the only network administration path is the authenticated one.

## Use Case: Put a Service Behind a Gateway

A team wanting a single point of control in front of an internal API replaces the demo upstreams with their own backends, applies the change with one egctl command, and immediately gets load balancing, health checking, and a place to add rate limiting, retries, and request validation - without writing that logic into every service.

## Additional Use Cases

  • A reverse proxy and load balancer for self-hosted HTTP services
  • An API gateway with rate limiting, circuit breaking, and request validation
  • A traffic-shaping layer for canary and blue-green rollouts

## Getting Started

Launch the AMI, retrieve the generated admin credential from the root-only file, and call the unauthenticated health endpoint and the demo route to see traffic being proxied and load-balanced. To bring your own service under the gateway, edit the objects file to point the demo pipeline at your upstreams and re-apply it with egctl. The user guide walks through it.

## cloudimg Support

24/7 technical support by email and live chat. Our engineers help with deployment, pipeline and filter configuration, load balancing and health checks, rate limiting and resilience, securing and exposing the administration API, and putting your own services behind the gateway.

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.

Related technologies

traffic gatewayapi gatewayreverse proxyload balancercloud native gatewaytraffic orchestrationrate limitingcircuit breakermicroservices gatewayself-hosted proxy