Operations | Monitoring | ITSM | DevOps | Cloud

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

Serverless for the Enterprise

Mutual of Enumclaw, a 100-year-old insurance company from Washington, modernized their policy processing system in order to reduce TCO and focus on their software and customers - not infrastructure. However, they realized serverless development still presents many DevOps challenges like environments, workflows, documentation and local development.

How to find duplicate BLOBs in your Azure Storage Accounts

Azure Storage is like an all you can eat buffet, except the more you eat, the more you pay! This has provided organisations an almost limitless supply of storage, and as we all know, the more that’s available, the more we’ll use. Azure Storage has changed the way many organisations operate both in terms of availability and service.

Further Tips on our Database Migration to the Azure Cloud Session at MS Ignite 2021

I was really stoked to deliver a session at Microsoft Ignite with my long-time friend and fellow Head Geek™, Tom LaRock, on the topic of migrating an on-premises SQL Server database to the Azure cloud. You can watch the session on demand here. In addition, Microsoft MVP and SQL Server expert David Klee provides an excellent recap on each of the major elements Tom and I discussed.

How to Successfully Deploy Kubernetes Across Multi-Cloud Environments

Today’s enterprise organizations are using some form of multi-cloud infrastructure, and the numbers don’t lie. According to Flexera’s 2020 State of the Cloud report, an average of 2.2 public clouds are being used per enterprise company. And in a different report from the Everest Group, 58% of enterprise workloads are on hybrid or private cloud. The sheer increase in multi-cloud usage illustrates it’s growing popularity across enterprises.

Webinar: How Serverless is Changing the Cost Paradigm

-One of the key characteristics of serverless components is the pay-per-use pricing model. For example, with AWS Lambda, you don’t pay for the uptime of the underlying infrastructure but just the number of invocations and how long your code actually runs. This removes the need for many micro-optimizations. As a result, many applications would run at a fraction of the cost if they were moved to serverless.

Move Messages From One Topic Subscription to Another | Serverless360

We are back with an exciting customer’s use case to move messages from one topic subscription to another subscription. Do you wonder, is this is a valid use case? This video discovers the actual business scenario behind this operational need and how Serverless360 can pitch in and meet the requirement.

Using observability to scale AWS Lambda [Live session]

How to utilize observability to optimize your Lambdas for scale and maintain their performance over time - from development to production to scabability. How do you spot potentially slow-running Lambda functions and how do to power-tune them in development? Load testing and how you need a good observability tool for when you do load testing? How to do load testing? How to use observability and make crucial data available in production and at scale? Observability best practices and common mistakes.

5 Universal Steps to Cloud Database Migration

Chances are if you’re reading this, you are (or are thinking about) moving to cloud. While cloud migration isn’t a new term and many people are migrating, there are a few things you should know before taking the leap. Migrating your database to the cloud is worth the hours of planning, sorting through data and running tests because if it’s not done right, it may come with more bad than good.

Are NoSQL Databases Relevant For Data Engineering?

SQL is great, but sometimes you may need something else. By and large, the prevalent type of data that data engineers deal with on a regular basis is relational. Tables in a data warehouse, transactional data in Online Transactional Processing (OLTP) databases — they can all be queried and accessed using SQL. But does it mean that NoSQL is irrelevant for data engineering?