Home 2018 November

Monthly Archives: November 2018

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

ssh to host with frequently changing ip

0
In my previous post here I shared how to start an EC2 server and then set DNS for it. So the DNS record for the...

Early Snow 2018

0
Winter is early this year! Not even Thanksgiving and we already got our first snow of the season! Normally in our town we never get...

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