Linux Tutorials on the topic “cloud”
-
How to use Cloudformation to create SQS Queues on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0 • Published: Jan 19, 2022AWS 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: 0 • Published: Jan 18, 2022In 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: 0 • Published: Jan 14, 2022In this article, we will see how to create an RDS MySql Instance on Amazon Web Services (AWS) using Terraform.
-
-
How to Create a Kubernetes Cluster with AWS CLI
Author: t.michael • Tags: cloud, linux • Comments: 0 • Published: Jan 07, 2022Elastic Kubernetes Service (EKS) is a managed Kubernetes service that is hosted on AWS. In this guide, we will leam how to create a Kubernetes cluster on AWS with EKS. You will learn how to create an administrative user for your Kubernetes cluster. You will also learn how to deploy an app to the cluster. Finally, you will test your cluster to ensure that everything is working properly.
-
How to create a Virtual Machine scale set on Azure
Author: Rahul Shivalkar • Tags: cloud • Comments: 0 • Published: Jan 06, 2022An 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: 0 • Published: Dec 21, 2021Amazon 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: 0 • Published: Dec 17, 2021Amazon 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.
-
Creating your first deployment on a Kubernetes Cluster
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0 • Published: Dec 14, 2021In this article, we will see how to create your first deployment on a Kubernetes Cluster using the kubectl command on the Linux shell.
-
How to create a DynamoDB Table in AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0 • Published: Dec 13, 2021Amazon 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: 0 • Published: Dec 08, 2021In this article, we will see how to create an EC2 Instance using Terraform.