amazon web services - When deploying a Docker container to AWS, do i need to deploy my own reverse proxy as well? -


i have rails api handle data , server logic other client apps. when dockerizing , deploying aws elastic beanstalk (generic docker - single container), fails. need deploy multiple containers, include own configuration of nginx? or aws have way handle reverse proxy me? looking little guidance. if have handle nginx myself that's fine (and pointers there nice), i'm trying offload setup , configuration possible onto services aws provides , keep more narrow focus on code need write api itself

you can use aws alb, application load balancer ( https://aws.amazon.com/de/elasticloadbalancing/applicationloadbalancer/ ), deploy in ec section , understand container configuration, offers target container / port in ecb stack. way avoid own nginx container load balancer configuration, alb handle you, ssl interception , promise reliable ( , limitations )


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -