Shrestha Rajat

Search

Search IconIcon to open search

Last updated Jul 9, 2023 Edit Source

# AWS Elastic Beanstalk (EB)

#aws #cloud

A PaaS solution from AWS to make deployment of web apps easier by providing a fully managed environment. It makes deployment of the application a lot easier just like Heroku.

It can launch all of the required resources for the Operating the Application on AWS by provisioning resources like EC2, ASG, ELB, SQS etc. by storing the code to S3 and creating them within your chosen VPC.

# Layers

# Applications

contains environment and environment versions. This can contain multiple versions.

# Environment

Versions of application that are deployed, where the resources are configured and provisioned by Elastic Beanstalk.

# Deployment

There are many deployment strategies with their own pros and cons.