Ralph's Blog about this and that (RSS | Atom)

Infrastructure as Code with Pulumi (Go)

Published: 29. November 2021  •  go, iac

In this blog post, I'm going to show you how to set up cloud resources on AWS with the infrastructure-as-code (IaC) tool Pulumi.

AWS Lambda development with Go and Pulumi

Published: 6. December 2021  •  go, iac

In this blog post, I will show you how to write AWS Lambdas with Go and deploy them with Pulumi (Go).

Provision Resources on Hetzner Cloud with Pulumi

Published: 16. July 2025  •  iac

This blog post shows you how to use Pulumi to provision resources on Hetzner Cloud. The example provisions a VPS and installs Wireguard on it with the help of cloud-init.

Set Up frp Server on Hetzner Cloud with Pulumi

Published: 4. March 2026  •  iac

Learn how to set up frp (Fast Reverse Proxy) server on Hetzner Cloud using Pulumi. This post covers provisioning the server, configuring frp with mutual TLS authentication, and exposing local services securely to the internet.