DEV Community

Ajit Singh for This is Learning

Posted on

AWS Elastic Beanstalk

Most if the time developers just want to deploy code and don't want to worry about the infrastructure. This is where elastic Beanstalk comes in it automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring. It is an easy-to-use service for deploying and scaling web applications and services on familiar servers such as Apache, Nginx, Passenger, and IIS.

AWS Elastic Beanstalk Properties

  1. It is a very easy to use service

  2. Lets us keep full control over the underlying resources.

  3. It is free but you pay for the resources you use

  4. It is a managed service it handles

    1. Instance configuration
    2. Deployment
    3. Monitoring
    4. Load balancing

Next we will do a hands on how to use AWS Elastic Beanstalk

Top comments (0)