Create S3 bucket

Create S3 bucket

  1. Create this Bucket for CodeBuild to save artifact (generate build.json file after each build). We use the following command:
ACCOUNT_ID=$(aws sts get-caller-identity | jq -r '.Account')
aws s3 mb s3://eks-${ACCOUNT_ID}-codepipeline-artifacts

Create S3 Bucket

  1. In the AWS Console
  • Find S3
  • Select S3

Create S3 Bucket

  1. In the S3 interface
  • Select S3
  • Select Bucket
  • View created bucket artifact

Create S3 Bucket