Tuesday, March 22, 2022

AWS Compute - Elastic Beanstalk


Deploy Application using Serverless end to end service Beanstalk


Step 1: Select Elastic Beanstalk service.

Step 2: Click on Create Application

  • Application Name: MyApp
  • Platform: PHP
  • Application Code: Sample Code
  • Click on Create Application button

Step 3: Use Application URL to access the webapp


This will create all the necessary things e.g EC2 instance, security group, database.


Step 4: to delete the elastic beanstalk, you will need to delete the EC2 and everything it creates first.

No comments:

Post a Comment

Fluentd

Open-source log data collector > why logs? - for compliance (auditing, company, business) - for security (transparency, monitoring, admin...