Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • BitRecDelegation
    Delegate control for BitLocker recovery keys in Active Directory Windows
  • Create S3 Bucket with Terraform
    Create an S3 Bucket with Terraform AWS/Azure/OpenShift
  • xxxxxx
    How to make a screenshot of Windows 10 Screen / Login Screen Windows
  • Screenshot 2024 02 09 at 7.34.18 PM
    How to create a Logic App for monitoring tweets AWS/Azure/OpenShift
  • drivelock
    How to perform DriveLock quick setup Security | Vulnerability Scans and Assessment
  • banner 1
    How to Export and remove Passwords in Firefox Backup
  • Screenshot 2020 07 25 at 13.09.08
    Fix the following error occurred when DNS was queried for the service location Windows Server
  • AzureMonitor
    Configure Azure Monitor for VMs on Azure Stack Hub AWS/Azure/OpenShift

Category: AWS/Azure/OpenShift

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

How to create an Amazon Relational Database Service Instance

Posted on 02/03/202402/03/2024 Christian By Christian No Comments on How to create an Amazon Relational Database Service Instance
How to create an Amazon Relational Database Service Instance

Amazon Relational Database Service is a fully managed database service in the cloud. It offers capabilities for setting up, operating, and scaling relational databases with ease. In this article, we shall discuss How to create an Amazon Relational Database Service Instance. Please see How to install Amazon RDS using Terraform, how to Migrate Veeam MSSQL…

Read More “How to create an Amazon Relational Database Service Instance” »

AWS/Azure/OpenShift

How to create an Elastic Beanstalk environment in AWS

Posted on 01/03/202401/03/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to create an Elastic Beanstalk environment in AWS
How to create an Elastic Beanstalk environment in AWS

This guide will walk you through creating an Elastic Beanstalk environment in AWS. Think of Elastic Beanstalk as your personal deployment genie in the cloud. It handles all infrastructure details, allowing you to focus on code. It supports various languages and works, making it ideal for developers. Plus, it offers perks like auto-scaling and seamless…

Read More “How to create an Elastic Beanstalk environment in AWS” »

AWS/Azure/OpenShift

Backup Repository: How to Create Amazon S3 buckets

Posted on 29/02/202404/03/2024 Christian By Christian No Comments on Backup Repository: How to Create Amazon S3 buckets
Backup Repository: How to Create Amazon S3 buckets

Amazon Simple Storage Service (S3) is commonly used for backup and restore operations. This is due to its durability, scalability, and features tailored for data management. Here’s why you should use S3 for backup and restore. In this guide, you will learn baout “Backup Repository: How to Create Amazon S3 buckets”. Please see how to…

Read More “Backup Repository: How to Create Amazon S3 buckets” »

AWS/Azure/OpenShift

How to create an EC2 Instance

Posted on 29/02/202429/02/2024 Christian By Christian No Comments on How to create an EC2 Instance
How to create an EC2 Instance

Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable computing capacity in the cloud. Amazon EC2 offers many options that help you build and run virtually any application. With these possibilities, getting started with EC2 is quick and easy to do. In this article, we shall discuss how to create…

Read More “How to create an EC2 Instance” »

AWS/Azure/OpenShift

VPC, Subnet, NACL, Security Group: Create your own Network on AWS from Scratch [Part 2]

Posted on 27/02/202402/03/2024 Christian By Christian No Comments on VPC, Subnet, NACL, Security Group: Create your own Network on AWS from Scratch [Part 2]
VPC, Subnet, NACL, Security Group: Create your own Network on AWS from Scratch [Part 2]

Amazon Virtual Private Cloud (Amazon VPC) enables you to launch AWS resources in a logically isolated virtual network that you have created. This virtual network closely resembles a traditional network that you’d operate in your own data centre, with the benefits of using the scalable infrastructure of AWS. Please see how to Build a Scalable…

Read More “VPC, Subnet, NACL, Security Group: Create your own Network on AWS from Scratch [Part 2]” »

AWS/Azure/OpenShift

How to Install Azure Storage Explorer on Windows

Posted on 15/02/202416/10/2025 Imoh Etuk By Imoh Etuk No Comments on How to Install Azure Storage Explorer on Windows
How to Install Azure Storage Explorer on Windows

In this post, I demonstrate how to install Azure Storage Explorer on Windows. As part of this post, I also take you through how to set it up after installation. Microsoft Azure Storage Explorer offers a variety of options to install on Windows, macOS, and Linux. It simplifies the process of managing Azure storage data….

Read More “How to Install Azure Storage Explorer on Windows” »

AWS/Azure/OpenShift, Backup, Containers, Storage

Configure Azure Container Registry for a secure connection with Azure Container Apps

Posted on 10/02/202414/03/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Configure Azure Container Registry for a secure connection with Azure Container Apps
Configure Azure Container Registry for a secure connection with Azure Container Apps

Ensuring container app resource security is important, and creating a private endpoint for security ensures it. This guide prioritizes actively configuring Azure Container Registry for secure connections with Azure Container Apps. Microsoft Azure empowers users with Azure Container Registry, enabling secure storage and management of Docker container images via Docker Hub technology. Please see how…

