DevOps Project 01

<p>In this story post, we will explore a DevOps project that involves deploying a Django notes app on an EC2 instance using Jenkins declarative CI/CD pipeline.</p> <p>We will leverage Docker containers and Docker Hub for containerization and image management. The project focuses on automating the deployment process, ensuring seamless integration and delivery of the application.</p> <p>&nbsp;</p> <h2>Prerequisites:</h2> <p>Before diving into the project, let&rsquo;s ensure that we have the necessary prerequisites.</p> <p>1. First of all, go to the AWS portal, and create a new instance. As,</p> <p>&middot; Name: jenkins-server</p> <p>&middot; AMI: ubuntu.</p> <p>&middot; Instance type: t2.micro (free tier).</p> <p>&middot; Key pair login: Create &gt; docker.pem.</p> <p>&middot; Allow HTTP.</p> <p>&middot; Allow HTTPS.</p> <p>read more -&nbsp;&nbsp;https://medium.com/@saurabhdahibhate50/devops-project-01-1c0f83d279b7</p>