© 2023 Hashnode
#load-balancing
Introduction Overview There are several Load-balancing algorithms out there (For eg, refer to Cloudflare docs) viz. Static(Round Robin, Weighted Round Robin etc) & Dynamic(Least Connections, Response time etc.). Each has its merits & tradeo…
What is Load Balancing? Load balancing is the distribution of workloads across multiple servers to ensure consistent and optimal resource utilization. It is an essential aspect of any large-scale and…
A load balancer is a networking component or service that distributes incoming network traffic across multiple servers to ensure efficient resource utilization and high availability for applications o…
Automation in EC2 Amazon EC2 or Amazon Elastic Compute Cloud can give you secure, reliable, high-performance, and cost-effective computing infrastructure to meet demanding business needs. Also, if you…
AWS Certificate Manager (ACM) is a service that AWS provides, that lets you easily provision, manage, and deploy public and private SSL/TLS certificates for use with AWS services and your internal con…
Understanding the difference between latency and throughput in a system design will help you design better system that is both scalable and high in performance. It is also an important metric to measu…
Designing resilient and highly performant infrastructures makes up some of the core pillars of building well-architected solutions on AWS. A resilient solution has high availability and is highly faul…
Container Orchestration Docker container orchestration is the process of managing and coordinating multiple Docker containers in a distributed environment. It involves automating the deployment, scali…
Introduction Virtual Machine Scale Sets are used to run multiple instances of an application. In the event of any issues, customers can seamlessly access the application through one of the alternative…
Lab Scenario: Create Two EC2 Instances: Choose free tier server.t2.micro: Create security-key: Edit Network Settings: Create Security Group: Rules will be configured later in the lab: Launc…