Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

S3

AWS DevOps
Web Application
Project For
CodeCommit CodeBuild CodeDeploy EC2
RESUME
code files

CodePipeline

Prerequisites
1. AWS Account
2. IAM User
PART-1
1. What is CodeCommit ?
2. Creating a Repository on CodeCommit.
3. Pushing Code Files to CodeCommit Repository.

PART-2
1. What is CodeBuild?
2. Create buildspec.yml file and push to CodeCommit.
3. Create S3 bucket to store artifacts.
4. Start build project.

PART-3
1. What is CodeDeploy?
2. Create appspec.yml file and push to CodeCommit.
3. Start CodeBuild to store updated artifacts on S3 ,
4. Create EC2 instance and install CodeDeploy Agent on it.
5. Start Deployment.
6. Automation using CodePipeline.

You might also like