Overview
This is a repackaged open-source software product wherein additional charges apply for support by Solve DevOps.
HAProxy is a robust, open-source solution that specializes in load balancing and proxying services. It is perfectly suited for API management and microservices architecture. Designed to optimize traffic flow, HAProxy enables seamless scaling and high availability, ensuring reliable, efficient distribution of workloads across multiple servers. Whether you are running complex applications, managing API traffic, or need to scale services, HAProxy enhances performance and resilience in your AWS environment.
Key Use Cases for HAProxy on AWS:
- API Load Balancing: Efficiently manage incoming API requests, distribute load across multiple instances, and optimize response times for a smooth client experience.
- Microservices Support: Balance requests among microservices, reduce latency, and maintain high availability, making it ideal for modern cloud-native applications.
- Web Application Scalability: HAProxy distributes web traffic across servers, ensuring that applications remain responsive and scalable, even during peak loads.
Take your cloud infrastructure to the next level with HAProxy on AWS. Deploy now and experience powerful, reliable load balancing for your applications.
Highlights
- Full Root Access
- Logging Preconfigured
- Microservice Support
Details
Typical total price
$0.069/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.027 | $0.006 | $0.033 |
t2.micro AWS Free Tier | $0.027 | $0.012 | $0.039 |
t2.small | $0.027 | $0.023 | $0.05 |
t2.medium | $0.027 | $0.046 | $0.073 |
t2.large | $0.027 | $0.093 | $0.12 |
t2.xlarge | $0.027 | $0.186 | $0.213 |
t2.2xlarge | $0.027 | $0.371 | $0.398 |
t3.nano | $0.027 | $0.005 | $0.032 |
t3.micro AWS Free Tier | $0.027 | $0.01 | $0.037 |
t3.small | $0.027 | $0.021 | $0.048 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp3) volumes | $0.08/per GB/month of provisioned storage |
Vendor refund policy
Cancel Anytime
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
Includes the latest HAProxy and Ubuntu 24.04.
Additional details
Usage instructions
Getting Started: It has never been this easy to deploy HAProxy on AWS
-
Provision a VM with a suitable capacity for your needs.
-
Access EC2 instance over SSH username: ubuntu password: < SSH-Key >
-
Access the haproxy configuration file at: /etc/haproxy/haproxy.cfg to add your frontend and backend services. Sample configuration would look like below;
Frontend configuration
frontend http_front bind *:80 mode http default_backend servers
# ACL and routing based on URL path (optional) # acl is_api path_beg /api # use_backend api_servers if is_apiBackend configuration
backend servers mode http balance roundrobin option httpchk GET /healthcheck
server server1 192.168.1.101:80 check server server2 192.168.1.102:80 checkResources
Vendor resources
Support
Vendor support
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.