You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
====== Reduce costs by setting the environment type
357
+
By default an Elastic Beanstalk environment is load balanced. The load balancer has a cost
358
+
perspective, to avoid it, set the environment type to "`Single instance`" as described
359
+
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-create-wizard.html#environments-create-wizard-capacity[in the Amazon documentation].
360
+
Single instance environments can be created using the CLI as well using the following
361
+
command:
362
+
363
+
[indent=0]
364
+
----
365
+
eb create -s
366
+
----
367
+
368
+
369
+
370
+
==== Summary
371
+
This is one of the easiest way to get to AWS, but there are more things
372
+
to cover, e.g.: how to integrate Elastic Beanstalk into any CI / CD tool, using the
373
+
Elastic Beanstalk maven plugin instead of the CLI, etc. There is a
0 commit comments