Developing and hosting web applications in AWS using Elastic Bean Stalk

Developing and hosting web applications in AWS using Elastic Bean Stalk-19BCS073

Hello everyone, Today I am going to share my experience regarding Developing and hosting web applications in AWS using Elastic Bean Stalk. The pre-requisites required for the following are

  • simple NodeJS project git repository(feel free to clone my repo link)
  • An AWS account

So basically to achieve my goal that is deploying of web application I made use of these following services Code pipeline in AWS and Bean Stalk by AWS the code pipe line is basically used to provide proper infrastructure where as the bean stalk was used to deploy the application so lets get into the process then

  1. Clone my repo or create a simple NodeJS or any other framework project supported by bean stalk and store it in your git hub account simple web app

2. Now navigate to code pipeline service in AWS and create a pipeline and fill the details as follows

3. Skip build stage part to avoid too much complexities and for deployment provider choose AWS bean stalk but wait we have not still created an app in AWS bean stalk so lets pause this process here for a minute and open a AWS bean stalk service in new tab and go head and create a new app

4. This step will start the process of creating a new environment and this step might take some to complete so after creation go back to bean stalk page and give the application that we used to create the app in bean stalk

5. After all the hustles and troubles you will land to this below page once the deploy tab turns healthy open the tab and click on the URL







Comments