Tag: aws
OpenTofu as an IaC solution
This article will explain what Infrastructure as Code means and why OpenTofu could be a reasonable choice as an IaC solution.
Understanding AWS IAM Identity Breaches
This article provides insights into the causes and implications of IAM identity breaches, along with actionable strategies for organizations to enhance their cloud security posture and mitigate risks effectively.
Bun + AWS Lambda = ❤️
This guide will provide a step-by-step walk-through to publish a Bun lambda layer with an example TypeScript handler code on AWS Lambda. By the end of this guide you will be able to call your lambda function externally via an URL.
Deploy Bun with Github Action to AWS
This article will help you how to set up a basic Github Actions workflow to deploy your application and a Bun Lambda layer to AWS.
Deploying an EKS cluster with Terragrunt
The goal of this walk-through is to create and provision an AWS EKS cluster with Terragrunt and to introduce a possible architecture for complex cloud infrastructure with multiple resources in more than one environment.