Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

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

Category: AWS/Azure/OpenShift

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

Setup a Site-to-Site VPN Connection on AWS

Posted on 23/03/202327/03/2024 Imoh Etuk By Imoh Etuk No Comments on Setup a Site-to-Site VPN Connection on AWS
Setup a Site-to-Site VPN Connection on AWS

In this article, we shall discuss “Setup a Site-to-Site VPN Connection on AWS”. Most organizations prefer to have direct connectivity from AWS to their on-premises network. Here are some related guides: Microsoft Direct Access: Now Always On VPN, Windows 10 Always On VPN (AOVPN) Overview, features and Requirements, and how to configure AnyConnect SSL VPN…

Read More “Setup a Site-to-Site VPN Connection on AWS” »

AWS/Azure/OpenShift, Network | Monitoring

How to Migrate Azure Web Apps

Posted on 21/03/202323/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to Migrate Azure Web Apps
How to Migrate Azure Web Apps

In this article, we will see how developers can create and deploy web apps using the Azure PaaS (Platform as a Service) cloud computing service without having to worry about managing the underlying infrastructure. In particular, Microsoft Azure App Service offers a completely managed platform for developing and deploying web applications. Developers can concentrate on…

Read More “How to Migrate Azure Web Apps” »

AWS/Azure/OpenShift

How to Control Cloud Cost Using Azure VM

Posted on 16/03/202308/06/2023 Imoh Etuk By Imoh Etuk 2 Comments on How to Control Cloud Cost Using Azure VM
How to Control Cloud Cost Using Azure VM

The cost of running virtualized resources such as servers, applications, and data in the cloud can exceed the expected budget set by an organization if proper checks are not put in place to help control or check excessive spending. It is worth knowing that the possibility of significant cost reductions is one of the primary…

Read More “How to Control Cloud Cost Using Azure VM” »

AWS/Azure/OpenShift, Virtualization, Web Server, Windows, Windows Server

How to create Confidential VMs in Azure

Posted on 28/02/202327/03/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to create Confidential VMs in Azure
How to create Confidential VMs in Azure

A confidential VM is a virtual machine (VM) that uses hardware-based security technologies in protecting the data and code running inside of it from unauthorized access or tampering. In this article, you will be introduced to what a confidential virtual machine is and how to create Confidential VMs in Azure. Other useful articles can be…

Read More “How to create Confidential VMs in Azure” »

AWS/Azure/OpenShift, Linux

Running PowerShell remotely on Azure VMs

Posted on 28/02/202325/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Running PowerShell remotely on Azure VMs
Running PowerShell remotely on Azure VMs

Azure PowerShell is a command line interface(CLI) tool is used to manage and automate Azure resources. It can also be used to interact with Azure services and resources, including virtual machines, storage accounts, and databases. It offers a set of cmdlets. This article will help you learn the various ways of running PowerShell remotely on…

Read More “Running PowerShell remotely on Azure VMs” »

AWS/Azure/OpenShift

Create and mount FSx File System: Join EC2 instance to AWS Managed AD

Posted on 25/02/202319/12/2023 Imoh Etuk By Imoh Etuk No Comments on Create and mount FSx File System: Join EC2 instance to AWS Managed AD
Create and mount FSx File System: Join EC2 instance to AWS Managed AD

In the Amazon Web Services (AWS) cloud, Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity. Using Amazon EC2 reduces the need to invest in hardware upfront, allowing you to develop and deploy applications more quickly. You can launch as many or as a handful of virtual servers as you need, configure security and…

Read More “Create and mount FSx File System: Join EC2 instance to AWS Managed AD” »

AWS/Azure/OpenShift, Web Server, Windows, Windows Server

Set up Cross-Region Replication for S3 Buckets

Posted on 17/02/202324/04/2023 Imoh Etuk By Imoh Etuk No Comments on Set up Cross-Region Replication for S3 Buckets
Set up Cross-Region Replication for S3 Buckets

When it comes to storage services on the AWS Cloud, we cannot mention all of them without talking about S3. Amazon S3 is a cloud-based object storage service with industry-leading scalability, data availability, security, and performance. Data lakes, websites, cloud-native applications, backups, archives, machine learning, and analytics are some of the amounts of data that…

