All terms

Glossary

Load balancer

A distributor that spreads incoming requests across instances and takes failed ones out of rotation.

Besides distribution it usually terminates encryption and runs health checks against the instances behind it.

It is the place where deployment strategies such as blue-green or canary are technically implemented.

Read moreWhen AWS loses a region