⛳This video shows how to configure AWS codebuild and codedeploy. A simple Java jsp program is used as the base code to create the deployment package. CodeBuild uses S3 as the source repo. Once CodeBuild compiles and creates the war file from the code, the same is used to create the deployment package which is given as input to CodeDeploy.
This entire exercise is done manually. I have not automated the CI-CD process using CodePipeline (will do a separate video on that).
⛳CheatSheet available here. (Step by Step procedure to do the lab)
https://github.com/unuste37/YTResourc...
⛳Chapters
00:50 Tools Overview
03:02 CodeBuild Hands-on
12:04 CodeDeploy Hands-on
24:27 WebApp deployed
⛳Useful Docs
CodeBuild: https://docs.aws.amazon.com/codebuild/
CodeDeploy: https://docs.aws.amazon.com/codedeplo...
CodeBuild FAQ: https://aws.amazon.com/codebuild/faqs/
CodeDeploy FAQ: https://aws.amazon.com/codedeploy/faqs/