top of page
Search
Jul 5, 2023
Optimize your costs with AWS spot instances and Terraform in just a few steps
When looking to reduce your cloud expenses, spot instances are definitely one of the best alternatives, today I’ll show you how you can...
Jun 15, 2023
Terraform Conditionals and Loops: Some Terraform hacks that you should know
Did you ever find yourself coding Terraform and suddenly have to create multiple resources dynamically or based on a condition without ...
Mar 30, 2023
The Importance of Cloud Security for the Finance Sector
Financial institutions of all sizes increasingly view services provided by cloud service providers as an important component of their...
Feb 15, 2023
Two tools for handling obsolete APIs in k8s
When we use Kubernetes to deploy services, we often find ourselves needing to update their APIs or perform a cluster upgrade. As a good...
Feb 7, 2023
Streamlining Security with Amazon Security Hub: A where to start Step-by-Step Guide
Amazon Security Hub is a security service offered by Amazon Web Services (AWS) that aggregates and prioritizes security findings from...
Feb 2, 2023
How to get started with Terraform console
Terraform console isa tool that provides Terraform to evaluate expressions or debug resources in a state in an interactive way. It’s a...
Dec 14, 2022
Get organized with Terraform Workspaces
As we know, when we deploy Infrastructure, it’s prevalent that we need many and different environments, like development, testing,...
Apr 28, 2022
Reduce your CloudWatch Costs in On-premise Environments
One of the most important services that AWS Provide us is CloudWatch This service allows you to monitor your resources and be alert to...
Apr 5, 2022
Teratip: How to monitor an ECS task running on Fargate with Datadog
Let’s say you already have Datadog configured to monitor your AWS workloads and want to get more insights from some ECS tasks running on...
Mar 21, 2022
K8s Cluster Auto-scalers: Autoscaler vs Karpenter
Autoscaling in a nutshell When we are working with workloads that dynamically demand more or fewer resources in terms of CPU or memory we...
bottom of page