What is AWS Glacier? AWS Glacier is a cloud-based storage service provided by Amazon Web Services (AWS), designed for long-term data archival and backup. It offers a cost-effective and highly durable solution for storing data that you don't need to access frequently but must retain [...]
In this article, we'll dive into AWS Lambda, a serverless computing service provided by Amazon Web Services (AWS). This blog will guide you through the fundamental concepts, features, and workings of AWS Lambda, helping you understand how it can be leveraged to build scalable, event-driven [...]
AWS MSK (Amazon Managed Streaming for Apache Kafka) is a fully managed service that enables you to build and run applications based on Apache Kafka without the need to manage the underlying infrastructure. Kafka is an open-source distributed streaming platform that allows you to build [...]
There may be a need after you have virtual machines in Microsoft Azure that you need to relocate these to a different resource group, subscription, or region. These are fairly common tasks that can arise from time to time. Let’s look at how to move [...]
AWS EC2 (Elastic Compute Cloud) provides various mechanisms for backup and restore to help you protect your EC2 instances and data from data loss and disasters. In this tutorial we will look into taking backup of an EC2 instance root volume using EC2 snapshots and [...]
BDRSuite has taken a significant step forward with its latest beta release, focusing on expanding backup support for Proxmox cluster environments. This beta version introduces several powerful features designed to enhance the flexibility and efficiency of backup and recovery processes. About BDRSuite – #1Cost-Effective Backup [...]
Disk encryption has been around for a long while, and it has been an important way for organizations to secure data as it sits on disk. What about the cloud? These support disk encryption as well. In Microsoft Azure, you can use Azure Disk Encryption [...]
Virtual machines are still a crucial part of the overall infrastructure layout for most organizations. Today's modern cloud infrastructure environments allow running virtual machines. Microsoft Azure can run many types of VMs (OS'es and sizes) in your Azure account. Microsoft Azure Virtual Machines Virtual machines [...]
There are many ways to deploy infrastructure and resources in Microsoft Azure. When you first get started, you will likely do this manually in the Azure Portal. However, as Azure resources and configuration needs to be deployed at scale, you need to use infrastructure as [...]
In working with Microsoft Azure environments, admins will likely need to create and modify infrastructure as code files. In Microsoft Azure, Azure Resource Manager templates and Bicep files are commonly used. We have considered how to modify Azure Resource Manager templates. We will now look [...]