In the first part of this blog series, we learned how to create infrastructure as code in Terraform. Now that we have defined the infrastructure in...
What is GitOps? GitOps is an operational framework that puts Git version control at the center of your operations and software. This means every...
Bash is a very popular shell, especially in Linux environments. Having a good knowledge of bash can get you far in terms of getting things done....
It has been some time since GitHub released its command line tool. For someone who spends a ton of their time creating PRs, reviewing them, and...
Why do we need multiple accounts in AWS? A multi-account strategy in AWS offers many benefits regarding security and isolation. Some of the key...
Boto3 is the official AWS SDK for Python. The official documentation for boto3 can be found at https://boto3.amazonaws.com . In this blog, we will...