Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form

Category: AWS/Azure/OpenShift

This category describes the major cloud platforms such as AWS/Azure/Google Cloud/OpenShift

Convert a PEM Key to a PPK Key on a Linux and Windows

Posted on 08/06/202203/04/2024 Imoh Etuk By Imoh Etuk No Comments on Convert a PEM Key to a PPK Key on a Linux and Windows
Convert a PEM Key to a PPK Key on a Linux and Windows

In this article, you will learn how to Convert a PEM Key to a PPK Key on a Linux and Windows Azure Platform. A public/private key pair is required to connect to a running Linux instance using an SSH client. You can also learn how to enable Telnet via the command line and GUI in…

Read More “Convert a PEM Key to a PPK Key on a Linux and Windows” »

AWS/Azure/OpenShift, Linux, Windows

How to implement Interactive Authentication using MSAL dotNET

Posted on 06/06/202219/07/2023 Raphael Gab-Momoh By Raphael Gab-Momoh 5 Comments on How to implement Interactive Authentication using MSAL dotNET
How to implement Interactive Authentication using MSAL dotNET

MSAL is the acronym for Microsoft Authentication Library; according to Microsoft, (MSAL) can provide secure access to Microsoft Graph, other Microsoft APIs, third-party web APIs, or your web API. Furthermore, MSAL supports many application architectures and platforms, including .NET, JavaScript, Java, Python, Android, and iOS. Microsoft provides a robust identity ecosystem, but applications must be…

Read More “How to implement Interactive Authentication using MSAL dotNET” »

AWS/Azure/OpenShift

Deploy a function app from Visual Studio to Azure Platform

Posted on 01/06/202227/08/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Deploy a function app from Visual Studio to Azure Platform
Deploy a function app from Visual Studio to Azure Platform

Azure Functions is a serverless cloud service that allows you to write less code, manage less infrastructure, and save money. Rather than worrying about deploying and maintaining servers, the cloud infrastructure provides all the current resources necessary to keep your applications running. You concentrate on the code that matters most to you, while Azure Functions…

Read More “Deploy a function app from Visual Studio to Azure Platform” »

AWS/Azure/OpenShift, Windows

How to Install Packages to Amazon VM using Terraform

Posted on 31/05/202202/01/2024 Dickson Victor By Dickson Victor No Comments on How to Install Packages to Amazon VM using Terraform
How to Install Packages to Amazon VM using Terraform

In this blog post, I’ll show you how to create an Amazon EC2 instance and install packages into it using a cloud-agnostic infrastructure as a code tool known as Terraform. For better understanding, it is advised that you follow along in this hands-on demo. To get started, sign up for a free tier account from…

Read More “How to Install Packages to Amazon VM using Terraform” »

AWS/Azure/OpenShift, Linux

Configure AWS Command Line Interface

Posted on 27/05/202229/12/2023 Dickson Victor By Dickson Victor No Comments on Configure AWS Command Line Interface
Configure AWS Command Line Interface

In this article, you will learn how to configure AWS Command Line Interface. AWS offers an interface for its users to interact with its services through AWS Management Console and Command Line Interface, CLI. AWS management console is a web application that allows its users to view, monitor, and manage resources offered by AWS.  It…

Read More “Configure AWS Command Line Interface” »

AWS/Azure/OpenShift

How to deploy WordPress on Azure App Service

Posted on 26/05/202231/12/2024 Imoh Etuk By Imoh Etuk No Comments on How to deploy WordPress on Azure App Service
How to deploy WordPress on Azure App Service

We’ll install WordPress on Azure App Service for Linux in this tutorial. Though there are several ways to deploy WordPress on Azure, such as using Bitnami WordPress or WordPress for Azure App Service, we will use the standard web deployment approach to maintain complete control over the app resources on Azure. Please see how to…

Read More “How to deploy WordPress on Azure App Service” »

AWS/Azure/OpenShift, Web Server

Serve Private S3 Bucket Contents Via CloudFront

Posted on 26/05/202229/12/2023 Dickson Victor By Dickson Victor No Comments on Serve Private S3 Bucket Contents Via CloudFront
Serve Private S3 Bucket Contents Via CloudFront

Amazon CloudFront is a content delivery network(CDN) operated by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers that cache content, such as web videos or other bulky media, more locally to consumers, thus improving access speed for downloading the content. In this article, you will learn how to Serve Private…

Read More “Serve Private S3 Bucket Contents Via CloudFront” »

AWS/Azure/OpenShift, Network | Monitoring, Storage

How to Add and Format a New Virtual Disk to an EC2 Instance

