Build artifact and source artifact in AWS CodeBuild
A build artifact is the file that stores the result after CodeBuild finishes a build. It is used later during auto scaling. A source artifact is the file containing the source code that CodeBuild pulled in order to run the build.
When you run CodeBuild, both are created.
You can configure the upload location at CodeBuild > Build projects > select a build > in the submenu > Build details > Artifacts.

20211018
Leave a comment