Sarav is the creator and Founding Author of Devops Junction. He has 13+ years of experience in Software Development and Architecture. He has written around 250+ articles on various technologies.
I have been trying to get the complete list of Repositories private and public in my github account ( user + Organization ) using GITHUB rest api I had to create a CSV report of All repositories in a specific format like shown below. I have done similar thing earlier[...]
Read more
At times of troubleshooting an issue or doing a forensic on a security incident in your AWS account. Finding who owns Private IP plays a major role. Do you know Almost all the AWS resources like Load Balancers, RDS, EFS has their own private IP address. So how to find[...]
Read more
Let's suppose that you have an infrastructure of 1000 hosts and you want to know how many of them use EFS - Elastic File System or traditionally known as Network File System Or Let's just say that you have 100 EFS File systems in your AWS account and you want[...]
Read more
In this post we are going to see an aws cli command to list elastic file systems sorted by Size in ascending or descending order. While am sharing all the new tricks in AWS CLI I come across. this is something I have learnt recently There is a dedicated post[...]
Read more
In this article, we are going to see how to monitor your web services or URLs for their SSL expiry and uptime. You can consider this as your SSL certificate expiry monitor and web service uptime monitor or URL Health check monitor for all your web services (URLs) These are[...]
Read more
At times, while we want to get a list of tables and their columns along with their data types from Oracle. It is not so efficient to useDESC <tablename> for all the tables one after another. I had a similar requirement and I came to know that DESC does not[...]
Read more
In this article, we are presenting an AWS Boto Python script that lists all load balancers and their Target group along with the Instances associated and their health check status This script helps you in various ways Get the list of load balancers and their target group and instance mapping[...]
Read more
In this article we are going to see how to connect to remote hosts using Bastion host or Jump Server for Ansible playbook or Adhoc command execution. In General, We know it is a an easy job to connect to remote hosts from Ansible control machine ( where you execute[...]
Read more
I came across a wonderful solution for managing and monitoring the Kubernetes cluster and wanted to share my experience in this post with screenshots. While there are a lot of ways to monitor the Kubernetes cluster like setting up Prometheus, Grafana Deamon set and sidecar container strategies etc. All of[...]
Read more
Managing firewall rules are a tedious task but indispensable for a secure infrastructure. While all the cloud providers are having their own ACL and firewall rule offerings to protect your cloud resources. Some of us are still using the firewall-d for instance/server-level security. While firewall-cmd is really efficient to manage[...]
Read more