If you get this error 'fatal: unable to look up current user in the passwd file: no such user' when run git command in a pod on OpenShift. Then try to to set up two environment variables as below. This worked for me. The reason could be that on OpenShift, the users are not in … Continue reading fatal: unable to look up current user in the passwd file: no such user
Category: Cloud
Cross-Region S3 Replication Monitor
Reference: https://aws.amazon.com/answers/infrastructure-management/crr-monitor/
Huggies – AWS Elastic Beanstalk Automation Tool
Huggies is a side project that I started when working for the NAPI team which pronounced as ['næpɪ], and that is why I named it as Huggies 😉 The team's environments are mostly on AWS Elastic Beanstalk. In general, Elastic Beanstalk is a good tool as it abstracts the complexicity of managing Elastic Load Balancer, … Continue reading Huggies – AWS Elastic Beanstalk Automation Tool
Magic Quadrant for Full Life Cycle API Management
I was curious about where AWS API Gateway stands in the current API market. To my surprise, it is even not listed in the magic quadrant. A further reading shows that it is excluded because of not meeting this criteria - Generate revenue of at least $10 million (or its equivalent in another currency) per … Continue reading Magic Quadrant for Full Life Cycle API Management
Use AWS SES to validate ACM certificate request
In case you are not familiar with AWS abbreviation, SES stands for Simple Email Service, ACM is short for AWS Certificate Manager. These two are independent services, each can work without the other. But in some scenarios, you may need to make them work together to solve your problem. For example: The domain does not … Continue reading Use AWS SES to validate ACM certificate request

