Linux Tutorials on the topic “cloud”
-
How to upload local files to Amazon EC2 instance using Terraform
Author: Ali Imran Nagori • Tags: cloud, linux • Comments: 0 • Published: Jul 22, 2022In this tutorial, we will look at how to copy a file from a local machine running Terraform to a newly created Amazon EC2 instance (Ubuntu) on AWS. In this method, we will use the File utility provided by Terraform. We demonstrate its use by simply copying a file to an EC2 instance.
-
How to use modules from the Terraform Registry
Author: Ali Imran Nagori • Tags: cloud, linux, virtualization • Comments: 0 • Published: Jun 23, 2022The Terraform Registry is a place where one can find different providers and modules (re-usable Terraform configurations) and use them with Terraform. In this tutorial, we will see how to use modules from Terraform Registry. We will see this by demonstrating an example of creating an EC2 instance on AWS.
-
How to use loops in Terraform
Author: Ali Imran Nagori • Tags: cloud, linux, server, virtualization • Comments: 0 • Published: Jun 20, 2022Terraform is an Open source tool developed and maintained by HashiCorp. It uses its own Hashicorp Configuration Language- HCL to provision multiple cloud service providers. In this tutorial, I will show you how to use loops in Terraform. We will see several examples of using some loop constructs.
-
-
How to launch EC2 instance using new AWS UI console
Author: Ali Imran Nagori • Tags: cloud • Comments: 0 • Published: Jun 10, 2022On January 12, 2022 AWS introduced a new user interface for the management console. In this post we will discover the new AWS Console Home and specifically we will use the new EC2 launch wizard to provision a new EC2 instance.
-
Use Tag Editor to tag resources across regions on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0 • Published: May 27, 2022Amazon “Tag Editor” comes under “Resource Groups”. Tag Editor is used to querying and tag resources in one go. We can choose up to 20 individual resource types, or fetch all resource types.
-
Create an IAM User on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud • Comments: 0 • Published: May 25, 2022In this article, we will see how to create an IAM User. Before proceeding, I assume that you are familiar with the basics of Terraform and AWS IAM Users.
-
What is Amazon Workspace and how to create it on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0 • Published: May 23, 2022Amazon WorkSpaces is a Desktop-as-a-Service (DaaS) solution managed by AWS. We can use it to provision either Windows or Linux desktops. These desktops can be created in just a few minutes. They can quickly scale to provide thousands of desktops.
-
What is AWS CloudTrail and how to use it
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0 • Published: May 19, 2022AWS CloudTrail helps to enable compliance, governance, and risk auditing of your AWS account. Whatever actions that are carried out or performed using AWS IAM User, IAM Role, or an AWS service are recorded as events in AWS CloudTrail.
-
What is AWS GuarDuty and how to use it
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0 • Published: May 18, 2022AWS GuardDuty is a continuous security monitoring service. It analyzes and processes the AWS CloudTrail management event logs, VPC Flow Logs, CloudTrail S3 data event logs, and DNS logs. In this article, we will see the step to enable AWS GuardDuty and then disable it.
-
How to Install and Use Portainer for Docker management with Nginx Proxy Manager
Author: Navjot Singh • Tags: cloud, control panels, linux, server, virtualization • Comments: 2 • Published: Apr 28, 2022Portainer is an open-source container management solution for Docker, Kubernetes, and Nomad that simplifies starting, creating and running containers in an easy way. It provides a web-based dashboard to manage containers, images, networks, and volumes.