Elastic Beanstalk (for simple solutions)

Elastic Beanstalk is the AWS Platform as a Service (PaaS). It help provisioning resources for you. It is a single-stop application deployment model. You bring your code, and the provider builds everything for you, deploy your application, and then manages it going forward.

  • Automation: Automate all the deployments. Create a template of how you'd like your environment to appear.

  • Deployment: Handles all deployments. You can upload your code, test your code, and then deploy to production.

  • Management: Handles building out the insides of your EC2 instances.

Last updated

Was this helpful?