Creating a Codebuild project and getting the output with CloudWatch Logs

Let’s start by going to the S3 console and creating a bucket that we are going to use to store the build artifacts. Once there, I will select my region (us-east-1), leave Bucket type as General purpose, provide a globally unique bucket name (codebuildbucket) and leave ACL’s disabled.

Download the following zip file from this repo and upload it to the bucket as is. Credit to Sam Colon

Now I have to create a policy then a service role in IAM

Last updated