Operations | Monitoring | ITSM | DevOps | Cloud

Cloud

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

Azure Functions Triggers and Bindings

Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure, in other words, Microsoft’s Azure Functions is a modern serverless architecture, offering event-driven cloud computing that is easy for developers to use. This blog is about Azure Functions triggers and bindings.

AWS Billing Alerts: When to Use Them and How to Set Them Up

Making sure you don't overspend on AWS is a perennial challenge for many software companies. To help make sure you don't surpass your budget, AWS offers billing alerts, which send you an alert when your costs have reached a certain threshold. This can be a handy way to keep your costs in check, but can take some time to set up and will cost you some extra money.

Serverless Has Evolved in 2020

Come January, pretty much any current tech keyword you type into Google News will result in hundreds of prediction op-eds and roundups. The fact that it’s an entirely new decade has amplified this phenomenon and serverless is no exception. As the CEO of a company dedicated to helping software teams build, manage, and deliver serverless applications, it’s a joy to read these posts by some of the brightest minds in the industry.

How to Optimize SaaS Networking and Apps

Watch an overview video of Exoprise CloudReady and learn how to optimize SaaS apps. Digital Experience Monitoring (DEM) is a requirement in this day of never-ending cloud and network transformations. As applications have now shifted to the Cloud and Software-as-a-Service, IT leaders and network architects must ensure optimal end-user experiences across applications, networks, and services. Exoprise CloudReady provides visibility and deep insight into the digital experiences across SaaS services, network transformations, and cloud/app migrations.

Accelerated App Containerization using AWS Container Services

App containerization has picked up momentum in recent years as it helps to save costs, time and resources. Resource vendors are available to assist in containerization of one or two apps, but most vendors struggle to execute a large number of app containerization projects with the same skill level and outcomes. As a matter of fact, it’s a manual approach in certain scenarios with a lot of dependencies which is not only time and cost consuming but also prone to errors and miscalculations.

Designing A Cloud Native Roadmap for Enterprise Applications

Jason Bloomberg, President and Principal Analyst of Intellyx, and Simone Sassoli, Chief Customer Officer at Robin.io, had a great conversation discussing strategies for migrating all enterprise applications – both stateless and stateful – to the cloud. You will learn what IT organizations need to consider if they want to deliver true IT transformation for: Contact@Robin.io for a full 30 minute demo of the Robin Platform in action! Thanks, Robin.

Serverless Cost Optimization: Kinesis Streams vs Firehose

Serverless development opens lots of new opportunities, and if you’re invested in serverless (or you’ve been following the hype) you’ll know that cost efficiency is principal among those benefits. Simply put, we can save money by choosing the right tool for the right task. Since a distributed microservices architecture is made up of many managed services it’s a simple task to change out the building blocks of a particular application flow.

Getting AWS logs from S3 using Filebeat and the Elastic Stack

Logs from a variety of different AWS services can be stored in S3 buckets, like S3 server access logs, ELB access logs, CloudWatch logs, and VPC flow logs. S3 server access logs, for example, provide detailed records for the requests that are made to a bucket. This is very useful information, but unfortunately, AWS creates multiple .txt files for multiple operations, making it difficult to see exactly what operations are recorded in the log files without opening every single .txt file separately.