AWS CCP Notes

Search

Search IconIcon to open search

17-02 AWS Elastic Beanstalk

Last updated Aug 17, 2023 Edit Source

# What is Platform as a Service? (PaaS)

a PaaS allows customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app

# Elastic Beanstalk

35 Elastic Beanstalk is a PaaS for deploying web applications with little-to-no knowledge of the underlying infrastructure so you can focus on writing application code instead of setting up an automated deployment pipeline and DevOps tasks.

Choose a platform, upload your code and it runs with little knowledge of the infrastructure.

Note

Not Recommended for Production applications
However, AWS is talking about enterprises, large companies.

Elastic Beanstalk is powered by a CloudFormation template and setups for you: