Building Applications with AWS CodeBuild
Amazon CodeBuild is a fully managed AWS service that continuously integrates and compiles source codes and builds production-ready software applications.
You will start this Cloud Lab by creating a CodeBuild project. You’ll learn how to dynamically set it up using environment variables and then move on to uploading deployable artifacts created by CodeBuild to an S3 bucket you will create. You will also learn to generate reports for your CodeBuild project builds.
The following architecture diagram represents the final infrastructure on your AWS cloud, after you have set up and configured CodeBuild on it:
By the end of this Cloud Lab, you will be able to create and launch CI/CD pipelines on Amazon, an essential skill for any cloud architect.