AWS EC2 instance using MobaXterm (a popular SSH client for Windows)

🔑 Prerequisites An AWS EC2 instance already running over the console (AWS account) The key pair file (.pem) you downloaded when creating the instance. Public IP address or Public DNS of your EC2 instance. Installed MobaXterm on your machine. Flowchart : 🖥️ Steps to Connect Step 1  – Open MobaXterm Start MobaXterm. Go to the … Read more

Git Cheat Sheet

 1. Introduction to Git Definition: Git is a distributed version control system that tracks changes in files and allows multiple people to collaborate on a project. Distributed: Each developer has a full copy of the repository, including its history. Benefits: Keeps track of code history, enables collaboration, allows branching and merging, can revert changes safely. … Read more

Day to Day Activities of a DEVOPS Engineer !

Day to Day activities of a DEVOPS Engineer : Let me give an example of how dev-ops engineer works throughout a day. They begin addressing the backlog of tasks related to automation. Backlog usually includes a ranked list of tasks to help maintain the project’s infrastructure. A blend of different technologies, complex automated testing, reverting … Read more

How things work behind CI-CD in devops

Devops automation by continuous integration and continuous deployment   In today’s fast-moving software development industry, providing updates and enhancements to users promptly and dependably is a crucial advantage. The push for swift, reliable, and top-notch software distribution is no longer just a target but a requirement, leading to the widespread embrace of CI/CD, integral elements … Read more

Ultimate Guide to Understanding DevOps

Ultimate Guide to Understanding DevOps     What is DevOps ? Dev-ops is nothing but a type of cultural philosophies, framework, methodologies and certain practices by using the tools to improve the organizations / Company’s ability to deliver the product or software or services at high speed within efficient time. By using devops methodologies companies … Read more