Recently, I created a sample AWS CI/CD pipeline with a demo ReactJS application. It automates the basic phases of continuous integration and delivery/deployment.

I have used below AWS services

  • Pipeline services: CodePipeline, CodeBuild, CodeDeploy

  • Compute platform: Elastic Compute Cloud or EC2

  • Storage service: S3

  • Event/Log/Alert: CloudWatch

  • Notification: SNS

For code repository, I have used GitHub. Though I explored AWS’s CodeCommit (AWSs own private version control service) and it has a lot of features, hence it can be used but based on your requirement.

#aws #amazon #ci/cd pipeline #aws codepipeline #devops

Sample CI/CD pipeline using AWS CodePipeline
1.30 GEEK