Operations | Monitoring | ITSM | DevOps | Cloud

Cloud

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

Build a CircleCI Dashboard to visualize all your CI/CD data

If you’ve checked out SquaredUp for SCOM/Azure and decided for one reason or another that it wasn’t the right tool for you, you are in for a treat! Our latest free tool, Dashboard Server, addresses many of the same pain points, but this time, for a variety of platforms not tied to SCOM or Azure. On the flip side, if you’re currently using SquaredUp for SCOM/Azure, don’t click away!

What is IaaS? How IaaS Different from SaaS and PaaS?

The cloud is a hot topic for everyone from small companies to multinational corporations, but it's also a vast term that covers a lot of online ground. It's more important than ever to appreciate the differences and benefits of the different cloud providers when you consider moving your company to the cloud, whether for application or infrastructure deployment. Infrastructure-as-a-service (IaaS) is a cloud-based service that provides virtualized computing resources to businesses over the internet.

Integration of Enterprise Alert 9 with AzureMonitor

Our Azure Monitor connector provides seamless 2-way integration of Enterprise Alert 9 with Azure Monitor. Once added to your Enterprise Alert instance, the connector will read your Azure Monitor alerts fully automatically and trigger alert notifications, e.g. to your team members on duty. It also synchronizes the alert status from Enterprise Alert 9 to Azure Monitor so that if alerts are acknowledged or closed, this status is also updated on the according alert in Azure Monitor.

Debugging with Dashbird: Resolving the Most Common API Gateway Request Errors

Adding an API Gateway to your application is a good way to centralize some work you usually have to do for all of your API routes, like authentication or validation. But like every software system, it comes with its own problems. Solving errors in the cloud isn’t always straightforward, and API Gateway isn’t an exception. AWS API Gateway is an HTTP gateway, and as such, it uses the well-known HTTP status codes to convey its errors to you.

Anodot vs. AWS: Which Has the Most Accurate Cloud Cost Forecasts?

The move to cloud computing has been a no-brainer for many enterprise companies. But cloud computing is an expense that, unlike many other operating costs, is largely variable. Many companies — including the fastest-growing startups, largest enterprises, and leading government agencies — choose AWS to help them streamline fragmented processes, reduce costs, become more agile, and innovate faster.

Decoding Azure Service Bus Exceptions for Operational Excellence

Consider an E-Commerce Application with millions of users, built with various microservices. Since these microservices are decoupled, highly scalable, the communication and data sharing should be more reliable and seamless for business continuity. Here comes the Enterprise Service Bus technology. An enterprise service bus implements a communication system between mutually interacting software applications in a service-oriented architecture (SOA).

Event-driven autoscaling in Kubernetes

In modern cloud architecture applications are broken down into independent building blocks usually as microservices. These microservices allow teams to be more agile and deploy faster. Microservices form distributed systems in which communication between them is critical in order to create the unified system. A good practice for such communication is to implement an event-driven architecture.

Introducing Sumo Logic Cloud SIEM powered by AWS

The Sumo Logic team is pleased to introduce the general availability of Sumo Logic Cloud SIEM powered by AWS. This joint solution will empower CIOs, CISOs, security and IT leaders to solve modern and legacy security operations use cases for Enterprises of all sizes and maturity with deep and contextualized insights to reduce the time to detect and respond to threats.

AWS Kinesis vs SNS vs SQS (with Python examples)

How to choose a decoupling service that suits your use case? In this article we’ll take you though some comparisons between AWS services – Kinesis vs SNS vs SQS – that allow you to decouple sending and receiving data. We’ll show you examples using Python to help you choose a decoupling service that suits your use case. Decoupling offers a myriad of advantages, but choosing the right tool for the job may be challenging.