Friday, April 4, 2025

DevSecOps Tutorials | How to setup Prowler in AWS cloud to evaluate AWS Security

Prowler is a open source security auditing tool designed to assess security best practices, misconfigurations, and compliance in AWS environments.

Key Features of Prowler:

  •  Customizable, and lightweight
  •  AWS Security Best Practices – Checks for security misconfigurations in AWS services.
  •  Compliance auditing 
  •  Multi-Account Scanning – Can scan multiple AWS accounts.
  •  Multiple Output Formats – Generates JSON, CSV, HTML, and JUnit reports.
  •  Works with CI/CD, AWS Organizations, and automated security workflows 

Pre-requisites:

  • AWS cli installed

Install Required Dependencies:

sudo apt update && sudo apt install -y unzip awscli jq python3-pip git

How to setup in Prowler in AWS cloud?

git clone https://github.com/prowler-cloud/prowler.git

cd prowler

chmod +x prowler

./prowler

Run Prowler Scans

To Run a Full AWS Security Scan. 

./prowler -M json,csv -o prowler-report




No comments:

Post a Comment

Complete DevSecOps Learning Roadmap for 2026 to become a DevSecOps Engineer | Top DevSecOps Skills for 2026 | Skills required to become a DevSecOps engineer | DevSecOps Learning RoadMap for 2026

Complete DevSecOps Roadmap We all know how DevOps is trending right now. And we know where it is going. Let's get to know what skills wi...