AWS
S3 cross-region replication with AWS CDK
How to Automate AWS IAM Best Practices Using the Principle of Least Privilege
AWS IAM automation with Klotho to help you implement security best practices via Infrastructure-as-Code, and abstracting the complexity of writing least privilege IAM policies away from your developers.
Develop AWS Lambda Functions Locally On Your Machine
Develop, build and deploy any AWS resource from your machine using AWS serverless application model (SAM)
Use an Existing ALB/NLB for Your EKS Cluster
How to Build and Deploy a Cloud Native App
Build, Deploy and Run a Cloud-Native Application, built with JavaScript, Klotho, and AWS
Centralized Error Handling in NestJS
A guide on how to handle all errors in a NestJS application.
How to Set Up AWS Load Balancer Controller in EKS Cluster
Deploying AWS Load Balancer Controller in the preconfigured EKS and configure Ingress routes.
Cluster-Autoscaler | Amazon EKS
Autoscaling is a function that automatically scales resources up or down to meet inconsistent demands. This is a major Kubernetes function that would otherwise require extensive human resources to…
Create a Custom Docker Image/Container & Push to AWS ECR
Build an image from a base image pulled from Docker Hub, create a container on a specified port from that image and push the image to Amazon ECR repository.