DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
16K subscribers
1.33K photos
14 videos
501 files
1.28K links
https://projects.prodevopsguytech.com // https://blog.prodevopsguytech.com

• We post Daily Trending DevOps/Cloud content
• All DevOps related Code & Scripts uploaded
• DevOps/Cloud Job Related Posts
• Real-time Interview questions & preparation guides
Download Telegram
Implementing Secure 🔒 DevOps Practices on Azure ☁️ with Azure DevOps ☁️ and GitHub Actions. ☁️

Dive into advanced techniques and best practices to ensure your DevOps pipeline is secure and efficient.

🖥 https://cloud.prodevopsguy.xyz/implementing-secure-devops-practices-on-azure-with-azure-devops-and-github-actions


Learn how to:

- Secure your development environment with Azure DevTest Labs
- Integrate static code analysis using SonarCloud and CodeQL
- Build and release securely with Azure DevOps pipelines
- Manage dependencies with Dependabot
- Automate infrastructure with Terraform
- Monitor security continuously with Azure Security Center
- Enforce compliance with Azure Policy
- Make sure to check it out and enhance your DevSecOps practices today!
🚀🔐


✈️ 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
👉 Useful GIT 📱 command you will use frequently being a software developer.

𝟭.𝗴𝗶𝘁 𝗱𝗶𝗳𝗳: Show file differences not yet staged.
𝟮. 𝗴𝗶𝘁 𝗰𝗼𝗺𝗺𝗶𝘁 -m "commit message": Commit all tracked changes with a message.
𝟯. 𝗴𝗶𝘁 𝘀𝘁𝗮𝘁𝘂𝘀: Show the state of your working directory.
𝟰. 𝗴𝗶𝘁 𝗮𝗱𝗱 𝗳𝗶𝗹𝗲_𝗽𝗮𝘁𝗵: Add file(s) to the staging area.
𝟱. 𝗴𝗶𝘁 𝗰𝗵𝗲𝗰𝗸𝗼𝘂𝘁 -𝗯 𝗯𝗿𝗮𝗻𝗰𝗵_𝗻𝗮𝗺𝗲: Create and switch to a new branch.
𝟲. 𝗴𝗶𝘁 𝗰𝗵𝗲𝗰𝗸𝗼𝘂𝘁 𝗯𝗿𝗮𝗻𝗰𝗵_𝗻𝗮𝗺𝗲: Switch to an existing branch.
𝟳. 𝗴𝗶𝘁 𝗰𝗼𝗺𝗺𝗶𝘁 --𝗮𝗺𝗲𝗻𝗱: Modify the last commit.
𝟴. 𝗴𝗶𝘁 𝗽𝘂𝘀𝗵 𝗼𝗿𝗶𝗴𝗶𝗻 𝗯𝗿𝗮𝗻𝗰𝗵_𝗻𝗮𝗺𝗲: Push a branch to a remote.
𝟵. 𝗴𝗶𝘁 𝗽𝘂𝗹𝗹: Fetch and merge remote changes.
𝟭𝟬. 𝗴𝗶𝘁 𝗿𝗲𝗯𝗮𝘀𝗲 -𝗶: Rebase interactively, rewrite commit history.
𝟭𝟭. 𝗴𝗶𝘁 𝗰𝗹𝗼𝗻𝗲: Create a local copy of a remote repo.
𝟭𝟮. 𝗴𝗶𝘁 𝗺𝗲𝗿𝗴𝗲: Merge branches together.
𝟭𝟯. 𝗴𝗶𝘁 𝗹𝗼𝗴-𝘀𝘁𝗮𝘁: Show commit logs with stats.
𝟭𝟰. 𝗴𝗶𝘁 𝘀𝘁𝗮𝘀𝗵: Stash changes for later.
𝟭𝟱. 𝗴𝗶𝘁 𝘀𝘁𝗮𝘀𝗵 𝗽𝗼𝗽: Apply and remove stashed changes.
𝟭𝟲. 𝗴𝗶𝘁 𝘀𝗵𝗼𝘄 𝗰𝗼𝗺𝗺𝗶𝘁_𝗶𝗱: Show details about a commit.
𝟭𝟳. 𝗴𝗶𝘁 𝗿𝗲𝘀𝗲𝘁 𝗛𝗘𝗔𝗗~𝟭: Undo the last commit, preserving changes locally.
𝟭𝟴. 𝗴𝗶𝘁 𝗳𝗼𝗿𝗺𝗮𝘁-𝗽𝗮𝘁𝗰𝗵-𝟭 𝗰𝗼𝗺𝗺𝗶𝘁_𝗶𝗱: Create a patch file for a specific commit.
𝟭𝟵. 𝗴𝗶𝘁 𝗮𝗽𝗽𝗹𝘆 𝗽𝗮𝘁𝗰𝗵_𝗳𝗶𝗹𝗲_𝗻𝗮𝗺𝗲: Apply changes from a patch file.
𝟮𝟬. 𝗴𝗶𝘁 𝗯𝗿𝗮𝗻𝗰𝗵 -𝗗 𝗯𝗿𝗮𝗻𝗰𝗵_𝗻𝗮𝗺𝗲: Delete a branch forcefully.
𝟮𝟭. 𝗴𝗶𝘁 𝗿𝗲𝘀𝗲𝘁: Undo commits by moving branch reference.
𝟮𝟮. 𝗴𝗶𝘁 𝗿𝗲𝘃𝗲𝗿𝘁: Undo commits by creating a new commit.
𝟮𝟯. 𝗴𝗶𝘁 𝗰𝗵𝗲𝗿𝗿𝘆-𝗽𝗶𝗰𝗸 𝗰𝗼𝗺𝗺𝗶𝘁_𝗶𝗱: Apply changes from a specific commit.
𝟮𝟰. 𝗴𝗶𝘁 𝗯𝗿𝗮𝗻𝗰𝗵: Lists branches.
𝟮𝟱. 𝗴𝗶𝘁 𝗿𝗲𝘀𝗲𝘁 --𝗵𝗮𝗿𝗱: Resets everything to a previous commit, erasing all uncommitted changes.


