VIP Mindme
Programing Infrastructure Data Processing Life is like chocolate
About
tf_and_api_gw

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...

default avatar 14 Mar 2022
6 MIN READ
lambda

The python tool powers lambda

aws-lambda-powertools-python is an useful toolset when you develop lambda functions in python, it contains several usefu...

default avatar 10 Mar 2022
3 MIN READ
alb

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,...

default avatar 2 Feb 2022
3 MIN READ
aws role based access

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...

default avatar 22 Jan 2022
4 MIN READ
alb

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...

default avatar 18 Jan 2022
3 MIN READ
python requests

Use requests_mock to test requests logic

When Testing http requests in Python, if we run agains real endpoint, sometimes it will be as slow as turtle, and also h...

default avatar 14 Nov 2021
1 MIN READ
eks

make sure to have enough root disk space for ec2 instnace inside EKS cluster

EKS Cluster is a fleet of ec2 instances which provide the underlying compute power, when we schedule a pod, the first th...

default avatar 8 Nov 2021
1 MIN READ
docker_and_lambda

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, ...

default avatar 1 Sep 2021
3 MIN READ
Encryption Decryption

encryption and decryption in python

Recently I need to design a way to store and transfer sensitive data in a secure way, as the data is sensitive, no one c...

default avatar 28 Jun 2021
3 MIN READ