Become a member
Sign in
pahud
pahud

pahud

203 Following
281 Followers
·
  • Profile
  • Claps
  • Highlights
  • Responses

Latest

pahud
pahud
Aug 14, 2016 · 3 min read

ASG-shepherd

how to build a price optimized AWS ASG

background

4

pahud
pahud
Jul 16, 2016 · 1 min read

Using ES7 async & await in AWS Lambda

Stay tuned! I’ll update some details about the implementation shortly.

21

6 responses
pahud
pahud
Jul 9, 2016 · 1 min read

Sending signed request to AWS API Gateway with custom domain name

Here is a sample using NodeJS and aws4 npm module to build signed requests to AWS API Gateway with custom domain.

41

1 response
pahud
pahud
Jul 4, 2016 · 2 min read

[HOWTO] Get real IP coming via AWS CloudFront and ELB to nginx

Background

If you have EC2 instance running nginx behind ELB, it’s pretty easy to get real client IP from X-Forwarded-For header generated by ELB. But what if the ELB is still behind AWS…

74

2 responses
pahud
pahud
Jun 25, 2016 · 2 min read

ECS Task Runner with Lambda

Background

When you need to execute a long-running or periodic jobs in AWS, it’s been very conventional to write your scripts and configure them as cron job on EC2 instances. However, you risk the failure of EC2 instances and you may also have…

19

1 response