devopsadmin

How to change from default to alternative Python version on Amazon, RedHat, Ubuntu or Debian Linux

If you want to change your python version on the fly and without breaking our codes, you can use this article to know how to do it for your session, or even automate your scripts. The Linux alternatives command works setting a priority list for the desired application. You can set a lower priority for

How to change from default to alternative Python version on Amazon, RedHat, Ubuntu or Debian Linux Read More »

AWS – How to get log group creation date using AWS CLI

Keywords: log group name, VPC Flow log, vpc flow log group Do do so, change <your_log_group_name> for your log group name: Then you will receive a number like this that represent it’s timestamp: 1581405443909 To convert the timestamp, here are 3 options: Bash in Linux Bash in MacOS Python The result should be 2020-02-11 07:17:23

AWS – How to get log group creation date using AWS CLI Read More »

Kubernetes – Troubleshooting cert-manager and Ingress Controllers (Any, but with EKS and AKS focus)

Having trouble with your cert-manager? Here are some tasks you may follow that could guide you to the solution: In this example, we will use some resources names like ingress-nginx for the nginx ingress controller namespace. Before proceeding, please update all the commands bellow to the name of your actual resources. Troubleshooting your Cluster and

Kubernetes – Troubleshooting cert-manager and Ingress Controllers (Any, but with EKS and AKS focus) Read More »