Linux Tutorials on the topic “cloud”
-
How to Configure Path-Based routing in an AWS Application Load Balancer
Author: Ali Imran Nagori • Tags: cloud, linux • Comments: 1In AWS, ELB and Elastic Load Balancing exists a concept where the servers can be added or released as per the demand of our application and the incoming traffic from an application is distributed among multiple targets. In this tutorial, we will configure path-based routing for an Application Load Balancer on AWS. We are going to use an IAM user account for this task.
-
How to Create a Static Website Using Amazon S3
Author: t.michael • Tags: cloud, linux • Comments: 1Amazon Simple Storage Service (S3) is a web service offered by Amazon Web Services (AWS) for storing and access to objects via the internet. S3 offers websites, web services, and mobile applications the ability to upload data and store it on its servers. In this guide, we will create and configure a simple static website using Amazon S3.
-
How to Manage Terraform State in an AWS S3 Bucket
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 1In this article, we will see what a Terraform state is and how to manage it on an S3 Bucket. We will also see what "lock" is in Terraform and how to implement it. To implement this, we need to create an S3 Bucket and a DynamoDB Table on AWS.
-
-
How to configure event notifications in S3 Bucket on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0AWS S3 event notification helps us to receive notifications when certain events take place in an S3 Bucket. In this article, we will see how to get notified on Email when certain events take place on our S3 Bucket.
-
How to use Object Storage in Azure Cloud
Author: Rahul Shivalkar • Tags: cloud • Comments: 0An Azure storage account is used to store data objects such as blobs, files, queues, tables, and disks. Data stored in the Storage Account is accessible from anywhere in the world over HTTP or HTTPS and is durable and highly available.
-
How to create an App Service on Azure Cloud
Author: Rahul Shivalkar • Tags: cloud • Comments: 0App Service is used to quickly build, deploy and scale web apps. It is a fully managed platform with built-in infrastructure maintenance, security patching and scaling.
-
How to create a Load Balancer in Azure Cloud
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0A Load Balancer is used to evenly distribute the load on the backend servers. It acts as the single point of contact for client connections. In this article, we will create a Public Load Balancer and add a Virtual Machine to its Backend Pool. This Virtual Machine will have Apache running on it.
-
How to Use the Terraform Command Line Interface (CLI) on Ubuntu
Author: t.michael • Tags: cloud, linux, ubuntu, virtualization • Comments: 1Terraform is a framework for building and configuring infrastructure as code, with a command-line interface and DSL language. Terraform can manage existing and popular service providers as well as custom in-house solutions to build and configure complete distributed data centers.
-
How to create a MySQL Database Server and Database in Azure Cloud
Author: Rahul Shivalkar • Tags: cloud, linux, mysql • Comments: 0Azure SQL Database is a fully managed platform as a service (PaaS). Azure handles database management functions such as upgrading, patching, backups, and monitoring and we do not need to worry about these operations. In this article, we will see how to create an SQL database, connect to it, create a table in it and delete it at the end.
-
How to create a Virtual Network in Azure Cloud
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Azure Virtual Network is one of the most important resources to create a private network in Azure. It enables many types of Azure services to communicate with each other securely. In this article, we will see the steps to create a Virtual Network and how to add a subnet to it.