Operations | Monitoring | ITSM | DevOps | Cloud

Cloud

The latest News and Information on Cloud monitoring, security and related technologies.

Understanding Volume Shadow Copy Service (VSS)

Hello, and welcome to this deep dive into one of the most underappreciated yet profoundly useful technologies in the Windows operating system—Volume Shadow Copy Service, commonly known as VSS. Have you ever been caught in a situation where your computer crashes, and you lose hours, days, or even weeks of work? It’s a heart-stopping moment that most of us have unfortunately experienced. But here’s where VSS comes into play.

The Ultimate RDS Instance Types Guide: What You Need To Know

Amazon’s Relational Database Service (Amazon RDS) offers a variety of database instances, which can be confusing at first. In this guide, we'll clarify what each RDS instance class, family, type, and size means in under 15 minutes. Let's start at the beginning.

Solving Faster in the Cloud Hybrid Infrastructure Observability with Kentik

How can you quickly discover misconfigured security groups, access control lists, or routing tables? We explore how practitioners serving distributed teams or customer workloads can tighten up policies, impact costs, and unblock their colleagues with cloud infrastructure observability that starts with the network.

What Is Infrastructure as Code? How It Works, Best Practices, Tutorials

In the past, managing IT infrastructure was a hard job. System administrators had to manually manage and configure all of the hardware and software that was needed for the applications to run. However, in recent years, things have changed dramatically. Trends like cloud computing revolutionized—and improved—the way organizations design, develop, and maintain their IT infrastructure.

7 Strategies for Azure Cost Optimization

Struggling with Azure Cost Optimization? Tune into this insightful podcast with Twan Koot, a seasoned Microsoft Azure Cloud architect at Ordina, as he discusses strategies to help you achieve optimal Azure savings. Learn how to reduce Azure expenses and scale efficiently, along with the essential techniques for maximum cloud savings.

Azure Monitoring Tool: Here's What's New in Serverless360 for August 2023

Serverless360's - latest updates bring you a streamlined approach to managing your business application intricacies. In this video, see how Serverless360 - an advanced Azure Monitoring Tool can streamline your business operations, making tasks like API monitoring and Power Automate flow management more efficient. But that's not all. The updates include fine-tuned enhancements like monthly calendar views and cost optimization recommendations that can help save your organization's valuable time and resources.

How to resubmit & delete messages in Azure Service Bus dead letter queue?

Azure Service Bus is a cloud messaging service in Microsoft Azure that enables independent applications or services to communicate and exchange data through messages stored in queues or topics. This facilitates scalable and reliable communication in distributed systems. Service Bus contains two types of messaging entities queues, and topics. Queue: Queues transmit the messages in FIFO (First In, First Out) message delivery. Each message in a Queue can be received by only one active receiver.