Giriş
Beanstalk bileşenleri şöyle
- AWS Elastic Load Balancer- Nginx
- Application Server : Mesela Java, Tomcat, ve Amazon Linux
Şeklen şöyle
Açıklaması şöyle
There is an AWS elastic load balancer in the forefront. This Load Balancer will distribute the traffic to a set of EC2 instances (which can be auto-scaled). Each EC2 instance will have an Nginx web server and a Tomcat application server. Requests sent by the Elastic Load Balancer are first handled by the Nginx server. Then the Nginx server forwards the request to the tomcat server.