AWS Elastic Beanstalk is an orchestration service offered from Amazon Web Services for deploying infrastructure which orchestrates various AWS services, including EC2, S3, Simple Notification Service (SNS), CloudWatch, autoscaling, and Elastic Load Balancers. 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. 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.
Supported applications and software stacks include:
- Ruby, PHP and Python applications on Apache HTTP Server
- .NET Framework applications on IIS 7.5
- Java applications on Apache Tomcat
- Node.js applications
- Docker containers
Supported deployment methods include:
- Zip files
- Java Web Application Archive (
.WAR
file) - Docker containers
- Git
Maps, Directions, and Place Reviews
Alternative AWS Technologies
- AWS CloudFormation provides a declarative template-based Infrastructure as Code model for configuring AWS.
- AWS OpsWorks provides configuration of EC2 services using Chef.
- AWS CodeDeploy provides automated code deployment to EC2 instances.
Competitors
- Microsoft Azure Web Sites
- Cloud Foundry
- Bluemix
- AppScale
- Google App Engine
- Heroku
- Engine Yard
- OpenShift
- Jelastic
- Oracle Application Container Cloud
Source of the article : Wikipedia
EmoticonEmoticon