AWS EC2 Data Recovery & Volume Management Lab Completed!Question 1: AWS EC2 Data Recovery & Volume Management Scenario An EC2 instance has become inaccessible due to a lost key pair. The data inside the instance is critical and must be recovered using AWS Apr 2, 2026·3 min read
Day 13: Basics Of PythonPython: Python is a high-level, interpreted programming language. It was created by Guido van Rossum. Python is famous for being easy to use, having a robust standard library, and dynamic semantics. The main goal behind its creation is to make it si...Feb 12, 2024·4 min read
Day 12: Cheat-Sheet for Linux and Git CommandsWe have completed the Linux & Git-GitHub hands-on, let's make a cheat sheet of all the commands we have learned so far. Linux commands: whoami -> It is used to display the current username. man -> It is used to display the user manual of any comman...Feb 7, 2024·7 min read
Day 11 : Advance Git & GitHub for DevOps Engineers: Part-2Git Stash: The meaning of stash is "store something safely in a hidden place." The sense in Git is also the same for stash. Git temporarily saves your data safely without committing. It takes your uncommitted changes (both staged and unstaged), save...Feb 6, 2024·5 min read
Day 10: Advance Git & GitHub for DevOps EngineersGit Branching: Git branching can be defined as a feature of the Git version control system that allows developers to create parallel lines of development within a single repository. In simpler terms, it's like having multiple versions of your projec...Feb 5, 2024·3 min read
Day 9: Deep Dive in Git & GitHub for DevOps EngineersWhat is Git and why is it important? Git is a DevOps tool used for source code management. It is an important tool for the version control of the project. It is used for tracking changes in the source code, over time, and collaborating with others o...Feb 4, 2024·3 min read
Day 8: Basic Git & GitHub for DevOps EngineersWhat is Git? Git is a version-control system used for tracking changes in computer files. It helps you to keep track of all the changes made to a project's files, so if something goes wrong, you can easily go back to an earlier version. It is primar...Feb 3, 2024·5 min read