😎 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥 Basic Kubectl commands which are essential for a DevOps engineer to manage within a Kubernetes cluster.

💠 Pods:
Create a Pod: kubectl create -f pod.yaml
Get Pods: kubectl get pods
Describe Pod: kubectl describe pod <pod_name>
Logs: kubectl logs <pod_name>
Exec into Pod: kubectl exec -it <pod_name> -- <command>
Delete Pod: kubectl delete pod <pod_name>

💠 Deployments:
Create a Deployment: kubectl create -f deployment.yaml
Get Deployments: kubectl get deployments
Describe Deployment: kubectl describe deployment <deployment_name>
Scale Deployment: kubectl scale --replicas=3 deployment/<deployment_name>
Rollout Status: kubectl rollout status deployment/<deployment_name>
Rollout History: kubectl rollout history deployment/<deployment_name>

💠 Services:
Create a Service: kubectl create -f service.yaml
Get Services: kubectl get services
Describe Service: kubectl describe service <service_name>
Delete Service: kubectl delete service <service_name>

💠 ConfigMaps:
Create a ConfigMap: kubectl create configmap <configmap_name> --from-file=<file_path>
Get ConfigMaps: kubectl get configmaps
Describe ConfigMap: kubectl describe configmap <configmap_name>
Delete ConfigMap: kubectl delete configmap <configmap_name>

💠 Secrets:
Create a Secret: kubectl create secret generic <secret_name> --from-literal=<key>=<value>
Get Secrets: kubectl get secrets
Describe Secret: kubectl describe secret <secret_name>
Delete Secret: kubectl delete secret <secret_name>

💠 Nodes:
Get Nodes: kubectl get nodes
Describe Node: kubectl describe node <node_name>

💠 Namespaces:
Get Namespaces: kubectl get namespaces
Describe Namespace: kubectl describe namespace <namespace_name>

💠 PersistentVolumes (PV) and PersistentVolumeClaims (PVC):
Get PVs/PVCs: kubectl get pv / kubectl get pvc
Describe PV/PVC: kubectl describe pv <pv_name> / kubectl describe pvc <pvc_name>
Delete PV/PVC: kubectl delete pv <pv_name> / kubectl delete pvc <pvc_name>


😎 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝘀𝘂𝗰𝗵 𝗰𝗼𝗻𝘁𝗲𝗻𝘁 𝗮𝗿𝗼𝘂𝗻𝗱 𝗰𝗹𝗼𝘂𝗱 & 𝗗𝗲𝘃𝗢𝗽𝘀!!! // Join for DevOps DOCs: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
👉 🆘 A comprehensive collection of essential DevOps tools for development, deployment, monitoring, and more. 🆘

