Elastic Beanstalk In AWS.

Elastic Beanstalk In AWS.

Elastic Beanstalk.

AWS Elastic Beanstalk is a PAAS (Platform as a Service).Which makes easier for developers to deploy and manage applications in AWS cloud. Developers simply upload their application, and Elastic Beanstalk automatically handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring.

AWS Elastic Beanstalk supports Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker, and is ideal for web applications. However, due to Elastic Beanstalk’s open architecture, non-web applications can also be deployed using Elastic Beanstalk.

NOTE - When you create AWS elastic beanstalk it will automatically create an EC2 instance and load balancing for auto scaling. You can set how many max machine should be running.

AWS Elastic Beanstalk stores your application files and, optionally, server log files in Amazon S3. If you are using the AWS Management Console, the AWS Toolkit for Visual Studio, or AWS Toolkit for Eclipse, an Amazon S3 bucket will be created in your account for you and the files you upload will be automatically copied from your local client to Amazon S3. Optionally, you may configure Elastic Beanstalk to copy your server log files every hour to Amazon S3. You do this by editing the environment configuration settings.