Linux Tutorials on the topic “cloud”
-
How to create an Ubuntu Virtual Machine in Azure Cloud
Author: Rahul Shivalkar • Tags: cloud, linux, server, virtualization • Comments: 0Azure Virtual Machine (VM) is one of the types of on-demand, scalable computing resources. This guide will show you step by step with screenshots of how to create a virtual machine (VM) in the Microsoft Azure Cloud.
-
How to use Cloudformation to create SQS Queues on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0AWS Simple Queue Service (SQS) is a fully managed message queuing service that enables us to decouple and scale microservices, serverless applications, and distributed systems. In this article, we will see the steps to create a Standard and FIFO Queue using Cloudformation Stack.
-
How to create an IAM Role in AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0In this article we will see how to create an IAM Role. Before proceeding, I assume that you are familiar with the basics of Terraform and AWS IAM Roles.
-
-
How to create an RDS instance on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0In this article, we will see how to create an RDS MySql Instance on Amazon Web Services (AWS) using Terraform.
-
How to create a Virtual Machine scale set on Azure
Author: Rahul Shivalkar • Tags: cloud • Comments: 0An Azure Scale Set helps to create and manage a group of identical, load-balanced Virtual Machines. The number of Virtual Machines belonging to the scale set can grow and shrink automatically based on the load. This helps to have high availability for our applications deployed in Virtual Machines.
-
How to create an event in AWS Cloudwatch to trigger a Lambda Function
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Amazon CloudWatch Events describe changes in AWS resources. In this article, we will create an event rule which will check for event of EC2 State change and trigger a lambda function.
-
How to create an SNS Topic and a Subscriber on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Amazon Simple Notification Service (SNS) is a web service that coordinates and manages the delivery of messages. It is a highly available, durable, secure, fully managed pub/sub messaging service. In this article, we will create an SNS Topic and subscribe to an Email Endpoint.
-
How to create a DynamoDB Table in AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Amazon DynamoDB is a key-value and document database. In this article, we will create a simple DynamoDB Table with On-Demand mode and create a few items and perform a search on it.
-
Create an EC2 instance on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0In this article, we will see how to create an EC2 Instance using Terraform.
-
How to create an S3 Bucket using Python Boto3 on AWS
Author: Rahul Shivalkar • Tags: cloud, linux, programming • Comments: 0In this article, we will learn to create an S3 bucket using the Python Boto3 library. We will also see the steps to delete the bucket we created.