Linux Tutorials on the topic “cloud”
How to create an SNS topic on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud • Comments: 0In this article, we will create an SNS topic with an access policy that will allow our own account to perform all SNS actions on the topic.
How to create Cloudwatch alarms for a DynamoDB Table on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0To monitor DynamoDB tables, metric data is sent to CloudWatch automatically. In this article, we will create an alarm for a DynamoDB table to monitor "ConsumedWriteCapacityUnits" and send a notification to the SNS topic.
How to create a user on Linux EC2 instance on AWS and add a public key to it using a shell script
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Creating a user and adding a public key to it can be very tedious. In this article, we will see how this process can be automated using a shell script which can help us avoid human errors that can arise if we do the task manually.
How to create Cloudwatch alarms for an SQS Queue on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0CloudWatch metrics for SQS queues are collected and pushed to CloudWatch at one-minute intervals automatically. These metrics are provided at no charge in CloudWatch for both standard and FIFO queues. In this article, we will create an alarm for the "NumberOfMessagesSent" metric.
How to create an SQS queue on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud • Comments: 0In this article, we will create an SQS queue using Terraform on AWS. We will also add a policy that will allow all to send messages to the queue.
How to copy items from one DynamoDB to another DynamoDB table using Python on AWS
Author: Rahul Shivalkar • Tags: cloud, linux, programming • Comments: 3This tutorial shows you how to write a Python script to copy data from one DynamoDB to another DynamoDB table on AWS.
How Install and Configure a Docker Swarm Cluster on CentOS 8
Author: Hitesh Jethva • Tags: centos, cloud, linux, virtualization • Comments: 0In this post, we will show you how to set up a Docker Swarm cluster on CentOS 8. Docker is an open-source tool that can be used to create, deploy and run applications using a container.
How to Register a Domain Name on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0When you want to build a website or web applications, the first step is to buy a domain name, as it is an easier way to remember than the IP of the server. A domain name is a unique name that identifies the website, hence no 2 websites can have the same name on the internet.
Install CloudPanel Control Panel on Debian 10
Author: Hitesh Jethva • Tags: cloud, debian, server • Comments: 2CloudPanel is a free, open-source, and powerful server Control panel used for managing several web components. With Cloud panel, you can manage MySQL, NGINX, PHP-FPM, Redis, Domain, FTP, User management, and many more from the web-based interface.
How to create a DynamoDB table on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud • Comments: 0In this article, we will see the steps to create a DynamoDB Table using Terraform. We will create a DynamoDB Table with the "PAY_PER_REQUEST" billing model. Before we proceed with this article, it is assumed that you are aware of AWS DynamoDB Service and know its basics, along with Terraform.










