Open Policy Agent policies -s3 opa terraform example

The Open Policy Agent (OPA) is an open source high-level declarative language that let’s you specify policy as code and simple APIs to offload policy decision-making from your software. In this article we are going to review s3 opa terraform example OPA can be used during deployment of your IaC code or CICD pipeline. refer […]

Amazon GuardDuty multi account threat detection solution.

Amazon GuardDuty is a threat detection service that continuously monitors for malicious activity and unauthorized behavior to protect your AWS accounts and workloads, read more about the service on Amazon documentation . we are going to look into how to implement Amazon GuardDuty multi account solution using terraform scripts. Let’s look into a read world […]

AWS account level settings – simple changes makes big impact

Safeguard your AWS account with simple AWS account level settings. these configurations can be automated using Terraform as well S3 – block public access to S3 . By default public access is blocked for new buckets, access points, and objects. refer to this AWS documentation for more information EBS volume Encryption – Enable EC2 volume […]