Table of Contents1 Introduction2 Prerequisites3 Load data from S3 to Redshift into Redshift example with AWS CLI3.1 Install PSQL on…
DevOps Blog – Latest DevOps Articles and Tutorials
Docker data science image
Table of Contents0.1 Introduction1 Why Docker for Data Science?2 Create A Simple Docker Data Science Image2.1 Step 1: Create a…
Boto3 DynamoDB
Table of Contents1 Introduction2 Boto3 DynamoDB Prerequisites3 Boto3 DynamoDB CRUD Operations example3.1 Create table3.2 Batch Write Items3.3 Read Item3.4 Add…
Manage the DynamoDB table with AWS CLI
Table of Contents1 Introduction2 Prerequisites3 Guide to creating and managing the DynamoDB table with AWS CLI3.1 Create the DynamoDB table…
Manage the Aurora PostgreSQL global database
Table of Contents1 Introduction2 Guide to creating and managing the Aurora PostgreSQL global database using the AWS CLI.2.1 Prerequisites2.2 Create…
Exploring the Docker and Kubernetes comparison
Table of Contents1 Introduction1.1 What is Docker: The Art of Containerization1.2 What is Kubernetes: The Cosmic Choreographer1.3 Docker and Kubernetes…
Manage the RDS PostgreSQL instance using the AWS CLI
Table of Contents1 Introduction2 Guide to creating and managing the RDS PostgreSQL instance using the AWS CLI.2.1 Step 1: Install…
How to count files in Linux
Table of Contents1 Introduction2 How to count files in Linux2.1 Linux file-counting methods2.1.1 Using the ls command and wc Commands2.1.2…
Linux rename file with Dates in Batches
Table of Contents1 Introduction2 Linux rename file with Dates3 Batch Renaming Files with Date Appended4 Conclusion Introduction In this tutorial,…
Secure Your Linux Applications: Configure SELinux for applications and services
Table of Contents1 Introduction2 configure SELinux for nonstandard configurations2.1 Install Apache2.2 Install SELinux Utilities (if needed):2.3 Check the default ports2.4…