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 HTTPS users using Git credentials and Pushing Code to AWS CodeCommit

Posted on 19/03/202204/09/2023 Temitope Odemo By Temitope Odemo 2 Comments on Setup HTTPS users using Git credentials and Pushing Code to AWS CodeCommit
Setup HTTPS users using Git credentials and Pushing Code to AWS CodeCommit

If you want to create a connection to AWS CodeCommit repositories is by configuring Git credentials for CodeCommit in the IAM console. In this article, you shall learn how to setup HTTPS users using Git credentials and Pushing Code to AWS CodeCommit. Kindly check these pages to read more on AWS: How to Deploy Dynamic…

Read More “Setup HTTPS users using Git credentials and Pushing Code to AWS CodeCommit” »

AWS/Azure/OpenShift, Version Control System

How to deploy a React Application to AWS S3

Posted on 12/03/202204/05/2024 Dickson Victor By Dickson Victor 2 Comments on How to deploy a React Application to AWS S3
How to deploy a React Application to AWS S3

In this article, we are going to learn how to deploy a React Application to AWS S3. Simple Storage Service, aka S3, is a block storage service offered by AWS. It is the most commonly used, go-to storage service for AWS users. It provides valuable features like high availability, security, easy connection to AWS services,…

Read More “How to deploy a React Application to AWS S3” »

AWS/Azure/OpenShift

Set up and configure Route 53 for your Domain in AWS

Posted on 12/03/202229/12/2023 Dickson Victor By Dickson Victor No Comments on Set up and configure Route 53 for your Domain in AWS
Set up and configure Route 53 for your Domain in AWS

In this tutorial, I will show you how to set up and configure Route 53 for your Domain in AWS. Route 53 is a highly available and scalable DNS service from AWS. It is designed to give the developers full control over their DNS entries and provide a cost-effective way to route end-users to the…

Read More “Set up and configure Route 53 for your Domain in AWS” »

AWS/Azure/OpenShift

Manage Azure Virtual Machine with Windows Admin Center and Serial Console

Posted on 10/01/202207/12/2023 Imoh Etuk By Imoh Etuk No Comments on Manage Azure Virtual Machine with Windows Admin Center and Serial Console
Manage Azure Virtual Machine with Windows Admin Center and Serial Console

Azure is a Public Cloud Platform provided by Microsoft. It provides Infrastructure as a Service (IaaS), which is a cloud-based virtualization platform. In addition, Azure also give users the opportunity to benefits from their Platform as a Service (PaaS) and Software as a Service (SaaS) Cloud-models. In this post, we are going to learn about…

Read More “Manage Azure Virtual Machine with Windows Admin Center and Serial Console” »

AWS/Azure/OpenShift, Windows Server

How to Use Postman with the Amazon Pinpoint API

Posted on 01/01/202229/09/2023 Temitope Odemo By Temitope Odemo No Comments on How to Use Postman with the Amazon Pinpoint API
How to Use Postman with the Amazon Pinpoint API

Amazon Pinpoint is an AWS service that you can use to interact and engage with your customers across different messaging platforms. In addition, this AWS service can be used to send push notifications, emails, SMS text messages, or voice messages. These are very good messaging features that application developers can use with their applications. Postman…

Read More “How to Use Postman with the Amazon Pinpoint API” »

AWS/Azure/OpenShift

How to manage and use Amazon S3 access points using the AWS Management Console

Posted on 24/12/202126/08/2023 Temitope Odemo By Temitope Odemo No Comments on How to manage and use Amazon S3 access points using the AWS Management Console
How to manage and use Amazon S3 access points using the AWS Management Console

The benefit of Amazon S3 Access Points is the ability to simplify the managing of data access at scale for shared datasets in S3. Access points are just network endpoints that are attached to your S3 buckets that you can use to perform S3 object operations. We also have the Access Point alias which provides…

Read More “How to manage and use Amazon S3 access points using the AWS Management Console” »

AWS/Azure/OpenShift

Setup Public Load Balancer in Azure

Posted on 23/12/202104/05/2024 Dickson Victor By Dickson Victor No Comments on Setup Public Load Balancer in Azure
Setup Public Load Balancer in Azure

In this article, I will show you how to setup Public Load Balancer in Azure. Where it can distribute the incoming traffic over multiple servers. It will split up the load over two Virtual Machines. IPAM enables the administration and monitoring of DHCP and DNS and provides a comprehensive view of where IP addresses are…

Read More “Setup Public Load Balancer in Azure” »

AWS/Azure/OpenShift, Network | Monitoring

How to enable Amazon S3 default bucket encryption using S3 Console

Posted on 20/12/202126/08/2023 Temitope Odemo By Temitope Odemo No Comments on How to enable Amazon S3 default bucket encryption using S3 Console
How to enable Amazon S3 default bucket encryption using S3 Console

In this guide, I will be showing you how to enable default encryption on an Amazon S3 bucket so that all the objects are encrypted when they are stored in the bucket. The objects are encrypted using server-side encryption with either Amazon S3-managed keys (SSE-S3) or AWS Key Management Service (AWS KMS) keys. But our…

