Developing and hosting web applications in AWS using Elastic Bean Stalk.
Step 1 :Create account in AWS management console , and select the region.
Step 2: Create an application and an Environment and Open the elastic Beanstalk console.
Step 3: Provide an application name choose platform as Node.js
Step 4:Creates an Elastic Beanstalk application named Cynthapp. Launches an environment named Cynthapp-env with AWS resources. During the environment creation process, the console tracks progress and displays events.
step 5: When all of the resources are launched and the EC2 instances running the application pass health checks, the environments health changes to Ok.
step 6: In navigation pane, choose Environments, and then choose the name of your environment from the list.The environment's url is located at the top of the overview, below the environment name. Choose the url to get to the example applications congratulations page.
Here, I have successfully created my application and upload an application version in the form of an application source bundle in Node.js to Elastic Beanstalk and it automatically launches an environmentand creates and configures the AWS resources
After you create and deploy your application including metrics, events, and environment status is available through the Elastic Beanstalk console
Comments
Post a Comment