Implementanding
Implementanding
Follow
Follow
homeWWW
Tag

AWS

#aws

More content

Read more stories on Hashnode


Articles with this tag

Troposphere: make CloudFormation legible again

Mar 18, 20237 min read

Let's go back a few years. I'd just joined a new team in a new company, all the infrastructure was in AWS, and I had very little IaC experience at the...

Troposphere: make CloudFormation legible again

AWS estimated charges - get notified in a few steps!

Mar 12, 20233 min read

Whenever we deploy resources on AWS, we need to keep in mind that costs are something to monitor closely. AWS offers a Free Tier, with the most used...

AWS estimated charges - get notified in a few steps!

Airflow in ECS with Redis - Part 3: docker compose

Mar 3, 20237 min read

Previously in Deploying Airflow in ECS using S3 as DAG storage via Terraform, I described how to deploy all components in AWS ECS using a hybrid...

Airflow in ECS with Redis - Part 3: docker compose

Airflow in ECS with Redis - Part 2: Hands On

Feb 24, 20237 min read

Previously on How to set up a containerised Airflow installation in AWS ECS using Redis as its queue orchestrator, I gave an overview of the...

Airflow in ECS with Redis - Part 2: Hands On

Dev Retro 2022: a Cloud Engineer perspective

Dec 29, 20225 min read

This year has been pretty intense in terms of learning, from moving countries to getting used to a new way of working with (almost) the same...

Dev Retro 2022: a Cloud Engineer perspective

IRSA in EKS: a Kubernetes - AWS bridge

Dec 17, 20227 min read

This guide assumes you manage your infrastructure with Terraform. Here is an example IRSA implementation using Terraform and kubectl. Background Let's...

IRSA in EKS: a Kubernetes - AWS bridge