In this guide, we’ll walk you through the process of configuring a VPN Site-to-Site from your home network to AWS,…
AWS
Creating a Terraform variable file from an Excel
Introduction How to Create a Terraform variable file from an Excel. In the world of infrastructure as code (IaC), Terraform…
Build lambda with a custom docker image
Introduction In this tutorial, we will build lambda with a custom docker image. Prerequisites Before starting, you should have the…
Amazon DocumentDB
Introduction In this tutorial, you will create an Amazon DocumentDB cluster. Operations on the cluster using CLI commands using CLI…
AWS Lambda function with requests module
Introduction In this tutorial, we will create an AWS Lambda function with requests module. Then create a .zip deployment package…
Create a Lambda to access ElastiCache
Introduction In this tutorial, you will create a Lambda to access ElastiCache cluster. When you create the Lambda function, you…
Memcached tutorial
Introduction In this Memcached tutorial, you will create an Amazon ElastiCache for the Memcached cluster in your default Amazon Virtual…
S3 to Redshift
Introduction This tutorial shows you how to create a Redshift cluster resource, connect to Amazon Redshift, load sample data from…
Boto3 DynamoDB
Introduction In this Boto3 DynamoDB tutorial, we’ll walk through the process of creating tables, loading data, and executing fundamental CRUD…
Manage the DynamoDB table with AWS CLI
Introduction You can use the AWS Console Manager to manage the DynamoDB table, alternatively, you can manage the DynamoDB table…