Once we are done with creating the CodeCommit repository, we have to create two S3 buckets, one for storing versions of application and the other for deploying content that will be used by AWS CodeDeploy.
Creating the S3 bucket and enabling versioning
Getting ready
We need to create two S3 buckets in the same region where the CodeCommit repository CC-AWSSTAR-APP lies. We also need to enable versioning in a bucket which will have different versions of the application.
How to do it...
We have to follow the steps to create an S3 bucket and enable versioning:
- Go to the AWS...