Thulasiraj Komminar | AWS • Terraform • Programming

Efficient Continuous Deployment with GitHub Environments and AWS CodeBuild

8 minute read Published: 2023-10-30

In this blog post, I’ll guide you through setting up a Continuous Deployment pipeline using GitHub Actions and environments, focusing on both development and production stages.


What is HashiCorp Terraform?

5 minute read Published: 2023-09-22

In this blog I will explain what is Terraform and some of its common terms. I will also list some good to follow standards when you start using Terraform.


Lake Formation cross-account access using Terraform

3 minute read Published: 2022-09-15

There are two types of cross-account access

  1. Storage cross-account access (S3 bucket is in a different account than the Lake Formation account)

  2. Consumption cross-account access (Athena, Redshift Spectrum in a different account than the Lake Formation account)

In this guide, we will discuss the consumption cross-account access, enable cross-account Lake Formation access and use a lambda in Account-Target to execute a simple Athena query to access the data from Account-Source.


Redshift federated query with Aurora(MySQL)

2 minute read Published: 2021-10-15

Redshift federated query lets you query and analyse data across multiple operational databases directly. In this blog I have explained how to setup Redshift to query across multiple Aurora instances cross-account.