Optimization Flashcards
1
Q
How do we increase availability?
A
To increase availability, you need redundancy
This typically means more data centers, more servers, more data bases, and more replication of data.
2
Q
What is a load balancer?
A
Load balancing refers to the process of distributing tasks across a set of resources.
3
Q
What is ELB?
A
A service provided by Amazon that automatically distributes incoming application traffic across multiple targets.
4
Q
Name three types of load balancers within ELB?
A
- Application Load Balancer (ALB). (HTTP / HTTPS)
- Network Load Balancer (NLB) (TCP / UDP / TLS)
- Classic Load Balancer (CLB)