🔗 Link: https://github.com/NotHarshhaa/devops-tools 🔗

We Explained Each and Every Tools with Detailed Manner with their official site links 🔫

=> Table of Contents
1. Development Environment Tools
2. Source Code Management
3. Build Tools
4. Continuous Integration Tools
5. Artifact Management Tools
6. Code Analysis Tools
7. Continuous Delivery & GitOps Tools
8. Infrastructure Provisioning Tools
9. Cloud Cost Management Tools
10. Configuration Management Tools
11. Secret Management Tools
12. Config/Service Discovery Tools
13. Containerization Tools
14. Container Orchestration Tools
15. Container Security Tools
16. Policy Management Tools
17. Service Mesh Tools
18. Logging Tools
19. Monitoring & Observability Tools
20. Visualization Tools
21. Internal Developer Platform Tools
22. API Tools
23. Collaboration Tools
24. Backups and Restoration Tools
25. Cloud Providers



✉️ 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝘀𝘂𝗰𝗵 𝗰𝗼𝗻𝘁𝗲𝗻𝘁 𝗮𝗿𝗼𝘂𝗻𝗱 𝗰𝗹𝗼𝘂𝗱 & 𝗗𝗲𝘃𝗢𝗽𝘀!!!
Please open Telegram to view this post
VIEW IN TELEGRAM
🐬 Kubernetes Commands: From Beginner to Advanced for DevOps Engineers

🖥 https://dev.to/prodevopsguytech/kubernetes-commands-for-devops-engineers-124o


🎯 Key Concepts
Before we dive into the commands, let's review some fundamental Kubernetes concepts:

➡️Pod: The smallest and simplest Kubernetes object, representing a single instance of a running process in your cluster.
➡️Node: A worker machine in Kubernetes, which can be a virtual or a physical machine.
➡️Namespace: A way to divide cluster resources between multiple users.
➡️Deployment: A higher-level abstraction that manages a replicated application, ensuring that a specified number of replicas are running.
➡️Service: An abstraction that defines a logical set of pods and a policy by which to access them.
➡️ConfigMap and Secret: Mechanisms to inject configuration data into your applications


✈️ 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
😀. TUTORIALS

🔴 Learn Jenkins! Complete Jenkins Course -
Zero to Hero


🔗 https://lnkd.in/dGrGmhut

🔴 Jenkins CI CD By Mr. Ashok | DevOps Tools

🔗 https://lnkd.in/d9swuiWJ

🔴 Jenkins Full Course | Jenkins Tutorial For Beginners

🔗 https://lnkd.in/d-_qhBXM

🔴 Jenkins Full Course in 4 Hours | Jenkins Tutorial For Beginners

🔗 https://lnkd.in/d-wjPAKh

🔴 Jenkins Tutorial for Beginners

🔗 https://lnkd.in/dDrrsnTg

🔴 Jenkins Full Course

🔗 https://lnkd.in/dRXbYtXd

🔴 Advanced Jenkins tutorial

🔗 https://lnkd.in/dVcxrYE3

🔢. LABS

🔴 Jenkins Tutorial - How to Deploy a Test Server with Docker + Linux (Full Course)

🔗 https://lnkd.in/dNG2jBFN

🔴 Live DevOps Project for Resume - Jenkins
CICD with Git Hub Integration


🔗 https://lnkd.in/dGcmFHMY

🔴 JENKINS PIPELINE FROM SCRATCH

🔗 https://lnkd.in/dm29aWBa

🔴 Amit Kumar Gupta : Cicd Series 1-9

🔗 https://lnkd.in/dvitBdfd

🔴 CICD pipeline for Java application to deploy on kubernetes cluster using Jenkins

🔗 https://lnkd.in/dNG4BaJu

🔴 Jenkins Cicd deployment

🔗 https://lnkd.in/dhNjHvjH

🔴 Mega Real-time End to End DevOps CI/CD Project Git Jenkins Nexus SonarQube| HandsOn Lab

🔗 https://lnkd.in/deCvSKf7

🔴 Setting up CI-CD Pipeline for an E-Commerce App

🔗 https://lnkd.in/dPH4z4Af

🔗 https://lnkd.in/d-xzCR8F

🔴 Jenkins CI/CD Workflow Implementation with Real-time

🔗 https://lnkd.in/daGQ28BC

🔴 Production Ready CI/CD Pipeline Setup

