Efficient Continuous Deployment with GitHub Environments and AWS CodeBuild

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.

Read more  ↩︎

What is HashiCorp Terraform?

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.

Read more  ↩︎

Lake Formation cross-account access using Terraform

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.

Read more  ↩︎

Redshift federated query with Aurora(MySQL)

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.

Read more  ↩︎