Wednesday 4 January 2023

Hands-on: Creating an Elastic Beanstalk Application

 Hands-on: Creating an Elastic Beanstalk Application

  1. From the Compute Section click on Elastic Beanstack.
    AWS Management Console
  2. Click on Create Application under Elastic Beanstalk.
    AWS Elastic Beanstalk Console
  3. Give your application a name.
    Elastic Beanstalk Application Name
  4. In the Application tags section you can tag your application by giving key-value pairs.
    Tag for Elastic Beanstalk Application
  5. In the platform section, you have to choose a platform, platform branch, platform version (In Platform  Select PHP as the web application environment, In Platform branch you have to select the instance type on which your environment will going to create. I am using Amazon Linux 2, In Platform, version select the recommended version.)
    Runtime platform for Elastic Beanstalk Application
  6. In the Application code section you have to choose a sample application and then click on Create application.
    Sample Application for Elastic Beanstalk
  7. Once all the backend services will create then you will see the following screen. Click on the link to see your sample application.
    PHP application Elastic Beanstalk
  8. After clicking on the link you will see your application on the new tab of your browser.
    Running application on Elastic Beanstalk
    Now we created a running sample PHP application using Elastic Beanstalk

No comments:

Post a Comment