AWS Certified SysOps Administrator:Associate Guide
上QQ阅读APP看书,第一时间看更新

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.