Marcin Jasion - Pragmatic DevOps
    • Posts
    • Cloud
      • Terraform Logs
      • Terraform Parallelism
      • VPN
    • Kubernetes
      • Istio
    • Blockchain
    • Gitlab
    Hero Image
    How to setup AWS Site-to-Site VPN with Unifi UDM 🔒

    By default resources, you launch on the cloud (EC2, RDS, and others) cannot communicate with your local networks like home or office. To allow this you can create a Site-to-Site VPN. This VPN connection will be established between your router and AWS VPC. Creating VPN between networks is well documented. However, you can have issues configuring your home router. At home, I have Unifi Dream Machine router, which is designed for small networks, but have features which are matching advanced routers for offices.

    June 29, 2022 Read
    Hero Image
    How to configure parallelism in Terraform Cloud

    In my previous post I showed how to enable debug logs. Today I want to present how to improve terraform plan and terraform apply speed by configuring parallelism. Terraform by default runs 10 concurrent operations. To reduce execution time on plan or apply operation we can increase this parameter. By increasing paralellism you can hist rate limit your provider. Some cloud providers (like Cloudflare) informs about number of API request allowed in period of time.

    June 14, 2022 Read
    Hero Image
    How to enable debug and trace logs in Terraform Cloud and Enterprise

    Terraform Cloud is an application that helps teams use Terraform together. I am using it for side projects like my cloud infrastructure. Last time I had to see trace logs to find issue with one of managed resources. Terraform has detailed logs which can be enabled by setting the TF_LOG environment variable to any value. This will cause detailed logs to appear on execution. Enabling verbose logging in CLI You can set TF_LOG to one of the log levels TRACE, DEBUG, INFO, WARN or ERROR to change the verbosity of the logs.

    June 10, 2022 Read
    Navigation
    • About
    • Skills
    • Accomplishments
    • Presentations
    Contact me:
    • [email protected]