Prometheus is a monitoring application tool. That is, it primarily stores time series of numerical values. Each of these time series is identified by a combination of text-based labels, which causes it to filter through PromQL, the query language. But, before we get into the features that have made Prometheus the de-facto monitoring standard, let’s […]
AWS Lambda is a compute service that lets you run code without provisioning or managing servers. Lambda automatically scales your application by running code in response to each trigger. Your code runs in parallel and processes each trigger individually, scaling precisely with the size of your workloads. Even if you process a million events per […]
You’ve probably heard of Kubernetes, but if not, it’s a cloud platform that enables you to quickly and easily deploy and manage containers across a cluster of computers. One of the most popular ways to run machine learning on Kubernetes is using the TensorFlow framework. Recent versions of Kubeflow use TensorFlow Serving on Kubernetes without […]
AWS Storage Gateway is a cloud storage gateway that connects an on-premises software appliance with cloud-based storage to provide seamless and secure integration between an organisation’s data and the AWS storage infrastructure. The Storage Gateway appliance is deployed as a virtual machine (VM) on a host in the customer’s data centre. The appliance connects to […]
Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications. It was originally designed by Google, and is now maintained by the Cloud Native Computing Foundation. Kubernetes is often referred to as “k8s”, which is short for “Kubernetes”. The term “k8s” was coined by Google employee Brendan Burns. Kubernetes is […]
Kubernetes is a container orchestration tool that has quickly become the industry standard for managing large applications. Its popularity is due to its flexibility and scalability, which make it ideal for handling the complex deployments of modern applications. But what exactly is Kubernetes? In short, it is a system for automating the deployment, scaling, and […]
AWS Glue is a fully managed extract, transform, and load (ETL) service that makes it easy for customers to prepare and load their data for analytics. AWS Glue can read, write, and process data stored in Amazon S3, Amazon DynamoDB, Amazon Aurora, relational databases such as Amazon Redshift, Apache Hive metastore databases such as Apache […]
If you are responsible for AWS Security or part of a DevSecOps team, you have to create and manage AWS IAM Policy documents on daily basis, there are a lot of different tools exists to evaluate your AWS IAM policy and recommend the least privilege version, but very few tools or none exist to help […]
Do you know what is EC2–Classic? If you don’t know then chances are you don’t have to worry about it. Unless you are initial AWS customers, you probably will not have heard of the term EC2–Classic. It dates back to year 2006 when EC2 was launched with instance type as m1.small. The current known VPC was not in […]
One of the most amazing features of AWS ALB is seemless authentication for selected paths using rules. This allows security teams to put granular control and implement multi factor authentication for certain paths. Not just one can enable authentication but different authentication mechanisms can be configured for different paths. And all of this is transparent […]