Project 3 ???Aws DevOps Deployment

Completion Steps →

  1. fetch a code from github by git clone https://github.com/Aakibgithuber/Aws-DevOps-Project
  2. Setup code commit repository on aws
  3. push code to code commit using aws CLI
  4. setup aws code-build for building code
  5. setup S3 bucket for code storage
  6. setup code deploy for deployment of code stored in aws S3
  7. setup an EC2 in which you deployed your aplication
  8. Setting Up AWS CodeDeploy Agent on Ubuntu EC2
  9. create the deployment group and deploy the aplication
  10. Setup code pipeline to automate whole process

Step 1 →

  1. git clone https://github.com/Aakibgithuber/Aws-DevOps-Project

above command pulls your aplication code to your local that is need to pushed in aws code commit

Read More