Published on : June 1, 2021 by Mrudhul Mohan
Method 1 By creating an AMI Create a New EC2 instance with a New key pair named “Webserver-private-key” Download the private key and share it with the client. Please note that Amazon will not save the copy of the private key. Scenario : The client lost his private key and he is not able to […]
Published on : November 27, 2020 by Glenn Max
The following guide will go through the steps involved in setting up Lambda functions to start/stop EC2 instances and creating Cloudwatch rules to automate the process of starting or stopping of EC2 instances at a specific time period. The whole process is broken into 3 parts and they are listed below. Setting up IAM roles […]
Published on : March 10, 2020 by Glenn Max
A proxy server is a dedicated computer or a software system running on a computer that acts as an intermediary between an endpoint device, such as a computer, and another server from which a user or client is requesting a service. The proxy server may exist in the same machine as a firewall server or […]
Published on : October 29, 2019 by Nidhin George
A vulnerability (CVE-2019-11043) was identified which could affect websites running under nginx webserver with PHP-FPM enabled. On October 22, a security researcher has tweeted regarding a freshly patched remote code execution vulnerability in PHP-FPM which exposed the bug . You can find the GitHub repository which provides the proof of concept (PoC) for the vulnerability. […]
Published on : September 24, 2019 by Albert Reilly
There are cases when we want to record the command that we input into the terminal or even the output. In this case, we will use the history command and the script command. The script Command Consider a case when we need to record the terminal for submitting it to someone for auditing or later […]