Knowledge becomes wisdom...

The things that I am trying out during my learning stage

Latest posts

Docker jenkins

Creating Jenkins docker container on our host machine, Ref: https://hub.docker.com/r/jenkins/jenkins Ref: https://github.com/jenkinsci/docker/blob/master/README.md $ docker run -p 8080:8080 -p 50000:50000 -d -v...

hack via postgresql - investigation

One good shiny day I got a mail from my senior regarding an AWS Abuse Report, it was something like this one of our Servers in AWS (EC2) is having suspicious activity in it (Reported Activity: Port Scanning). So i accessed the server and used the...

AWS STS - AWS Security Token Service

1) creating a new policy named dev- assume-role-policy a) First we need to create a policy that gives access to a user to assume a role, let's name this role asĀ  dev-assume-role-policy The Json code for the policy to create an...

CICD using Git Jenkins Lambda

To create a basic CICD concept we need to configure the below-mentioned tools 1) Git 2) Jenkins 3) Lambda Lets Jenkins Installation For Jenkins installation, we are using a...