the full TF set for AWS API Gateway I've spent a whole day to understand how to setup API gateway with my private NLB which is a LoadBalancer type of EKS se...
The python tool powers lambda aws-lambda-powertools-python is an useful toolset when you develop lambda functions in python, it contains several usefu...
The one stop Ingress controller for AWS Part 2 I've expressed on how to use LoadBalancer type of k8s service to create NLB with AWS Load Balancer Controller in part 1,...
Journey about IAM role based access Our organization has enabled aws role based access across the organization, long story short, no aws_access_key_id and a...
The one stop Ingress controller for AWS Part 1 I'm looking for a suitable ingress controller for years to deploy to my EKS env, I have a various of type of use cases a...
Put Docker Container into AWS Lambda AWS Lambda provide serverless runtime, lots of developers love this service. we could use many languages on aws lambda, ...
How to enable EFS support in Fargate for EKS Fargate for EKS is great serverless service from AWS, but the nature of the serverless service is ephemeral, and there i...
A journey of fixing all eks worker nodes stuck in NotReady status AWS has released fargate support for EKS for more than a year, I think it should be stable now and I'm investigating on ...
Using AWS DMS to migrate database part 1 Migrating database is never an easy task, I've recently migrated 29 databases from 5 different mysql instances into 3 AW...