🔗 https://lnkd.in/d_BeVj65


🔵 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝘀𝘂𝗰𝗵 𝗰𝗼𝗻𝘁𝗲𝗻𝘁 𝗮𝗿𝗼𝘂𝗻𝗱 𝗰𝗹𝗼𝘂𝗱 & 𝗗𝗲𝘃𝗢𝗽𝘀!!!
Please open Telegram to view this post
VIEW IN TELEGRAM
💡 Kubernetes vs Docker: What's The Difference?

➡️Docker and Kubernetes are the most common names that one might hear in the field of container technology.

➡️Docker is a runtime and containerization platform that was first introduced in 2013 and brought about a microservices-based computing model.

➡️Kubernetes is a platform that manages and runs containers from multiple container runtimes and supports various container runtimes, including Docker.


❤️ 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝘀𝘂𝗰𝗵 𝗰𝗼𝗻𝘁𝗲𝗻𝘁 𝗮𝗿𝗼𝘂𝗻𝗱 𝗰𝗹𝗼𝘂𝗱 & 𝗗𝗲𝘃𝗢𝗽𝘀!!! // Join for DevOps DOCs: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
1707116300601.gif
1.4 MB
🟡 𝗬𝗼𝘂 𝗠𝗨𝗦𝗧 𝗟𝗲𝗮𝗿𝗻 𝘁𝗵𝗲 🐧𝗟𝗶𝗻𝘂𝘅 𝗳𝗶𝗹𝗲 𝘀𝘆𝘀𝘁𝗲𝗺

Linux's file system is tree-like. The base is "/", with everything else branching off.

➡️ Core Directories:

/bin 🛠: Essential binaries, e.g., bash, ls, grep.
/boot 🚀: Boot items like kernel & bootloader.
/dev 🔌: Device files for connected hardware.
/etc 📜: System configuration files.
/home 🏡: User home directories.
/lib 📚: Shared libraries for programs.
/media 💿: Mounts for removable media.
/mnt 🧲: Temporary mounts.
/opt 📦: Optional software.
/proc 📊: System, process, memory info.
/root 👑: Root user's home.
/sbin 🔧: System admin tools, e.g., init.
/srv 🌐: Data for services.
/tmp 🌡: Temporary files.
/usr 🖥: User software.
/var 🔄: Variable data, logs, temp files.

🐧 Linux Commands:

cd 🚶: Navigate.
ls 📋: List contents.
mkdir 📁: Create folder.
rmdir 🗑: Delete folder.
cp 📤: Copy.
mv 🚚: Move.
rm : Delete.

⚠️ Note: Directories like /bin are crucial. Don't modify!

🔵 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝘀𝘂𝗰𝗵 𝗰𝗼𝗻𝘁𝗲𝗻𝘁 𝗮𝗿𝗼𝘂𝗻𝗱 𝗰𝗹𝗼𝘂𝗱 & 𝗗𝗲𝘃𝗢𝗽𝘀!!! // Join for DevOps DOCs: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
☄️ 𝗕𝗲𝘀𝘁 𝐘𝐨𝐮𝐭𝐮𝐛𝐞 𝐜𝐡𝐚𝐧𝐧𝐞𝐥𝐬 𝗧𝗼 𝗟𝗲𝗮𝗿𝗻 𝗗𝗲𝘃𝗢𝗽𝘀


