Operations | Monitoring | ITSM | DevOps | Cloud

Cloud

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

Configuring Fargate custom application metrics in CloudWatch using Prometheus

Over the past few months, Helios has experienced rapid growth resulting in our user base increasing, our services multiplying, and our system ingesting more data. Like all tech companies that need to scale, we wanted to avoid our performance becoming sluggish over time.

Monitoring Windows 365 Cloud PCs

A new era is here, where cloud computing is taking a growing share of the digital workspace market. Microsoft are well placed to capture an increasing part of this market to deliver digital workspaces to end users to run their business applications. Using Azure as the umbrella we see new Microsoft services arise each year. Last year the Windows 365 service was born with a Cloud PC service offering both Business and Enterprise subscriptions.

Changing Perspectives: A Deep Dive into the Security Posture of 600+ Real-World AWS Environments

Earlier this year, Datadog released the “State of AWS Security” study, which examined real-world data from more than 600 organizations and AWS accounts to understand the security posture of global AWS users who also leverage the Datadog Cloud Security Platform. Join Datadog’s Christophe Tafani-Dereeper and Andrew Krug as they explore some important insights from this study, such as the top ways organizations are breached on AWS and how tooling like Datadog Cloud Security Posture Management can help.

What Is Blockchain? How Blockchain Technology Works to Make the Internet Safer

You may have heard the word “blockchain” floating around quite a lot recently. However, you may be unsure of what it actually means. However, with companies expected to spend $20 billion per annum on blockchain technical services by the end of 2024, it’s time we all got a bit more familiar with it. Below, we will explain what blockchain is and the technology behind it so you can get a better understanding.

ServiceNow for DevOps Engineering Automation

When I reference ServiceNow in discussions with DevOps and platform engineers they often look at me and quickly roll their eyes – with that bored look on their faces saying “next…” Why is that? At Cloudify, our DevOps automation platform primarily targets DevOps engineers, who were also locked in this mindset. Over the past year and a half, we started a deeper integration between Cloudify and ServiceNow, originally as a way to address a specific customer environment.

The Quest For Sunken Treasure: Top-Down Vs. Bottom-Up Cloud Cost Allocation

High-quality cloud cost allocation has become an existential issue for businesses. In order to get as much out of their (mounting) cloud investments as possible, business leaders need to know how much they’re spending in the cloud, what/who they’re spending it on, and whether there’s a good reason for it. In its ideal form, cost allocation answers all these questions.

Polling asynchronous APIs with Azure Durable Functions

I have been building a feature on elmah.io lately that picks up validation results from an external API. Before serverless was a thing, I would probably have done this using a scheduled task or Windows Service using Hangfire or similar. But after having migrated everything to serverless Azure Functions, I wanted a good solution running similarly. Azure Durable Functions turned out as the perfect companion and in this post, I'll show you a possible way to implement polling of an asynchronous API.

Create AWS Cloudwatch metric alerts with Lumigo

Amazon CloudWatch monitors metrics of your Amazon Web Services (AWS) resources in real time and can trigger alarms when a metric goes above or below certain thresholds. Typically, Amazon CloudWatch sends out alarms by posting a message to an SNS (Amazon Simple Notification Service) topic, which distributes the message via several mediums, including email, SMS, and Lambda functions. Setting a CloudWatch alarm can be complex.