Recent posts

Generate Private Ip Cidr Using Shell

less than 1 minute read

Below is the shell script to generate private CIDR range. The CIDR range can be used to usecases lke creating VPC in Amazon AWS.

Boto3 On Macosx

less than 1 minute read

Boto is the Amazon Web Services (AWS) SDK for Python, which allows Python developers to write software that use AWS services. Boto provides an easy to use, o...

Aws Efs Filesync

1 minute read

Amazon EFS File Sync is a tool to copy data from On-premise or in-Cloud file systems to EFS. At the time of this writing EFS File sync only supports network ...