✔️ LogicOps Lab by Ravish Rawat ( Real time Interview's )
🔗 https://lnkd.in/g3rtbjHb

✔️ Real time projects @mr.cloudbook
🔗 https://lnkd.in/gWWqHnJx

✔️ Train With Shubham by Shubham Londhe
🔗 https://lnkd.in/g9SwADkB

✔️ Tech Tutorials with Piyush by Piyush sachdeva (Azure and GCP cloud)
🔗 https://lnkd.in/g4iWpScc

✔️ TechWorld With Nana by Nana Janashia
🔗 https://lnkd.in/g7iFKKb9

✔️ KodeKloud by Mumshad Mannambeth
🔗 https://lnkd.in/g2jdc__p

✔️ Stéphane Maarek
🔗 https://lnkd.in/gzSbeKFt

✔️ Technical Guftgu by Bhupinder Rajput l भूपिंदर राजपूत l بھوپندر راجپوت In Hindi
🔗 https://lnkd.in/g8FYMCAS

✔️ Cloud Advocate by Krishna Chaitanya Gadhiraju (GK)
🔗 https://lnkd.in/giNb536Y

✔️ Abhishek Veeramalla
🔗 https://lnkd.in/gMfRacqy

✔️ Cloud Champ by Nasiullha Chaudhari
🔗 https://lnkd.in/gYUQ4r5x

✔️ Praveen Singampalli
🔗 https://lnkd.in/gVAeX8dZ


✈️ 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝘀𝘂𝗰𝗵 𝗰𝗼𝗻𝘁𝗲𝗻𝘁 𝗮𝗿𝗼𝘂𝗻𝗱 𝗰𝗹𝗼𝘂𝗱 & 𝗗𝗲𝘃𝗢𝗽𝘀!!! // Join for DevOps DOCs: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
📢 DevOps Engineer Freshers Hiring 📢

🌐 Wohlig Transformations Pvt. Ltd.

✉️ Share resume to: hr@wohlig.com


✈️ 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝘀𝘂𝗰𝗵 𝗰𝗼𝗻𝘁𝗲𝗻𝘁 𝗮𝗿𝗼𝘂𝗻𝗱 𝗰𝗹𝗼𝘂𝗱 & 𝗗𝗲𝘃𝗢𝗽𝘀!!! // Join for DevOps DOCs: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
👨‍💻 HashiCorp Certified: Terraform Associate – Hands-On Labs

👉 Source -
https://www.udemy.com/course/terraform-hands-on-labs/

👉 Download link -
https://drive.google.com/drive/u/0/mobile/folders/1GhcXYuHd72K0uXscjqVnQ3ltNqJWZV2N?usp=sharing


🎄 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
⁉️ As a DevOps Engineer, 𝐓𝐞𝐬𝐭/ 𝐈𝐦𝐩𝐫𝐨𝐯𝐞 your Knowledge for 𝐢𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰𝐬 by going through following sets of questions :

☄️ Top Common Practise Set 𝐐𝐮𝐞𝐬𝐭𝐢𝐨𝐧𝐬 𝐟𝐨𝐫 𝐭𝐡𝐞 𝐢𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰 𝐩𝐫𝐞𝐩𝐚𝐫𝐚𝐭𝐢𝐨𝐧

1) Have you worked on Linux?
2) what are the linux flavors?
3) what is process management?
4) How to create a User? and How to give permissions to the user.
5) How do add a user to an Existing Group In Linux?
6) How to Change the owner permissions of the User or the file?
7) How to check the disk space in Linux?
8) How to check memory in Linux?
9) what does the top command Display?
10) what is the use of lsblk command in Linux?
11) How to do Disk partition in Ubuntu?
12) where is fstab in Linux?
13) what is the linux boot process?
14) what is a linux filesystem? and what is /etc and /bin?
15) what are Crontab and Cronjob?
16) what is virtualization?
17) what is SElinux?
18) How DNS works?
19) what is Apache?
20) What is PHPAdmin?
21) Do you know about firewalls?
22) what is an SSL certificate? How we can create the SSL certificate and where we will do the configurations in apache for the SSL certificate?
23) which is better apache or Nginx? for the higher load which webserver is best?
24) what is the path of apache configuration files?
25) what is Cloud Computing?
26) what is AWS?
27) what is EC2?
28) How we can configure the EC2 instance?
29) What is AMI?
30) How we can choose which instance type is required?
31) From where can we enable termination protection in EC2?
32) Suppose we have to install Ubuntu then where do we have to define OS while launching the EC2 instance?
33) what is .pem?
34) if we stop the ec2 instance then is the Private IP will change? or Not?
35) Can you explain about inbound rules of the default security group?
36) what is the Use of public and private IP?
37) what is a Security Group?
38) security Group is stateful How?
39) what is VPC?
40) what is CIDR?
41) what is Subnetting?
42) what is an internet gateway?
43) what is Nat and why do we use nat gateway?
44) what is Elastic IP?
45) Tell me about VPC peering.
46) what is S3?
47) what is Cloudtrail?
48) what is Cloudfront?
49) what is blue/green deployment?
50) what is Cloudformation and terraform?
51) what is Elastic beanstalk?
52) what is RDS? Is there a need to worry about backups?
53) what is Autoscaling and How many types of autoscaling policies?
54) what is Loadbalancer?
55) What is the difference between ALB and ELB?
56) what is PAAS?
57) Suppose you are working in a new company and you don’t know how to work on new projects for the new company then which approach you will follow?
58) what is ACM?
59) what is shell scripting? How do we use the script for Automation?
60) what is MySQL? How many ways we can use to take backup?


