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.
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.
Check the application to confirm the changes have been implemented as expected.