- AWS Certified SysOps Administrator:Associate Guide
- Marko Sluga
- 69字
- 2025-02-28 22:10:36
Stateless EC2 instance high availability
When our instances are stateless, it is very easy to make them highly available. The only thing that needs to be done is to create multiple instances in two or more availability zones in a region and put an Elastic Load Balancer (ELB) in front of them so that the requests being received from the clients (load) are evenly distributed across all instances.