AWS Elastic Load Balancing (ELB) vs Envoy

Need advice about which tool to choose?Ask the StackShare community!

AWS Elastic Load Balancing (ELB)

12.4K
8.6K
+ 1
59
Envoy

293
538
+ 1
9
Add tool

AWS Elastic Load Balancing (ELB) vs Envoy: What are the differences?

Introduction:

AWS Elastic Load Balancing (ELB) and Envoy are both popular solutions for load balancing in web applications. While they serve a similar purpose, there are key differences between them that make each unique and suitable for different use cases.

  1. Architecture: AWS Elastic Load Balancing (ELB) is a managed load balancing service provided by Amazon Web Services. It leverages the global infrastructure of AWS and offers built-in support for various AWS services. Envoy, on the other hand, is an open-source proxy and communication bus. It can be deployed as a sidecar proxy or as a standalone network component.

  2. Flexibility and Customization: Envoy provides a high level of flexibility and customization options. It allows users to define their own load balancing algorithms, request routing rules, and traffic management policies. In contrast, AWS ELB provides a more managed and simplified approach, offering predefined load balancing algorithms and limited customization options.

  3. Integration with Service Mesh: Envoy is commonly used as a key component in service mesh architectures, such as Istio. It provides advanced features like traffic splitting, circuit breaking, and observability, which are essential for managing microservices-based applications. AWS ELB, although capable of load balancing across multiple services, does not offer the same level of integration with service mesh frameworks.

  4. Platform Independence: Envoy can be deployed on various cloud platforms, including AWS, as well as on bare metal or on-premises infrastructure. This platform independence allows users to have consistent load balancing capabilities across multiple environments. In contrast, AWS ELB is tightly integrated with the AWS ecosystem and can only be used within the AWS cloud environment.

  5. Cost and Pricing Model: AWS ELB follows a pay-as-you-go pricing model, where users are charged based on the amount of data processed and the specific features used. Envoy, being open-source, does not have any direct cost associated with it. However, deploying and managing Envoy may require additional resources and expertise, which can indirectly affect the overall cost.

  6. Managed Service vs Self-Managed Proxy: AWS ELB is a managed service provided by AWS, which takes care of the underlying infrastructure, scaling, and maintenance tasks. This makes it a more hands-off solution for load balancing. Envoy, being an open-source proxy, requires self-management and administration, including updates, scaling, and configuration. This provides greater control and customizability but also requires additional effort and resources.

In Summary, AWS Elastic Load Balancing (ELB) is a managed load balancing service with integration into the AWS ecosystem, while Envoy is a flexible open-source proxy that can be used in various environments, heavily adopted in service mesh architectures like Istio. Envoy offers more customization options and platform independence, but requires self-management and lacks direct AWS integration.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of AWS Elastic Load Balancing (ELB)
Pros of Envoy
  • 48
    Easy
  • 8
    ASG integration
  • 2
    Reliability
  • 1
    Coding
  • 0
    SSL offloading
  • 9
    GRPC-Web

Sign up to add or upvote prosMake informed product decisions

- No public GitHub repository available -

What is AWS Elastic Load Balancing (ELB)?

With Elastic Load Balancing, you can add and remove EC2 instances as your needs change without disrupting the overall flow of information. If one EC2 instance fails, Elastic Load Balancing automatically reroutes the traffic to the remaining running EC2 instances. If the failed EC2 instance is restored, Elastic Load Balancing restores the traffic to that instance. Elastic Load Balancing offers clients a single point of contact, and it can also serve as the first line of defense against attacks on your network. You can offload the work of encryption and decryption to Elastic Load Balancing, so your servers can focus on their main task.

What is Envoy?

Originally built at Lyft, Envoy is a high performance C++ distributed proxy designed for single services and applications, as well as a communication bus and “universal data plane” designed for large microservice “service mesh” architectures.

Need advice about which tool to choose?Ask the StackShare community!

What companies use AWS Elastic Load Balancing (ELB)?
What companies use Envoy?
See which teams inside your own company are using AWS Elastic Load Balancing (ELB) or Envoy.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with AWS Elastic Load Balancing (ELB)?
What tools integrate with Envoy?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

May 6 2020 at 6:34AM

Pinterest

JavaScriptC++Varnish+6
5
3372
JavaScriptGitHubNode.js+29
14
13437
GitHubPythonReact+42
49
40753
GitHubGitSlack+30
27
18360
What are some alternatives to AWS Elastic Load Balancing (ELB) and Envoy?
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GitHub
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
jQuery
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
See all alternatives