Posted on 09/05/202223/03/2023 Temitope Odemo By Temitope Odemo No Comments on How to Add and Format a New Virtual Disk to an EC2 Instance
How to Add and Format a New Virtual Disk to an EC2 Instance

With Amazon EC2 you can launch many virtual servers you need and you can configure the security, networking, and storage to your requirement. In this article, you will learn how to Add and Format a New Virtual Disk to an EC2 Instance. Amazon EC2 can help you to scale up or down in response to…

Read More “How to Add and Format a New Virtual Disk to an EC2 Instance” »

AWS/Azure/OpenShift, Windows Server

Add an EBS volume to AWS EC2 via the AWS Console and CLI

Posted on 22/04/202227/03/2024 Dickson Victor By Dickson Victor No Comments on Add an EBS volume to AWS EC2 via the AWS Console and CLI
Add an EBS volume to AWS EC2 via the AWS Console and CLI

Amazon’s Elastic Block Store (EBS) is a block-storage service provided by the Amazon Elastic Compute Cloud (EC2) to store the data which can be kept on the EBS servers even if the EC2 instances are shut down or not working. In this article, we will see how you can add an EBS volume to AWS…

Read More “Add an EBS volume to AWS EC2 via the AWS Console and CLI” »

AWS/Azure/OpenShift

How to trigger SQS from a Lambda Function in the same account

Posted on 06/04/202204/06/2023 IT Expert By IT Expert No Comments on How to trigger SQS from a Lambda Function in the same account
How to trigger SQS from a Lambda Function in the same account

AWS Lambda is a serverless, event-driven computing platform provided by Amazon Web Services (AWS). The Lambda service allows its users to create functions, and write self-contained applications in any of the supported languages and runtimes. These functions are then uploaded to the AWS Lambda console which then executes these functions in the most efficient and…

Read More “How to trigger SQS from a Lambda Function in the same account” »

AWS/Azure/OpenShift

How to sync S3 Bucket with an EC2 instance

Posted on 05/04/202215/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to sync S3 Bucket with an EC2 instance
How to sync S3 Bucket with an EC2 instance

It’s another time to discuss in detail the Amazon Elastic Compute Cloud (Amazon EC2) and AWS’s popular storage service, Amazon Simple Storage Service (Amazon S3). This post is focused on how to sync up data in an EC2 instance with an Amazon S3 Bucket. At the end of reading this article, you will have a…

Read More “How to sync S3 Bucket with an EC2 instance” »

AWS/Azure/OpenShift, Virtualization, Web Server

How to grant public access to S3 Bucket using Policy

Posted on 04/04/202215/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to grant public access to S3 Bucket using Policy
How to grant public access to S3 Bucket using Policy

In this article, you will learn how to grant public access to S3 Bucket using Policy. This means you will be acquainted with the steps to generate and add a bucket policy to an Amazon S3 bucket to grant public access to any data stored on it, but first, let’s take a look at what…

Read More “How to grant public access to S3 Bucket using Policy” »

AWS/Azure/OpenShift

How to redirect requests for your bucket’s website endpoint to another bucket or domain

Posted on 28/03/202204/06/2023 IT Expert By IT Expert No Comments on How to redirect requests for your bucket’s website endpoint to another bucket or domain
How to redirect requests for your bucket’s website endpoint to another bucket or domain

In this article, we are going to learn how to redirect requests for your bucket’s website endpoint to another bucket or domain. Simple Storage Service, aka S3, is a block storage service offered by AWS. It is the most widely used, go-to storage service for AWS users. It provides high availability, security, easy integration with many…

Read More “How to redirect requests for your bucket’s website endpoint to another bucket or domain” »

AWS/Azure/OpenShift

Posts pagination

Previous 1 … 6 7 8 … 15 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • UpdateOfficeOnlineServer 1
    Perform Office Online Server Update via the Microsoft Update Catalog Network | Monitoring
  • ansible 1
    Kinit Error: Fix Malformed representation of principal when parsing name Configuration Management Tool
  • skype
    Stop Apps from running automatically on MAC Mac
  • Feature image LSA
    How to configure additional LSA Protection Security | Vulnerability Scans and Assessment
  • Screenshot 4
    Veeam Agent for AIX: Initial Deploy/UUID Error Network | Monitoring
  • veeam backup for Proxmox VE
    Backup and Restore Proxmox VE virtual machines with Veeam Backup
  • Windows Server 2019
    The virtual machine has terminated unexpectedly during startup with exit code 1 (1×0): Failed to open a session for the virtual machine Windows Server 2019 Virtualization
  • Slide2 1
    SU Authentication Fix: Sudo Permission Denied in Ubuntu Linux

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,806 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive