A complete Guide of CI/CD pipeline and deploy your app in EC2

What is codepipeline ? Pipeline (CI/CD) can be defined as a series of steps that must be performed in order to deliver a software. CI/CD focuses on delivery of softwares smoothly via automation.During the SDLC process any software should pass from different phases like development, testing, production and monitoring, such long processes are automated using … Read more

How to use AWS CodeCommit and CodeBuild.

what is codecommit and codebuild ? CodeCommit – helps to store our code CodeBuild-  helps to building and testing our code this is a brief introduction of codecommit and codebuilt now, Let’s start how to use it Step 1 To start any project you need to create the repository first, so click on the service … Read more

AWS Codestar and creating project from template

What is code star ? AWS Codestar enables you to quickly develop, build, and deploy applications on AWS. It provides a unified user interface, enabling you to easily manage your software development activities in one place.It is a collaborative tool for developers.With the help of AWS CodeStar, you can set up your entire continuous delivery … Read more

Using CLOUD9 for build and deploy simple flask App

What is Cloud9 ? Cloud9 is a Cloud/online based Integrated Development Environment (IDE).Just like other IDEs cloud9 helps to write, run and debug your code. It is integrated with code editor, debugger and terminal. It supports multiple programming language including c , c++, PHP, Ruby, Perl, Python, javascript and Node.js and Go. Most of Code … Read more