DevOps(Day-66): CI/CD pipeline on AWS - Part 2
TABLE OF CONTENTS
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
What is CodeBuild?
- 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
As we saw yesterday, create a repository in AWS CodeCommit and write an index.html file and commit it.
Clone the repository to your instance and verify the files.
Thanks for reading my article. Have a nice day.
Comments
Post a Comment