To create a stack on AWS bean stalk follow the steps below
Select an application name I selected
test-beanstalk-app
and tags you want to attach to this app
After that on platform select
- Platform- Language with which you want to deploy your app
- Select version of node.js I selected the automatically selected one
- Platform version- Version of AWS platform that you want to select as different versions support deifferent node.js engines
In application code select sample application for a test app. If you want to upload your own code select upload your code
Click on create application and wait for a few minutes after a few logs you will see the following screen
Click on the app link highlighted in the previous image to have a look at your demo app.
After that in configuration you can check all the things that were setup by AWS beanstalk
You can create various environments in the environments like creating develop, production etc.
Finally delete your app using the applications tab and select application and after that click on actions and click delete application.
We are done with creating a platform in Beanstalk next will study how to create your own pipelines in AWS
Top comments (0)