DevOps(Day-66): CI/CD pipeline on AWS - Part 2

 

  • What is CodeBuild?

  • Task-01: Creating CodeBuild

  • Task-02: Configuring a Webpage with Codebuild.

On our journey of making a CI/CD pipeline on AWS with these tools, we have completed AWS CodeCommit.

Next few days we'll learn these tools/services:

  • CodeBuild

  • CodeDeploy

  • CodePipeline

  • S3

  • AWS CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale your own build servers.

Task-01: Creating CodeBuild

  • Read about Buildspec file for Codebuild.

  • create a simple index.html file in CodeCommit Repository

  • you have to build the index.html using nginx server

  1. As we saw yesterday, create a repository in AWS CodeCommit and write an index.html file and commit it.

  2. Clone the repository to your instance and verify the files.

Thanks for reading my article. Have a nice day.

Comments

Popular posts from this blog

DevOps(Day-97): Meta-Arguments in Terraform

DevOps(Day-95): Auto Scaling with Terraform

DevOps (Day-1) Introduction