✔️ 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
☁️ Most Useful DevOps/Cloud GitHub Repositories to Learning and Become a DevOps Engineer


🖥 https://dev.to/prodevopsguytech/most-useful-devopscloud-github-repositories-to-learning-and-become-a-devops-engineer-24k5


📱 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
📱 Exciting news for DevOps enthusiasts!

Check out these free DevOps labs from KodeKloud and level up your skills today! ⚙️

Don't miss out on this opportunity to enhance your knowledge.


Visit KodeKloud Free Labs now! - https://kodekloud.com/free-labs


📱 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
🌍 Terraform Commands: From Beginner to Advanced for DevOps Engineers

🖥 https://dev.to/prodevopsguytech/terraform-commands-from-beginner-to-advanced-for-devops-engineers-17n5

Introduction
Terraform is an open-source infrastructure as code (IaC) tool created by HashiCorp that allows you to define and provision data center infrastructure using a high-level configuration language. Whether you're just starting with Terraform or looking to refine your skills, this guide covers essential commands and best practices from beginner to advanced levels.


📱 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
📢 DevOps Project-21: Advanced AWS DevOps CICD Pipeline Project


🔗 Project Link: HERE

🔄 Project Overview :-
In This Project, we are Developing and Deploying a video streaming application on EC2 using Docker and AWS Developers Tools.

➡️CodeCommit: For Source Code Management
➡️CodeBuild: For building and testing our code in a serverless fashion
➡️CodeDeploy: To deploy our code
➡️CodePipeline: To streamline the CI/CD pipeline
➡️System Manager: To store Parameters
➡️DockerHub: To store Docker Images in a Repository
➡️Identity and Access Management (IAM) for creating a Service Role
➡️S3 for artifact storing
➡️EC2 for Deployment

❤️‍🔥 Share with friends and colleagues ❤️‍🔥

📣 Note: Fork this Repository 🧑‍💻 for upcoming future projects, Every week releases new Project.



📱 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
☁️ 𝗔𝗪𝗦 𝗵𝗮𝘀 𝗼𝘃𝗲𝗿 𝟮𝟬𝟬 𝗳𝘂𝗹𝗹𝘆 𝗳𝗲𝗮𝘁𝘂𝗿𝗲𝗱 𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀.
𝗠𝗼𝘀𝘁 𝗶𝗺𝗽𝗼𝗿𝘁𝗮𝗻𝘁 𝗔𝗪𝗦 𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀 𝘆𝗼𝘂 𝘀𝗵𝗼𝘂𝗹𝗱 𝗹𝗲𝗮𝗿𝗻 𝘁𝗼 𝗯𝗲 𝗮 𝗗𝗲𝘃𝗢𝗽𝘀 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿.

✔️Amazon EC2
✔️AWS IAM
✔️AWS CloudFormation
✔️AWS CloudWatch
✔️AWS CodePipeline
✔️AWS CodeBuild
✔️AWS CodeDeploy
✔️Amazon ECS
✔️AWS Lambda
✔️AWS Elastic Beanstalk
✔️Amazon DynamoDB


😎 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝘀𝘂𝗰𝗵 𝗰𝗼𝗻𝘁𝗲𝗻𝘁 𝗮𝗿𝗼𝘂𝗻𝗱 𝗰𝗹𝗼𝘂𝗱 & 𝗗𝗲𝘃𝗢𝗽𝘀!!! // Join for DevOps DOCs: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM
1721796361934.gif
1.1 MB
⚡️How do you back up Jenkins Data and Configurations?

Jenkins requires regular patching and plugin updates.

During these processes, there is a risk of configuration issues, which could potentially lead to a Jenkins crash.

We have experienced this issue several times in projects.

It is very important to have Jenkins backup with its data and configurations.

It includes job configs, builds logs, plugins, plugin configuration, etc.

This blog will cover the following three ways to back up Jenkins data and configurations.

- Using a Think Backup Plugin
- Backup using Disk Snapshots
- Manual Backup


𝗗𝗲𝘁𝗮𝗶𝗹𝗲𝗱 𝗕𝗹𝗼𝗴: https://lnkd.in/ga5-23am

♻️ Dont forget to repost! and share it with the DevOps community


📱 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Please open Telegram to view this post
VIEW IN TELEGRAM