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
- Download latest Jenkins WAR file from http://mirrors.jenkins-ci.org/war/latest/jenkins.war onto your computer.
- 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.
- Click the Launch Application button. Choose 32-bit Amazon Linux with Tomcat 7.
- Enter Environment Name and Environment URL.
- Click Continue.
- Click Finish.
Manage Elastic Beanstalk
- Modify the application description or the application configuration. Edit the Configuration.
- Delete one of the versions, or any of the versions.
- Configure the notification service.
- View system events. There is monitoring, logs, etc.
Delete an Elastic Beanstalk application
- Delete the Versions, then the Application.