This article will walk you through how to monitor the automated EBS snapshot failures using CloudWatch. Amazon data life cycle manager automates the creation, copy, and deregistration of EBS-backed AMIs using policies. Using DLM, AMI can be copied over to other regions for disaster recovery. Amazon DLM reduces the operational cost by doing the AMI cleanup […]
Amazon EC2 – Disaster Recovery using DLM – Cross Region snapshot – EC2 AMI
Data is a critical asset for any business in the digital world. so backing up your data regularly is critical for any company with business continuity in mind. This is applicable whether the company is using an on-premises data center or a public cloud like AWS, Azure, or GCP. At the same time, you need to […]
Kubernetes Storage – Dynamic NFS-Client Provisioner
NFS subdir external provisioner is an automatic provisioner that uses your existing and already configured NFS server to support dynamic provisioning of Kubernetes Persistent Volumes via Persistent Volume Claims. This article will walk you through how to deploy NFS Subdir External Provisioner to the k8s cluster and create the PV using the NFS backend storage. We just need […]
kubernetes cluster setup – k8s LAB using Kubespary – Part 1
How to set up a Kubernetes cluster in an automated fashion on our LAB environment? This article will walk you through kubernetes installation on Ubuntu on my windows 10 workstation. Getting hands-on on kubernetes is not a big task nowadays. There are hundreds of kubernetes variants available in the market including managed kubernetes environments like […]
BDRSuite v5.2 – Recover ONPREM VM on Azure Quickly
BDRSuite v5.2 is generally available now. BRDSuite v5.2 includes multiple features including restoring the VMware VMs, Hyper-V VMs, Windows Servers & Windows Workstations backups to Microsoft Azure. It also brings On-demand backup scheduling for Microsoft 365 backups, User-level backup report for Microsoft-365, and On-demand backup scheduling for Google Workspace backups. This article will walk you […]
Terraform – Source credentials from AWS secret Manager
How to avoid plain text credentials in terraform code? Terraform is an open-source infrastructure as a code tool that supports multi-cloud platforms. Many organizations have taken the multi-cloud strategy to manage the cost and eliminate the single vendor dependency. If you have multiple cloud environments, terraform becomes the default choice for provisioning. Communicating to multi-cloud […]
Backup for Office 365 – What to Expect?
Companies that use Microsoft products should consider running backup for Office 365. Office 365 includes apps like Word, Excel, PowerPoint, and Outlook. But the subscription service also includes cloud products such as OneDrive, Microsoft Teams, SharePoint Online, and Microsoft Exchange Online service. While Microsoft offers all kinds of tools for businesses to streamline operations, it […]
Protect VMware estate using Dell EMC Networker – vProxy appliance
Dell EMC NetWorker provides the ability to perform virtual machine backup and recovery by using the NetWorker VMware Protection solution with the vProxy appliance. It does support vSAN datastore for its virtual appliance known as vProxy, it supports running image backups and restores virtual machines running on vSAN datastores. NetWorker directly manages the vProxy appliances […]
How to export the docker image as tarball ? Is it possible to import it without a repository?
How do I transfer a Docker image from one machine to another one without using a repository? Is the repository is mandatory to transfer the image between hosts? No. We can simply save the docker image as a tarball and transfer it to the remote host. You can import the docker image from the tar […]
AWS SSM Stage Manager – Custom SSM documents for Monitoring
AWS Systems Manager State Manager is a secure and scalable configuration management service that automates the process of keeping your Amazon EC2 and hybrid infrastructure in a state that you define. In our solution, we will use a state manager for running custom scripts for monitoring and alerting through the Event Bridge + SNS solution. […]









