Challenge - Deployment via Pipeline

In this part, you will make a change to your application, commit and push those changes to trigger CodePipeline process to rebuild and deploy your project to an Elastic Beanstalk environment. Here are the general steps you can follow to make a change to the index.jsp file and push that change to git, which will trigger the CI/CD pipeline to build and deplooy the session’s new version of the application.

  1. Create new a branch.

DeployPipeline

  1. Find index.jsp.
  2. Change the text displayed.

DeployPipeline

  1. Commit the change.
  2. Switch to master branch.
  3. Merge the changes.

DeployPipeline

  1. Push the branch back to the origin.

DeployPipeline

  1. Re-access the application path when deploying changes to the Elastic Beanstalk environment. You should click on the various components in the CodeStar project dashboard and review the operations being performed by CodeBuild, CodePipeline, and Elastic Beanstalk.

  2. Check the application to confirm the changes have been implemented as expected.

DeployPipeline