6eb68c5f1f
- Excercise and the Solution added
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