top of page

Search


GitHub Actions without AWS credentials
Use GitHub Actions without the need to share AWS credentials as secrets Many times when we need to connect to AWS through GitHub...
Aug 11, 2022


Easy CodeCommit authentication with git-remote-codecommit
There is a new and much easier way to interact with CodeCommit repositories from git. Forget the times when you need to run git config...
Nov 3, 2021


Hitting Github API REST with the Linux console
The very first step to hitting any API REST is to read the documentation because every API is a world. While some of them are very...
Aug 24, 2021


How to configure different event webhooks in Sendgrid
SendGrid is a cloud-based SMTP provider for transactional and marketing email. You can send email via SMTP relay or through the web API....
Jun 29, 2021


Terraform workspaces, direnv, dotenv, and mental sanity
Once you have all your environments working with Direnv, Advanced Direnv for Devops ,  if you are working with Terraform  namespaces,...
Jun 15, 2021


Using GCloud service accounts in Terraform
Now that you are comfortably using ServiceAccounts to interact securely with GCP, are you still not using it? Refer to this Teratip...
May 27, 2021


Build Docker containers on Kubernetes with Jenkins and Kaniko
This writeup documents the current best way to build Docker containers within transient Jenkins agents inside a Kubernetes cluster. This...
Apr 20, 2021


Google Cloud: Importing resources from the Gcloud to IaaC in Terraform
Managing resources in the cloud can be frustrating if the infrastructure is too big or too complex. That’s why we suggest having the...
Apr 6, 2021


Do you want to import an ECDSA certificate into AWS?
Don't waste your time trying to import into ACM, Amazon Certificate Manager says ECDSA is supported but if almost impossible to import...
Mar 23, 2021


Serverless Deployment: Simplifying Application Management
There are many ways to deploy infrastructure as code, but today’s Teratip is about a special one we like to use: Serverless. As with...
Mar 16, 2021
bottom of page