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>
<h2>Prerequisites:</h2>
<p>Before diving into the project, let’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>· Name: jenkins-server</p>
<p>· AMI: ubuntu.</p>
<p>· Instance type: t2.micro (free tier).</p>
<p>· Key pair login: Create > docker.pem.</p>
<p>· Allow HTTP.</p>
<p>· Allow HTTPS.</p>
<p><a href="https://medium.com/aws-in-plain-english/devops-project-01-1c0f83d279b7"><strong>Rea More</strong></a></p>