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.
Efficient Continuous Deployment with GitHub Environments and AWS CodeBuild
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.
Lake Formation cross-account access using Terraform
There are two types of cross-account access
-
Storage cross-account access (S3 bucket is in a different account than the Lake Formation account)
-
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)
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.