AWS Lambda Layer example in python

0
Lambda Layers was one of the most exciting news out of AWS re:Invent 2018 for me. Using layers it is now possible to move runtime...

AWS Step Function to start a server and set DNS

0
In my previous post here I shared information on how to start an EC2 server and then set its DNS. This needed a host to...

How to start and set DNS for an EC2 server using python

0
In this post, I will show how to start a stopped EC2 server and set a public DNS record for it. Background: AWS has a default...

How to detect change in AWS Security Group and take action

1
Security Groups are virtual firewalls that control the traffic to your AWS resources like EC2 and RDS. Your instances must have at least one...