Infrastructure-as-Code
-
GitHub Code https://github.com/zghafari/guardduty What is GuardDuty? GuardDuty in a nutshell is a threat detection service that continuously monitors your AWS accounts and workloads for malicious or unauthorized behavior. It’s sort… Read More
-
I should start off by saying the primary features of Terraform are available in Open-Source. Enterprise provides you with a managed environment and dashboard that you do not have to… Read More
-
Preface In Terraform the aws_lambda_function has a parameter called source_code_hash. This parameter is a base64-encoded SHA256 hash of the package file specified with either filename or s3_key. The file itself is… Read More
-
Preface When using Terraform state files are normally generated locally in the directory where you run the scripts. This is fine for small scale deployments and testing as an individual… Read More
-
Preface Terraform’s HCL language does not provide us with a double for loop out of the box. However this is still possible albeit in a more complicated way using the… Read More
-
Preface Terraform does not support email as one of its protocols for SNS email subscriptions. You can read more about it here in their docs. These are unsupported because the… Read More
About Me
Categories
Latest Posts
- Quick Guide: Setting up AWS CLI with MFA / Cross-Account Roles March 20, 2019
- GuardDuty in a multi-account organization with Terraform February 1, 2019
- Testing Lambdas locally with aws-sam-cli January 4, 2019