Create S3 Bucket Deployment

AWS CodeDeploy requires deployment artefacts to be stored in an S3 bucket. In this section, we will create a bucket for that purpose, using the AWS CLI.

  1. Open terminal and use the following command:
aws s3 mb s3://idevelop-codedeployartefacts-<yourinitials>

CreateDeploymentS3 Replace with your name so that the bucket name is unique.