2020
OpenSuse Leap 15.2 Installation

OpenSuse Leap 15.2 Linux Installation
OpenSuse Leap 15.2 Installation on KVM based hypervisor. I am using OpenSuse Leap 15.2 Network Boot ISO image for Installation of latest updated pakcages from the repositories.
Linux Kernel Live Patching - AWS Amazon Linux,RedHat Linux,Suse Linux,Centos and Ubuntu

Linux Kernel Live patching on variuos distributions and their technology , products are documented here.
Linux Kernel Live Patching
K8S Security Products

K8S related Security Products and their Features are documented here.
K8S Security Prodcuts
2019
AWS Advanced Networking Specialty - Exam Preparation Notes

Note: These are notes I took during the AWS Advanced Networking Specialty exam study. Hope this will be useful to somebody.
AWS Security Specialty - Exam Preparation Notes

Note: These are notes I took during the AWS Security Specialty exam study. Hope this will be useful to somebody.
AWS Cli - RDS Cluster Snapshot

AWS Cli Series - Example for RDS Cluster Snapshot
Resume
Vijai Ganapathy - Resume
AWS Inspector - Agent Install

Implementation of AWS Inspector - Agent Install
AWS CLI - MFA Enable for a IAM user

I was looking for setting up Virtual MFA for IAM user via cli. Came across an example as given below reference site. the example given in the reference site uses QRCodePNG. I wanted to use Base32StringSeed as option check how it works.
AWS CLI - IAM Password Policy Update

To enforce password policy as per your corporate security policy on AWS IAM accounts, please use the following steps. This will enable setting up password policy for your AWS Account.
AWS: ec2 instance cloning cross region
Many times, we might need to copy AMI images for cloning ec2 instances cross region on AWS. This script provided basic funtionality for creating AMI image for a given instanceid and copies the AMI Image to the Destionation Region. The script will take wait till the AMI image is fully created and available and copies the same to Destination Region.