https://drive.google.com/drive/u/0/folders/1I8QqnzZonRewbSnUMyfC9-tRduEJ4gyB
https://drive.google.com/drive/u/0/folders/1xWFAJguXXuvjRKYB5aWBiyrftCxxozK-
https://drive.google.com/drive/u/0/folders/1oiJn-YcJwZ7_UQ_keW6qA3-GUW19sK6Q
https://drive.google.com/drive/u/0/folders/1cgUttmyCZcFsqqk8uKZVSV_qi7oe32Ov
https://drive.google.com/drive/u/0/folders/17iQT-S9qT0HUyA-Ks1QDJs_cTBZp5gGN
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
1698360479103.pdf
467.6 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
Understanding platform engineering equips DevOps engineers with a comprehensive view of the infrastructure and tools.
This knowledge enables them to optimize workflows, ensure security and compliance, manage costs, and drive innovation, leading to more efficient and effective software delivery processes.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
AWS API Gateway is a fully managed service provided by Amazon Web Services (AWS) that enables you to create, publish, and manage RESTful or WebSocket APIs for your applications. It serves as a gateway for your backend services, making it easier for clients, such as web or mobile applications, to interact with your APIs.
Overall, AWS API Gateway is a versatile service that simplifies the process of creating and managing APIs, making it a valuable tool for developers building scalable and secure applications on AWS.
Please open Telegram to view this post
VIEW IN TELEGRAM
This Includes:
- All Kubernetes Content
- Kubernetes Realtime scenarios
- All Kubernetes Exercises with solutions
- No More AWS PDFs needed
- Easy to Learn from anywhere
- Detailed Explanation guide
- All Kubernetes Tricks & Techniques for DevOps guy
- Added Certified Kubernetes Administrator (CKA) Notes
- All Kubernetes Realtime examples included
Please open Telegram to view this post
VIEW IN TELEGRAM
https://lnkd.in/gQq_EERV
https://lnkd.in/g7RBTgKW
https://lnkd.in/g2F5UFHg
https://lnkd.in/giM_2_Qj
https://lnkd.in/g687nbeH
https://lnkd.in/gUqrz8X3
https://lnkd.in/gbPWeUuR
https://lnkd.in/ggdVTA2C
https://lnkd.in/gnr_BvKH
https://lnkd.in/gN64Xv49
https://lnkd.in/g9fVgwCp
https://lnkd.in/gwHscntY
https://lnkd.in/gMMpuhZM
Please open Telegram to view this post
VIEW IN TELEGRAM
1698427672857.pdf
258 KB
Empowering my network with the ultimate Docker cheat sheet – because efficiency is the key to navigating the tech realm! 💻 🚀
❤️ Follow for more: @prodevopsguy
Please open Telegram to view this post
VIEW IN TELEGRAM
_________________
docker run - run a container from an image
docker pull - pull an image from a registry
docker push - push an image to a registry
docker build - build an image from a Dockerfile
docker ps - list running containers
docker stop - stop a running container
docker start - start a stopped container
docker restart - restart a container
docker logs - show the logs of a container
docker exec - execute a command inside a running container
docker images - list available images
docker rm - remove a container
docker rmi - remove an image
docker inspect - show information about a container
docker network create - create a network for containers to communicate
docker network connect - connect a container to a network
docker network disconnect - disconnect a container from a network
docker port - show the mapped ports of a container
docker cp - copy files between a container and the host
docker commit - create a new image from a container's changes
docker login - log in to a registry
docker logout - log out of a registry
docker tag - tag an image with a new name
docker export - export the contents of a container as a tar archive
docker import - create a new image from a tar archive
docker save - save an image as a tar archive
docker load - load an image from a tar archive
docker top - show the processes running inside a container
docker stats - show resource usage statistics of containers
docker diff - show the changes made to a container's filesystem
docker events - show the events generated by Docker
docker history - show the history of an image
docker pause - pause a running container
docker unpause - unpause a paused container
docker kill - send a signal to a container to stop it abruptly
docker wait - wait for a container to exit and return its exit code
docker attach - attach to a running container's console
docker buildx - build and push multi-platform images
docker compose - manage multi-container applications with Docker Compose
docker swarm - create and manage a cluster of Docker nodes
docker volume create - create a named volume for persistent data storage
docker volume ls - list available volumes
docker volume rm - remove a named volume
docker system prune - remove all unused objects from Docker
docker system df - show the usage of Docker objects
docker system events - show the events generated by Docker on the system
docker system info - show the system-wide information about Docker
docker system inspect - show detailed information about Docker objects
docker system logs - show the system logs of Docker
docker system version - show the version of Docker installed on the system
Please open Telegram to view this post
VIEW IN TELEGRAM
Navigating AWS costs can sometimes be tricky. To aid users in proactive cost management, I've developed a Terraform module that automates the setup of billing alerts. With this tool, you'll receive timely notifications if your AWS charges cross predefined thresholds.
For those keen on ensuring their AWS expenses stay within predictable boundaries, this tool is a valuable asset for every AWS Engineer.
Please open Telegram to view this post
VIEW IN TELEGRAM
Don't overwhelm to learn Git,🙄
Git is this much only👇 😊
1️⃣ . Core:
• git init
• git clone
• git add
• git commit
• git status
• git diff
• git checkout
• git reset
• git log
• git show
• git tag
• git push
• git pull
2️⃣ . Branching:
• git branch
• git checkout -b
• git merge
• git rebase
• git branch --set-upstream-to
• git branch --unset-upstream
• git cherry-pick
3️⃣ . Merging:
• git merge
• git rebase
4️⃣ . Stashing:
• git stash
• git stash pop
• git stash list
• git stash apply
• git stash drop
5️⃣ . Remotes:
• git remote
• git remote add
• git remote remove
• git fetch
• git pull
• git push
• git clone --mirror
6️⃣ . Configuration:
• git config
• git global config
• git reset config
7️⃣ . Plumbing:
• git cat-file
• git checkout-index
• git commit-tree
• git diff-tree
• git for-each-ref
• git hash-object
• git ls-files
• git ls-remote
• git merge-tree
• git read-tree
• git rev-parse
• git show-branch
• git show-ref
• git symbolic-ref
• git tag --list
• git update-ref
8️⃣ . Porcelain:
• git blame
• git bisect
• git checkout
• git commit
• git diff
• git fetch
• git grep
• git log
• git merge
• git push
• git rebase
• git reset
• git show
• git tag
9️⃣ . Alias:
• git config --global alias.<alias> <command>
1️⃣ 0️⃣ . Hook:
• git config --local core.hooksPath <path>
1️⃣ 1️⃣ .Experimental: (May not be fully Supported)
• git annex
• git am
• git cherry-pick --upstream
• git describe
• git format-patch
• git fsck
• git gc
• git help
• git log --merges
• git log --oneline
• git log --pretty=
• git log --short-commit
• git log --stat
• git log --topo-order
• git merge-ours
• git merge-recursive
• git merge-subtree
• git mergetool
• git mktag
• git mv
• git patch-id
• git p4
• git prune
• git pull --rebase
• git push --mirror
• git push --tags
• git reflog
• git replace
• git reset --hard
• git reset --mixed
• git revert
• git rm
• git show-branch
• git show-ref
• git show-ref --heads
• git show-ref --tags
• git stash save
• git subtree
• git tag --delete
• git tag --force
• git tag --sign
• git tag -f
• git tag -l
• git tag --verify
• git unpack-file
• git update-index
• git verify-pack
• git worktree
-------- 🔚 🔚 --------
♥️ Credits: @NotHarshhaa ✅
❤️ Follow for more: @prodevopsguy
Git is this much only
• git init
• git clone
• git add
• git commit
• git status
• git diff
• git checkout
• git reset
• git log
• git show
• git tag
• git push
• git pull
• git branch
• git checkout -b
• git merge
• git rebase
• git branch --set-upstream-to
• git branch --unset-upstream
• git cherry-pick
• git merge
• git rebase
• git stash
• git stash pop
• git stash list
• git stash apply
• git stash drop
• git remote
• git remote add
• git remote remove
• git fetch
• git pull
• git push
• git clone --mirror
• git config
• git global config
• git reset config
• git cat-file
• git checkout-index
• git commit-tree
• git diff-tree
• git for-each-ref
• git hash-object
• git ls-files
• git ls-remote
• git merge-tree
• git read-tree
• git rev-parse
• git show-branch
• git show-ref
• git symbolic-ref
• git tag --list
• git update-ref
• git blame
• git bisect
• git checkout
• git commit
• git diff
• git fetch
• git grep
• git log
• git merge
• git push
• git rebase
• git reset
• git show
• git tag
• git config --global alias.<alias> <command>
• git config --local core.hooksPath <path>
• git annex
• git am
• git cherry-pick --upstream
• git describe
• git format-patch
• git fsck
• git gc
• git help
• git log --merges
• git log --oneline
• git log --pretty=
• git log --short-commit
• git log --stat
• git log --topo-order
• git merge-ours
• git merge-recursive
• git merge-subtree
• git mergetool
• git mktag
• git mv
• git patch-id
• git p4
• git prune
• git pull --rebase
• git push --mirror
• git push --tags
• git reflog
• git replace
• git reset --hard
• git reset --mixed
• git revert
• git rm
• git show-branch
• git show-ref
• git show-ref --heads
• git show-ref --tags
• git stash save
• git subtree
• git tag --delete
• git tag --force
• git tag --sign
• git tag -f
• git tag -l
• git tag --verify
• git unpack-file
• git update-index
• git verify-pack
• git worktree
-------- 🔚 🔚 --------
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - NotHarshhaa/AWS-DevOps_Real-Time_Deployment: AWS DevOps Real-Time Deployment - Dev → Pre-PROD → Production
AWS DevOps Real-Time Deployment - Dev → Pre-PROD → Production - NotHarshhaa/AWS-DevOps_Real-Time_Deployment
Please open Telegram to view this post
VIEW IN TELEGRAM
https://lnkd.in/dvpzNT5M
https://lnkd.in/dn5m2NKQ
https://lnkd.in/d8nkTj3n
https://lnkd.in/dWYByZjH
https://lnkd.in/dhV35bJG
https://lnkd.in/dA44F__P
https://lnkd.in/dRs3YFu3
Azure Terraform Course
https://lnkd.in/dM-h-R8y
https://lnkd.in/dCpQyKNz
https://lnkd.in/dvMC5a2J
https://lnkd.in/dtT3zMzF
https://lnkd.in/dqTeZQdc
https://lnkd.in/dqsAKSyH
https://lnkd.in/dhkgFexc
https://lnkd.in/dHZEW_sy
https://lnkd.in/dKjwzqGT
https://lnkd.in/dMA-J7GE
Please open Telegram to view this post
VIEW IN TELEGRAM
AWS LAMBDA.pdf
1.2 MB
Please open Telegram to view this post
VIEW IN TELEGRAM
DevOps project.pdf
14.1 MB
Please open Telegram to view this post
VIEW IN TELEGRAM
Amazon Elastic Compute Cloud (EC2) is a web service offered by Amazon Web Services (AWS) that provides resizable compute capacity in the cloud. EC2 allows users to launch and manage virtual machines.
Map your requirements and select the right instance type to optimize performance and costs.
Prioritize security groups, IAM rol
Regularly back up your data to S3 or use automated snapshots for peace of mind.
Set up CloudWatch for real-time insights into your instances and establish alerts for critical metricses, and key pairs to safeguard your EC2 instances.
Don't neglect OS and software updates; this can lead to vulnerabilities.
Avoid selecting instances with excessive resources; it's costly and unnecessar
Failing to monitor costs can lead to budget surprises. Set up billing alerts.
Don't disregard CloudWatch; it's your eyes and ears in the cloud.
Please open Telegram to view this post
VIEW IN TELEGRAM
1. what components did you create using Terraform?
2. How do changes in already created services in AWS using Terraform?
3. what tfstate contains and How do you keep it safe?
4. what are proviosioners in terraform?
5. How to take action if you lose tfstate file?
6. what are the features of terraform?
7. Terraform validate command is used for the?
8. what does terraform init commamnd do?
9. How do restrict users not to write at the same time in the tfstate file?
10. what is the lifecycle block in tf?
11. what you will lose anisible or terraform and why?
12. How to destroy a specific resource?
13. How to keep AWS credentials safe while using tf?
14. what are modules in Terraform? & types of modules?
15. what is the remote backend in Terraform?
16. what are commands used in Terraform will you elaborate?
17. In How many ways, we can provide the variable values in terraform?
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM