Table of Contents1 Introduction2 Prerequisites3 Create a Lambda to access ElastiCache in an Amazon VPC3.1 Create the execution role3.2 Create…
DevOps Blog – Latest DevOps Articles and Tutorials
Memcached tutorial
Table of Contents1 Introduction2 Prerequisites3 Memcached tutorial3.1 Creating a Memcached cluster with AWS CLI3.2 Modifying a Memcached cluster with AWS CLI3.3 Viewing…
S3 to Redshift
Table of Contents1 Introduction2 Prerequisites3 Load data from S3 to Redshift into Redshift example with AWS CLI3.1 Install PSQL on…
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…