Overview
HAProxy Enterprise enables modern application delivery at any scale and in any environment, including on AWS. Fast and efficient load balancing improves application performance and reliability (2 million RPS on a single Arm-based AWS Graviton2 instance). Multi-layered security protects applications against DoS, bots, abuse, and layer 7 application attacks. Observability features enable fast issue resolution, pro-active prevention, and informed capacity planning.
Simple to deploy and administer, with flexible service discovery, RESTful Data Plane API, single sign-on (SSO), zero downtime reloads, automatic dynamic updates of ACL/Map files, SSL/TLS certificate automation (including Let's Encrypt integration and OCSP stapling), device detection and geolocation databases.
HAProxy Enterprise on AWS is compatible with HAProxy Fusion for centralized management, monitoring, and automation, including support for AWS Auto Scaling groups, Route 53, and CloudWatch. This combination simplifies the management and observability of your load balancing and WAF layers at scale.
Highlights
- Load balancing: Fast and reliable, high availability, wide protocol support, choice of algorithms, and complex routing logic.
- Security: Multi-layered defense for apps and APIs with SSL/TLS, bot management and crawler validation, rate limiting, and web application firewall (WAF).
- Observability: Advanced logging, Prometheus integration, SNMP, end-to-end request timing, OpenTracing.
Details
Typical total price
$0.52/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.35 | $0.006 | $0.356 |
t2.micro AWS Free Tier | $0.35 | $0.012 | $0.362 |
t2.small | $0.35 | $0.023 | $0.373 |
t2.medium | $0.35 | $0.046 | $0.396 |
t2.large | $0.35 | $0.093 | $0.443 |
t2.xlarge | $0.35 | $0.186 | $0.536 |
t2.2xlarge | $0.35 | $0.371 | $0.721 |
t3.nano | $0.35 | $0.005 | $0.355 |
t3.micro AWS Free Tier | $0.35 | $0.01 | $0.36 |
t3.small | $0.35 | $0.021 | $0.371 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
We do not refund hourly usage or annual subscription.
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.
Additional details
Usage instructions
Launching AMI: Deploy the HAProxy Enterprise AMI using the instance size of your choice. We recommend choosing an instance with at least 2 CPUs and with at least 8 GB RAM. Select the instance size, agree to the subscription terms, and follow the AMI configuration instructions.
Connecting to Instance: Once the AMI has been launched and fully booted (instance is being shown as healthy) you can connect to it using the SSH key pair that you selected while launching the instance.
Use the following command to connect to the instance depending upon the operating system that you selected. Please make note of the instance IP and connect either through private IP (from bastion host) or through public IP (EIP):
Ubuntu: ssh -i <private key> ubuntu@<ec2 IP> Red Hat Enterprise Linux: ssh -i <private key> ec2-user@<ec2 IP>
Starting and Managing the service: The HAProxy Enterprise service will automatically run upon initialization. You can manage the process using systemctl.
To view the process status run systemctl status hapee-2.6-lb
Accessing Web Dashboard: To access the dashboard you will need to first get the username/password from /README.txt
$ cat /README.txt
Then connect using http://<ec2 IP>:9022/
Quick Start Guide: https://www.haproxy.com/amazon-quickstart-guide/ Complete Documentation: https://www.haproxy.com/documentation/hapee/
Resources
Vendor resources
Support
Vendor support
9am - 6pm | Critical Issue Target Response Time: 8 hrs | Email and Web | Prompt Maintenance and Updates. We are available at contact@haproxy.com if you require 24x7 support, significantly shorter SLAs, and consultative support. Please activate your support license at https://www.haproxy.com/amazon-support-activation or contact us at contact@haproxy.com
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
Customer reviews
Reliable load balancer with some of the best documentation I have seen in Open Source
- documentation is very good
- there are a lot of examples on Stack Overflow
- very few beaking changes, even on major version upgrade
- friendly mailing list
- Integrations could be simplifed/built-in, like ACME/Let's Encrypt , GEOIP...
HAProxy is THE industry standard Load Balancer
It is easy to integrate and combined with automation software (like Ansible) you can deploy a fully reliable environment, essentially creating a turnkey solution ready for clients.
Project is well maintained with long support periods and upgrades can be performed in-place without disrupting traffic flow.