Elastic Beanstalk without Elastic Load Balancer

后端 未结 4 2109
情深已故
情深已故 2020-12-15 02:13

I would like to switch off Elastic Load Balancer (ELB) for my Elastic Beanstalk environment.

Currently I don\'t need it and I don\'t want to pay for it.

It

4条回答
  •  青春惊慌失措
    2020-12-15 03:05

    Since July 2013 Elastic Beanstalk supports "single-instance" environments that have a single container instance running without a load balancer. Existing environments that are set up using "load balancing environment" can be switched to "single instance" and vice versa.

    Prior to this it was not possible to remove the load balancer and have Elastic Beanstalk still work correctly. The load balancer is an integral part of the way that Elastic Beanstalk works in "load-balancing environment" configurations.

提交回复
热议问题