Read More “Set up Cross-Region Replication for S3 Buckets” »

AWS/Azure/OpenShift, Backup

How to Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance

Posted on 10/02/202319/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance
How to Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance

In this post, I will show you how to Allocate and Associate or Disassociate and Release ELastic IP to an EC2 instance. First of all, let’s take a look at why this is necessary. IPv4 and IPv6 addressing protocols are supported by Amazon EC2 and Amazon VPC. Amazon VPC uses the IPv4 addressing protocol by…

Read More “How to Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance” »

AWS/Azure/OpenShift

How to work with Azure Cognitive Service

Posted on 31/01/202315/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to work with Azure Cognitive Service
How to work with Azure Cognitive Service

Microsoft’s Azure cloud platform includes Azure Cognitive Services, a group of machine learning algorithms and APIs. These services are intended to assist programmers in creating intelligent software that can comprehend and react to spoken language, identify and analyze visual cues, and carry out a variety of other cognitive functions. With the emergence of ChatGPT, a…

Read More “How to work with Azure Cognitive Service” »

AWS/Azure/OpenShift

How to use Azure Compute Gallery

Posted on 22/01/202317/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to use Azure Compute Gallery
How to use Azure Compute Gallery

Have you ever thought of capturing the image of your virtual machine so that you can either share or reuse it? Then, Azure compute gallery is a resource that you should not overlook. It should not be a surprise to know that a copy of a whole VM (including any associated data drives) or simply…

Read More “How to use Azure Compute Gallery” »

AWS/Azure/OpenShift

How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux

Posted on 19/01/202317/03/2023 Imoh Etuk By Imoh Etuk No Comments on How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux
How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux

The Amazon Simple Storage Service (Amazon S3) is a cloud hosting service that offers industry-leading performance, security, and scalability. Users and organizations of all sizes can use Amazon S3 to safeguard and store data for a variety of applications, including websites, mobile applications, data lakes, backups and restores, archives, enterprise applications, IoT devices, and big…

Read More “How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux” »

AWS/Azure/OpenShift, Linux

Benefits of Azure API Management and how to create an API instance

Posted on 16/01/202317/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Benefits of Azure API Management and how to create an API instance
Benefits of Azure API Management and how to create an API instance

Azure API Management is a fully managed service provided by Microsoft that allows developers to create, publish, and manage APIs. It provides features such as security, caching, rate limiting, and analytics, and allows for the creation of developer portals to enable easy discovery and consumption of APIs. Additionally, it allows for the creation of custom…

Read More “Benefits of Azure API Management and how to create an API instance” »

AWS/Azure/OpenShift, Network | Monitoring

Azure Hybrid Use Cases and Benefits

Posted on 16/01/202317/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Azure Hybrid Use Cases and Benefits
Azure Hybrid Use Cases and Benefits

The Azure Hybrid Benefit feature enables users of Windows Server and/or SQL Server licenses with active Software Assurance to continue using their existing licenses to run those workloads on Azure and pay a discounted rate for the infrastructure costs. Customers may use this capability to save costs while gaining access to Azure’s scalability and other…

Read More “Azure Hybrid Use Cases and Benefits” »

AWS/Azure/OpenShift

Posts pagination

Previous 1 … 4 5 6 … 15 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • nested virtualization
    Enable the Virtual Machine Platform Windows Feature and ensure Virtualization is enabled in the BIOS Virtualization
  • sdf
    Creating an offline local repository in Linux Linux
  • FoneTool
    FoneTool is the best iPhone backup software Backup
  • dsdfg
    Create a Bootable USB Drive Using dd Command on Linux Linux
  • Screenshot 1
    Fix SMB Freezes That Break Backups on Critical Linux Servers Network | Monitoring
  • windows1019h2
    Synchronize your Domain Controller with an external time source Windows Server
  • How To Fix “Startup Repair Couldn’t Repair Your PC
    How To Fix “Startup Repair Couldn’t Repair Your PC Windows
  • Slide2
    How to Setup Jenkins Pipelines Environment for Docker Container Deployment Containers

Subscribe to Blog via Email

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

Join 1,814 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

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

Copyright © 2025 TechDirectArchive