Read More “Configure Azure Container Registry for a secure connection with Azure Container Apps” »

AWS/Azure/OpenShift, Containers, Network | Monitoring, Virtualization

How to Install Azure DevOps Server 2022

Posted on 04/02/202404/02/2024 Imoh Etuk By Imoh Etuk No Comments on How to Install Azure DevOps Server 2022
How to Install Azure DevOps Server 2022

In this guide, I take you through how to install Azure DevOps Server 2022 on your on-premises infrastructure. You can use Azure DevOps Server 2022 in an on-premises environment. It can help streamline software development, improve communication, and promote collaboration. Please see Azure DevOps: Docker and Kubernetes Deployment with GitHub and how to deploy your first…

Read More “How to Install Azure DevOps Server 2022” »

Automation, AWS/Azure/OpenShift, Version Control System, Web Server, Windows Server

How to Deploy Azure Resources Using Azure Bicep

Posted on 31/01/202427/08/2024 Imoh Etuk By Imoh Etuk No Comments on How to Deploy Azure Resources Using Azure Bicep
How to Deploy Azure Resources Using Azure Bicep

In this article, I show you how to deploy Azure resources using Azure Bicep. It is a domain-specific language (DSL) for declaratively deploying Azure resources. It aims to simplify creating and managing your Azure infrastructure by offering several advantages over the traditional method using Azure Resource Manager (ARM) templates. Azure Bicep is used to deploy…

Read More “How to Deploy Azure Resources Using Azure Bicep” »

Automation, AWS/Azure/OpenShift, Configuration Management Tool

How to Create Self-Hosted Agent for Azure DevOps Pipelines

Posted on 30/01/202406/12/2024 Imoh Etuk By Imoh Etuk No Comments on How to Create Self-Hosted Agent for Azure DevOps Pipelines
How to Create Self-Hosted Agent for Azure DevOps Pipelines

Azure DevOps Pipelines offer a powerful and flexible way to automate your software development workflows. You can create and configure self-hosted agents to enhance your flexibility and control over your build and deployment processes. This article will walk us through the steps to create a self-hosted agent for Azure DevOps Pipelines. You may also be…

Read More “How to Create Self-Hosted Agent for Azure DevOps Pipelines” »

Automation, AWS/Azure/OpenShift, Version Control System, Windows

MFA on Root Account: Create a User on AWS and Register MFA

Posted on 25/01/202425/01/2024 Christian By Christian No Comments on MFA on Root Account: Create a User on AWS and Register MFA
MFA on Root Account: Create a User on AWS and Register MFA

AWS Identity and Access Management (IAM) is a web service that enables you securely control access to AWS resources. With IAM, you can centrally manage permissions that control which AWS resources users can access. With IAM, you can control who is authenticated (signed in) and authorized (has permissions) to use resources. This article will discuss…

Read More “MFA on Root Account: Create a User on AWS and Register MFA” »

AWS/Azure/OpenShift

How to Set up an Amazon Web Services (AWS) Account

Posted on 15/01/202419/06/2024 Christian By Christian No Comments on How to Set up an Amazon Web Services (AWS) Account
How to Set up an Amazon Web Services (AWS) Account

AWS (Amazon Web Services) is Amazon’s comprehensive cloud computing platform, providing many computing resources, storage options, and networking capabilities over the internet. In this article, we will show you how to set up an Amazon Web Services (AWS) Account and learn a little about the Trusted Advisor. Please see how to Check and Reset Network…

Read More “How to Set up an Amazon Web Services (AWS) Account” »

AWS/Azure/OpenShift

How to Delete Backup Job in Recovery Services Vault

Posted on 27/12/202327/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to Delete Backup Job in Recovery Services Vault
How to Delete Backup Job in Recovery Services Vault

In this post, I show you how to delete a backup job in the Recovery Services Vault. Azure Recovery Services Vault is a centralized management service in Azure that acts as a storage container for backup data. It also serves as a recovery point created from various Azure services and on-premises sources. Think of it…

Read More “How to Delete Backup Job in Recovery Services Vault” »

AWS/Azure/OpenShift, Backup, Storage

Posts pagination

Previous 1 2 3 … 14 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a
 
  • BitRecDelegation
    Delegate control for BitLocker recovery keys in Active Directory Windows
  • Create S3 Bucket with Terraform
    Create an S3 Bucket with Terraform AWS/Azure/OpenShift
  • xxxxxx
    How to make a screenshot of Windows 10 Screen / Login Screen Windows
  • Screenshot 2024 02 09 at 7.34.18 PM
    How to create a Logic App for monitoring tweets AWS/Azure/OpenShift
  • drivelock
    How to perform DriveLock quick setup Security | Vulnerability Scans and Assessment
  • banner 1
    How to Export and remove Passwords in Firefox Backup
  • Screenshot 2020 07 25 at 13.09.08
    Fix the following error occurred when DNS was queried for the service location Windows Server
  • AzureMonitor
    Configure Azure Monitor for VMs on Azure Stack Hub AWS/Azure/OpenShift

Subscribe to Blog via Email

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

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