How to copy AWS Security Group rules to different region
This is a quick tutorial on how to move a Security group along with each rule description which is huge and impossible to copy paste to a different region. Note…
This is a quick tutorial on how to move a Security group along with each rule description which is huge and impossible to copy paste to a different region. Note…
EventBridge is serverless event bus service that enables you to decouple your application thereby making it faster to build , innovate and scale. You can create your own Event Bus…
In this tutorial we will walk through steps involved in generating a signed URL for CloudFront and how to prevent CloudFront URL from being access directly, this means a user…
In this tutorial we will create a standard SQS queue then write simple Python script( as AWS Lambda or Local) to send messages to SQS endpoint. Once it is done…
In this tutorial we are going to see how easily and quickly you can execute/run and test your lambda functions by building a docker image and running the container on…
This tutorial is a step by step walk through on installing LAMP , Apache MySQL and PHP on AL2023 EC2 instance. In just 6 simple steps we are going to…
In this tutorial we are going to install Kubernetes package and setup Kubernetes (k8) cluster using kubeadm on RedHat Linux 9 . Once that is done we just deploy a…
In this tutorial we are going to see how to append dynamic input field or element to an HTML form. We will also look in to the steps involved in…
In this guide I will walk you through 6 simple steps of configuring Let's Encrypt SSL certificate in Apache running on AWS Amazon Linux 2. I am going to use…
This is a quick tutorial on capturing website screenshot.We are using the Selenium package for this. Before we begin you have to install selenium using pip. There are multiple methods…
In this tutorial we have step by step instruction on how to install Apache MySQL and PHP on your RHEL 9.0, Red Hat Enterprise Linux release 9.0 (Plow) . I…
This is a quick tutorial on installing Ruby 2.6 (Old Version) in ARM64 processor architecture. The server specification I am using is in AWS, Find the step by step instruction…
In this tutorial we are going to dive deep in to various methods of extracting data between HTML elements using Python and Beautiful Soup Python library. We are also listing all…
In this tutorial we are going to perform a step by step approach in to deploying MySQL database using persistent volumes. Then testing a sample database creation and destroying the…
In this tutorial we are going to talk more on connecting to Amazon DynamoDB using PHP and getting data from the table. What is DynamoDB? Amazon DynamoDB is a fully…
In this tutorial we are going to walk through simple steps on how to redirect an URL in Flask Python with HTTP status code. Before we start make sure that…
In this tutorial we will deep dive in to how to establish connection between Python Flask and MySQL . In order to make things simpler lets do a step by…
In this tutorial we are going to see how to write a simple python script to generate temporary credentials from STS. There are two examples below on how to use…
Millions of websites are hosted on Cloudflare DNS. One of the major challenge for webmasters is to find a way to integrate domains already in Cloudflare with certain AWS services.…
In this tutorial we are going to talk more about how to deploy a simple Python web application in AWS Lambda and access it through AWS API Gateway. We are…
Client side data storage is a trend now days. window.localStorage or localStorage api can be used to save and get data from browser storage. This API assist developers in saving…
It is been a while since I have played around with Perl. But recently got a requirement to install couple of modules for a user management system written in perl…
This tutorial will guide you on configuring and enabling CGI in Apache web server and run python scripts. We need to make use of mod_cgi module to deliver dynamic content. In…
This is a step by step guide on how to configure CGI in Apache web server and run perl scripts in linux systems. We are enabling Apache module named mod_cgi…
In this tutorial I am going to show you how to easily import / migrate your rating system from GD star rating WordPress plugin to Yet Another Star Rating (YASR).…
In this post we will be taking a look at installing MySQL on RHEL , Red Hat Linux 8, You need to enable AppStream from RHUI repo to install MySQL.…
We are going to configure Nginx to forward request to uWSGI and serve Python applications running on Flask In this post we will discuss in detail on how to configure…
In this tutorial we will focus on how to read a spreadsheet (excel) in an AWS S3 bucket using Python. Before you jump on to the script please make sure…