mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
486 B
486 B
AWS Elastic Beanstalk - Node.js
Requirements
- Having a running node.js application on AWS Elastic Beanstalk platform
Objectives
- Create an AWS Elastic Beanstalk application with the basic properties a. No ALB, No Database, Just use the default platform settings
Out of scope
- Having ALB attached in place
- Having custom domain name in place
- Having automated pipelines in place
- Having blue-green deployment in place
- Writing the Node.js application