Balaji Vajjala's Blog

A DevOps Blog from Trenches

03

  • 3.10 AWS Elastic Beanstalk
    • Learning Objectives
    • Deploy an application with Elastic Beanstalk
    • Manage Elastic Beanstalk
    • Delete an Elastic Beanstalk application

3.10 AWS Elastic Beanstalk

Learning Objectives

By the end of this lesson you will be able to:

  • Deploy an application with Elastic Beanstalk.
  • Manage applications using Elastic Beanstalk.
  • Delete an application that was deployed using Elastic Beanstalk.

Deploy an application with Elastic Beanstalk

  1. Download latest Jenkins WAR file from http://mirrors.jenkins-ci.org/war/latest/jenkins.war onto your computer.
  2. Go to the Elastic Beanstalk tab in the AWS Management Console and select Upload your own application. Add a description. Select Upload your Existing Application and choose the location of the Jenkins WAR file you just downloaded. Click Continue.
  3. Click the Launch Application button. Choose 32-bit Amazon Linux with Tomcat 7.
  4. Enter Environment Name and Environment URL.
  5. Click Continue.
  6. Click Finish.

Manage Elastic Beanstalk

  1. Modify the application description or the application configuration. Edit the Configuration.
  2. Delete one of the versions, or any of the versions.
  3. Configure the notification service.
  4. View system events. There is monitoring, logs, etc.

Delete an Elastic Beanstalk application

  1. Delete the Versions, then the Application.