https://github.com/aws/elastic-load-balancing-tools
AWS Elastic Load Balancing Tools
https://github.com/aws/elastic-load-balancing-tools
Last synced: 8 months ago
JSON representation
AWS Elastic Load Balancing Tools
- Host: GitHub
- URL: https://github.com/aws/elastic-load-balancing-tools
- Owner: aws
- License: apache-2.0
- Created: 2016-05-16T16:30:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T22:25:36.000Z (about 1 year ago)
- Last Synced: 2025-05-15T16:21:56.764Z (8 months ago)
- Language: Java
- Homepage:
- Size: 3 MB
- Stars: 284
- Watchers: 24
- Forks: 104
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-java - Elastic Load Balancing
README
## Elastic Load Balancing Tools

[Elastic Load Balancing (ELB)](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html) automatically distributes incoming application traffic across Amazon EC2 instances,containers, or resources identified by IP addresses.
The types of ELB are:
- ALB - Application Load Balancer
- NLB - Network Load Balancer
- GWLB - Gateway Load Balancer
- CLB - Classic Load Balancer
Elastic Load Balancing Tools is a collection of utilities, tutorials and code samples to help AWS customers with their use of Elastic Load Balancing.
[Classic Load Balancer to Application Load Balancer copy utility](application-load-balancer-copy-utility/)
[Classic Load Balancer to Network Load Balancer copy utility](network-load-balancer-copy-utility/)
[Classic Load Balancer Console Link utility](classic-load-balancer-consolelink-utility/)
[Proxy Protocol v2 implementation Java library](proprot/)
[Step by step for Log Analysis with Amazon Athena](amazon-athena-for-elb/)
[CDK & CloudFormation samples for Log Analysis with Amazon Athena](log-analysis-elb-cdk-cf-template/)
[CloudFormation template for IP monitoring for Classic and Application Load Balancers](elb_ip_monitoring/)
[CloudFormation template for Sharding](sharding/)
[LCU reservation scheduler](scheduler-lcu-reservation/)