Hello,
We are using AWS Codebuild to initiate a Packer build of an AMI.
I need to be able to parse the output of the shell scripts that Packer runs so we can process what happened during the build and act accordingly.
Digging through the Packer documentation, there doesn't seem to be a supported method of communicating information from the build process back to the originating process...
What is the best way of getting the output from the build process and getting it into a file that can be easily parsed?