- Jul 26, 2019
by Petri Kallberg
Access to EC2 instances isn't the most sexy topic in days of serverless-first -architectures but reality is there are still valid use-cases for terminal access to VMs. The Question is how to do it in a modern way and keep your dev, ops and sec -teams happy.
- Jun 15, 2019
by Petri Kallberg
Thanks to ALB integration with Cognito it is easier than ever to add solid user authentication for new and existing web applications. This is a demo how to do that with no servers using Lambda backend.
- Apr 28, 2019
by Petri Kallberg
IP failover may not sound too difficult at first, attach an elastic network interface (ENI) to your instance and if the server stops responding, detach and re-attach it to next instance with some Lambda -magic. But what if instances are in different AZs?
- Jan 18, 2019
by Petri Kallberg
In the old days the recipe for hosting your static web content on AWS required you to configure a combination of S3, Cloudfront, IAM, Route53, ACM, WAF ... and even then you wouldn't have CI/CD pipeline until you added bunch of Code* -tools on top of it.
- Nov 30, 2018
by Petri Kallberg
Over the last several decades it has been a little bit of dreary world for builders...