##Repository to store devops scripts used in day to day operations##
Script 1: List AWS resources through aws cli and parse using jq parser
To install jq on linux sudo apt-get install jq To install jq on mac: Use homebrew brew install jq To connect to aws cli: aws configure AWS Access Key ID [None]: AWS Secret Access Key [None]:
Script 2: List users who have read access to gitHub repo through curl api call
Script 3: Use of file operations r/w to change server configuration dynamically