It has the ability to distributes traffic across different region. Resolves domain name to IP address. Distributes traffic based on latency, load balancer health etc…
Devops
Elastic Load Balancing
It distributes the traffic across availability zone. It provides single Host name endpoint for the users. ELB Route traffic to healthy instances is a major advantage of it. Load distubutes to ELB via Round robin mecahanis. ELB distributes HTTP traffic…
Vertical scaling vs Horizontal scaling
In case of Vertical scaling, it depends on the usage we scale the resources like CPU,memory by changing instance type from t2.micro to t3.large. In case of Horizontal scaling we add more instances as well as upgrade the instance type…
Ansible on Windows
We can now manage windows machine using Ansible. For that, we need to install the following setup in our windows machine. ===========1. Install Python-winrm to allow Ansible to connect to the Windows machines2. Upgrade to PowerShell 3.0+ to support Windows…