AWS Cloud
-
In this quick guide we will go through many of the most used aws cli commands to configure and enter you access credentials. We will also take a look at… Read More
-
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
-
Benefits of AWS SAM CLI SAM stands for AWS Serverless Application Model, it is an open-source framework that you can use to build serverless applications on AWS. AWS SAM Consists… 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
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