AWS Elastic Beanstalk

{{short description|Orchestration service offered by Amazon Web Services}}

{{Infobox software

| name = AWS Elastic Beanstalk

| title =

| logo =

| screenshot =

| caption =

| collapsible =

| author =

| developer = Amazon Web Services

| released = January 19, 2011{{Cite web

|url= http://aws.amazon.com/releasenotes/AWS-Elastic-Beanstalk/3227428347751765/

|title= Release: AWS Elastic Beanstalk

|access-date= 2013-05-06}}

| discontinued =

| latest release version =

| latest release date =

| latest preview version =

| latest preview date =

| programming language =

| operating system =

| platform =

| size =

| language =

| genre = Web development

| license = Proprietary

| website = {{URL|aws.amazon.com/elasticbeanstalk/}}

}}

AWS Elastic Beanstalk is an orchestration service offered by Amazon Web Services for deploying applications which orchestrates various AWS services, including EC2, S3, Simple Notification Service (SNS), CloudWatch, autoscaling, and Elastic Load Balancers.{{Cite web

|url= http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html

|title= What Is AWS Elastic Beanstalk and Why Do I Need It?

|access-date= 2013-05-27}}

Elastic Beanstalk provides an additional layer of abstraction over the bare server and OS; users instead see a pre-built combination of OS and platform, such as "64bit Amazon Linux 2014.03 v1.1.0 running Ruby 2.0 (Puma)" or "64bit Debian jessie v2.0.7 running Python 3.4 (Preconfigured - Docker)". Deployment requires a number of components to be defined: an 'application' as a logical container for the project, a 'version' which is a deployable build of the application executable, a 'configuration template' that contains configuration information for both the Beanstalk environment and for the product.{{Cite web |url=https://digitalcloud.training/aws-elastic-beanstalk/ |title=AWS Elastic Beanstalk: deployment options|date=5 January 2022 }} Finally an 'environment' combines a 'version' with a 'configuration' and deploys them. Executables themselves are uploaded as archive files to S3 beforehand and the 'version' is just a pointer to this.

Applications and software stacks

Supported applications and software stacks include:{{Cite web

|url= http://aws.amazon.com/elasticbeanstalk/faqs/

|title= AWS Elastic Beanstalk FAQ

|access-date= 2020-03-17}}

References

{{Reflist|30em|refs=

{{Cite book

|title=Amazon Web Services in Action

|last1=Wittig |first1=Andreas

|last2=Wittig |first2=Michael

|year=2016

|publisher=Manning Press

|isbn=978-1-61729-288-0

|ref={{harvid|AWS in Action|Wittig|2016}}

|page=132-133

}}

}}