101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

487
active users

#terraform

1 post1 participant0 posts today

Get FreeBSD Running in Under 5 Minutes with AWS LightSail

Setting up a FreeBSD instance just got even easier. In this video, you’ll see how to launch FreeBSD 14.2 on AWS LightSail in about 20 seconds — with a little help from Terraform and a ready-to-use Ansible playbook for quick customization.

Don’t miss this quick-start walkthrough for getting FreeBSD up and running in the cloud.

Click here to watch the full video:
youtube.com/watch?v=V9-5QC6vLHY

Looking to simplify your cloud setup?

In this video, we walk through the basics of using AWS and Terraform to quickly deploy systems—including FreeBSD, in a scalable, test-friendly environment.

What you'll need:

- An active AWS account
- Terraform installed (Homebrew works well on Mac)
- Your AWS credentials
- This is a great starting point for trying out FreeBSD in the cloud.

🎥 Click here to watch the full video:
youtube.com/watch?v=V9-5QC6vLHY

DevOps Trio: Terraform, Kubernetes & Helm leanpub.com/b/terraform-kubern by Kirshi Yin | Curious Devs Corner is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com #Terraform #Devops #CloudComputing #ComputerProgramming #InfrastructureAsCode #Docker #Go #books #ebooks

This bundle includes three beginner-friendly ebooks with real examples and step-by-step guidance.

Learn the fundamentals of Helm, Kubernetes, and Terraform from scratch!

Find it on Leanpub!

Day 466. When deploying an #Azure Private DNS Resolver through #Terraform, it failed because apparently the virtual network was in 'Updating' state. That happened because Terraform concurrently deployed the subnet the DNS Resolver's inbound endpoint should get attached to. To get this to work flawlessly, you need to manually make the DNS Resolver Terraform resource depend on the subnet.