Ubuntu web Server Load balancing through AWS ELB
Hello Dosto,
We will see about AWS ELB which is very popular while distributing load between multiple servers.
There are 4 types of load balancers in AWS-
- Application Load Balancer
- Network Load Balancer
- Gateway Load Balancer
- Classic Load Balancer
Benefits of ELB-
- Highly availability and elasticity
- Security
- Feature breadth
- Robust monitoring & visibility
- Integration and global reach
- Migrating to AWS
- Modernizing applications with serverless and containers
- Building a hybrid cloud
- Scaling third-party virtual appliances
- 2 EC2 instances with Ubuntu Server
- SSH access and port HTTP port opened from Security Group
- Install Apache Server on each instance
- Move default index.html in .bk file and create new index.html with below code.
<!DOCTYPE html> <html> <body> <h1>Welcome, TechAdda Cloudy !</h1> <p>This is WebServer </p> </body> </html>
5. Repeat Step 4 for second web Server and you can give different name to both the servers.
Now both the web servers are ready.Lets start for creating ELB.
Select Load balancer type and follow the instructions.You can get complete process details on the below Video link
Comments
Post a Comment