top of page

Search


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...
Jul 5, 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 15, 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 7, 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...
Feb 2, 2023


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,...
Dec 14, 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 28, 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...
Apr 5, 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...
Mar 21, 2022


Do you want to import an ECDSA certificate into AWS?
Don't waste your time trying to import into ACM, Amazon Certificate Manager says ECDSA is supported but if almost impossible to import...
Mar 23, 2021


Did you know there is a better way to connect to your AWS Linux Instances than SSH?
For years, you used SSH as the only way to access your ec2 instances, surely you've exposed port 22 to anywhere (0.0.0.0/0) making your...
Feb 25, 2021
bottom of page