Operations | Monitoring | ITSM | DevOps | Cloud

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

9 Cloud Cost Mistakes You Don't Know You're Making

When you’re operating in the cloud, making the right decisions is not always easy because there’s a lot of ground to cover, especially with regard to cost. The elastic nature of cloud infrastructure means your costs could quickly spiral out of control if you don’t have guardrails in place to help keep costs down. Properly managing your cloud costs is important, especially for SaaS companies. Cloud spend impacts your COGS, which in turn affects revenue and valuation.

Elastic Observability helps monitor your Azure workloads on the new Arm-based VMs

Microsoft Azure’s recently launched new Azure Virtual Machines (VMs) feature the Ampere Altra Arm-based processor. These new VMs are engineered to efficiently run horizontally scalable workloads such as web servers, application servers, and open source databases. They deliver excellent price-performance and represent an important addition to Microsoft Azure's portfolio of instance types.

Deploying a Web App in any cloud using Terraform and Multy

In this tutorial, we'll deploy a simple web app to the cloud of your choice - composed of a database and a virtual machine where the frontend code will run. So that the configuration is reusable and consistent, we'll write it in Terraform. Usually Terraform configurations are cloud-specific, and changing clouds requires a complete rewrite. In this case, so that you can reuse the same configuration across clouds, we'll be using Multy.

Qoddi for open source projects

At Qoddi, we are strong advocates and sponsors of open-source projects, and with the recent decision from Heroku to stop offering free plans (used by a lot of open-source developers), we felt the importance of having an alternative ready to keep those projects running. Qoddi's infrastructure is compatible with most of Heroku's buildpacks and we wrote a guide to migrate a project from Heroku.

Privacy vs Anonymity: What's the Difference and Why They Matter

With all the new online products and services coming out, you see a lot of buzzwords used to describe them—private, anonymous, secure, open-source, safe, encrypted. News flash, words have meanings, and the terms used to describe something can give you a big hint to what that thing does well. Privacy and anonymity, or "private" and "anonymous," are two words that are frequently used interchangeably to mean no one is watching you or knows what you are up to.

What Is Amazon Redshift?

Amazon Redshift is a fast, scalable data warehouse in the cloud that is used to analyze terabytes of data in minutes. Redshift has flexible query options and a simple interface that makes it easy to use for all types of users. With Amazon Redshift, you can quickly scale your storage capacity to keep up with your growing data needs. So if you’re looking for a powerful data warehouse that’s easy to use, Amazon Redshift is the perfect solution.

Deploying a dockerized .NET Core app to an Azure container instance

In this tutorial, you will learn how to build a custom ASP.NET Core container with Docker and host the container image on Azure Container Registry, a platform owned by Microsoft that allows you to build, store, and manage container images in a private registry. At the end of this tutorial, you will be able to apply the knowledge gained here to link your container image on the Microsoft Azure registry with a web app service and launch your application.