Creating a 2-tier instances using Aws rds services and InstancesSteps: Create a free tier Rds Database in Amazon selecting the Database engine as MySql. Give an appropriate ID and password to the database. Now go to the Amazon Ec2 services and create an instance and then give the default VPC and Security as ...Sep 13, 2023·5 min read
Task: Advanced in Git & GitHub for DevOps Engineers.What is Git and why is it important? Git is a version control system that helps developers track changes to their code over time, collaborate with others, and manage multiple versions of a project. It's important because it provides a structured app...Apr 25, 2023·5 min read
Task: Basic Git & GitHub for DevOps Engineers.What is Git? Git is a modern and widely used distributed version control system in the world. It is developed to manage projects with high speed and efficiency. Git is an open-source distributed version control system. It is designed to handle minor ...Apr 24, 2023·7 min read
Project - DevOps (Implementation)Goto AWS console and provision two Instances, named CI-Server and Deployment Server. CI-Server - (AMI- Ubuntu, Type- t2.micro) Deployment Server - (AMI- Ubuntu, Type- t2.medium) Clone the code on CI-Server. Prerequisites · On CI-Server ...Mar 22, 2023·4 min read
Introduction to Devops:DevOps (“development” + “operations”) is a collaboration between Development and IT Operations to make software production and Deployment in an automated & repeatable way. Under a DevOps model, development and operations teams work together across th...Mar 19, 2023·3 min read