When You have an application that is serving Huge Customer Base, so will be your Traffic. Sometimes The Application stops responding. We can use load Balancer in cases like this which distribute the Traffic it receives between the multiple VPS running the same application. AWS Professional Services helps to scale your application as your business grows.
Load Balancers are region specific, so you have to deploy all the applications in the same region. When running a Load Balancer configuration you set Load balancer for instances and not their IP Addresses, So you don't need to assign them with Elastic IPS and you can stop add and remove instances anytime from Load Balancers. So Deploy Instances accordingly and Configure your application.
To Demonstrate Load Balancing I will create 3 VPS setup and install Nginx using
now VPS port 80 will display Nginx welcome page.
In EC2 Services sidebar, Click Load Balancing --> Load Balancer. Then click on the Create Load Balancer.
Select a Name, the port to be exposed(80/443) and the Port the incoming traffic is to be redirected. Then Select Instances which host the same application and tag them if needed.
Create a Load Balancer with the above bare configuration and customize as per your requirements, wait for health to turn Green. You can find Load Balancer URL in Load balancer Properties.
Opening Load Balancer URL in the browser will display Nginx welcome page. (served by 1 of 3 vps endpoints).
To test the setup install apache-utils which also has Apache Benchmark package that we will use for Load Testing
Now you can ssh into individual instances and check the Nginx log count.
All three servers will have entries suggesting Load Balancer setup is successful.
Micropyramid is a software development and cloud consulting partner for enterprise businesses across the world. We work on python, Django, Salesforce, Angular, Reactjs, React Native, MySQL, PostgreSQL, Docker, Linux, Ansible, git, amazon web services. We are Amazon and salesforce consulting partner with 5 years of cloud architect experience. We develop e-commerce, retail, banking, machine learning, CMS, CRM web and mobile applications.
Django-CRM :Customer relationship management based on Django
Django-blog-it : django blog with complete customization and ready to use with one click installer Edit
Django-webpacker : A django compressor tool
Django-MFA : Multi Factor Authentication
Docker-box : Web Interface to manage full blown docker containers and images
More...