Read More “How to enable Amazon S3 default bucket encryption using S3 Console” »

AWS/Azure/OpenShift

Download your MySQL database from Azure to a local PC with MySQL Workbench

Posted on 14/12/202108/04/2023 Temitope Odemo By Temitope Odemo No Comments on Download your MySQL database from Azure to a local PC with MySQL Workbench
Download your MySQL database from Azure to a local PC with MySQL Workbench

MySQL Database is a database service that you can run on your local server. And can also be on a cloud platform like Azure and AWS. MySQL is free to download. It can be used by both small and big corporate organizations to make use of structured query language (SQL). It has some advanced features…

Read More “Download your MySQL database from Azure to a local PC with MySQL Workbench” »

AWS/Azure/OpenShift, Oracle/MSSQL/MySQL, Windows, Windows Server

How to use Microsoft SQL Server Management Studio to Export and Import your MsSQL database from Azure to local computer

Posted on 14/12/202125/08/2023 Temitope Odemo By Temitope Odemo No Comments on How to use Microsoft SQL Server Management Studio to Export and Import your MsSQL database from Azure to local computer
How to use Microsoft SQL Server Management Studio to Export and Import your MsSQL database from Azure to local computer

Microsoft SQL Server Management Studio (SSMS) is an integrated environment where you can manage your SQL infrastructure. SSMS can be used to access, configure, manage, administer, and develop all components of SQL Server and Azure SQL Database. Microsoft SQL server management studio is a free software for public use and can be connected to any of your…

Read More “How to use Microsoft SQL Server Management Studio to Export and Import your MsSQL database from Azure to local computer” »

AWS/Azure/OpenShift, Oracle/MSSQL/MySQL, Windows, Windows Server

Remove Azure VM: How to delete a Virtual Machine via the Azure Portal

Posted on 04/12/202123/11/2023 Christian By Christian No Comments on Remove Azure VM: How to delete a Virtual Machine via the Azure Portal
Remove Azure VM: How to delete a Virtual Machine via the Azure Portal

Azure Virtual Machines (VM) is one of several types of on-demand, scalable computing resources that Azure offers. An Azure VM gives you the flexibility of virtualization without having to buy and maintain the physical hardware that runs it. In this guide, I will be showing you how to delete a virtual machine (VM) if you no…

Read More “Remove Azure VM: How to delete a Virtual Machine via the Azure Portal” »

AWS/Azure/OpenShift

Set up Veeam Backup for Microsoft Azure

Posted on 02/12/202118/04/2024 Christian By Christian 2 Comments on Set up Veeam Backup for Microsoft Azure
Set up Veeam Backup for Microsoft Azure

Veeam Backup for Microsoft Azure is purpose-built for simplicity, scale, savings, and security for your Azure environment. Azure-native, fully automated backup and recovery to easily protect and manage all your Azure data. In this article, you will learn how to set up Veeam Backup for Microsoft Azure. Utilizing native snapshots, backup to multiple object storage…

Read More “Set up Veeam Backup for Microsoft Azure” »

AWS/Azure/OpenShift, Backup

Create a new Azure Disk: How to create and attach an extra Disk to Azure Virtual Machine

Posted on 26/11/202104/06/2023 Christian By Christian No Comments on Create a new Azure Disk: How to create and attach an extra Disk to Azure Virtual Machine
Create a new Azure Disk: How to create and attach an extra Disk to Azure Virtual Machine

Azure-managed disks are block-level storage volumes that are managed by Azure and used with Azure Virtual Machines. This guide discusses steps to create a new Azure Disk: How to create and attach an extra Disk to Azure Virtual Machine. Therefore, I’ll be showing you how to create and attach a managed disk to a Windows Azure…

Read More “Create a new Azure Disk: How to create and attach an extra Disk to Azure Virtual Machine” »

AWS/Azure/OpenShift

Posts pagination

Previous 1 … 7 8 9 … 15 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • screenshot 2020 03 15 at 00.58.30
    Fix failed to open session for the virtual machine GNS3 VM Network | Monitoring
  • Integrate WordTune on Microsft Word
    Integrate WordTune with Microsoft Word on Mac Microsoft Exchange/Office/365
  • uninstall installed Windows Update from Windows
    How to uninstall installed Windows Update Windows
  • windows 10 technical preview windows 10 logo microsoft 97543 1920x1080
    Windows Editions: Various Operating Systems available for Windows Windows
  • Azure Stack 1
    How to create a load balancer for Azure Stack Hub Network | Monitoring
  • windows update 03
    How to target WSUS clients with the registry keys Windows Server
  • Hide or Show User Accounts from Login Screen on Windows 10 and 11
    How to Hide or Show User Accounts from Login Screen on Windows 10 and 11 Windows
  • Leave Slack
    How to remove a user from a Slack Channel JIRA|Confluence|Apps

Subscribe to Blog via Email

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

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