Manage Cloudflare Using Terraform

In this blog, we'll walk you through the steps to get started with managing Cloudflare using Terraform. This can save you time and ensure consistency across your Cloudflare setup. To do so, you'll need to generate an API token in Cloudflare. Make sure it is stored securely. We secure it…

Read More

Mind the Gap between the Code and the Platform with DRIFTCTL

One of the biggest challenges in an IaC managed infrastructure is to spot drift. Drift is the term that real-world state of your infrastructure differs from the state defined in your configuration. It is a blind spot and a source of potential security issues. Drift can have multiple causes: from…

Read More

Setting up AWS SSO and AWS Client VPN

AWS Client VPN  is a simple solution that allows users to connect from anywhere to their AWS environments. Single sign-on (SSO) is used widely across organizations to authenticate and authorize their users’ access to enterprise applications and IT services from a single identity provider (IdP). In this article, I’ll…

Read More

POTBOILER - Improving Dx using Ansible Playbook

In this blog entry, I want to share step by step guide in using potboiler to set up a MacBook with required configuration need for accessing NocoDB. Using this Ansible Playbook, we can do following things: * Installing common packages. * Install ec2 instance connect cli through pip * Check session-manager-plugin is installed…

Read More