Basic Information
| Field | Details |
|---|---|
| English name | AWS Elastic Beanstalk |
| Full name | AWS Elastic Beanstalk |
| Chinese description | 应用部署与托管服务 |
| Japanese description | AWS Elastic Beanstalk(アプリケーションのデプロイ・管理サービス) |
| Exam frequency | ⭐⭐⭐ |
| Often confused with | CloudFormation / ECS / Lambda |
In one sentence
A managed application deployment service that provisions common AWS infrastructure from uploaded application code.
Key points
- Upload application code and Beanstalk creates and operates resources such as EC2, load balancers, and Auto Scaling.
- It is a PaaS-style experience, while the underlying resources remain visible and configurable.
- It suits conventional web applications that need faster deployment without designing every resource manually.
Exam takeaway
CloudFormation manages general infrastructure; Beanstalk focuses on application deployment and environments.