Getting Started with AWS on Prowler Cloud¶
Set up your AWS account to enable security scanning using Prowler Cloud.
Requirements¶
To configure your AWS account, you’ll need:
- Access to Prowler Cloud
- Properly configured AWS credentials (either static or via an assumed IAM role)
Step 1: Get Your AWS Account ID¶
- Log in to the AWS Console
- Locate your AWS account ID in the top-right dropdown menu
Step 2: Access Prowler Cloud¶
- Navigate to Prowler Cloud
-
Go to
Configuration
>Cloud Providers
-
Click
Add Cloud Provider
-
Select
Amazon Web Services
-
Enter your AWS Account ID and optionally provide a friendly alias
-
Choose your preferred authentication method (next step)
Step 3: Set Up AWS Authentication¶
Before proceeding, choose your preferred authentication mode:
Credentials
- Quick scan as current user ✅
- No extra setup ✅
- Credentials time out ❌
Assumed Role
- Preferred Setup ✅
- Permanent Credentials ✅
- Requires access to create role ❌
🔐 Assume Role (Recommended)¶
This method grants permanent access and is the recommended setup for production environments.
-
Download the Prowler Scan Role Template
-
Open the AWS Console, search for CloudFormation
-
Go to Stacks and click
Create stack
>With new resources (standard)
-
In Specify Template, choose
Upload a template file
and select the downloaded file -
Click
Next
, provide a stack name and the External ID shown in the Prowler Cloud setup screen -
Acknowledge the IAM resource creation warning and proceed
-
Click
Submit
to deploy the stack
Finish Setup with Assume Role¶
-
Once the role is created, go to the IAM Console, click on the
ProwlerScan
role to open its details: -
Copy the Role ARN
-
Paste the ARN into the corresponding field in Prowler Cloud
-
Click
Next
, thenLaunch Scan
🔑 Credentials (Static Access Keys)¶
You can also configure your AWS account using static credentials (not recommended for long-term use):
-
Go to the AWS Console, open CloudShell
-
Run:
-
Copy the output containing:
AccessKeyId
SecretAccessKey
⚠️ Save these credentials securely and paste them into the Prowler Cloud setup screen.
You can use your AWS Access Portal or the CLI:
-
Retrieve short-term credentials for the IAM identity using this command:
Note
Check the aws documentation here
-
Copy the output containing:
AccessKeyId
SecretAccessKey
Sample output:
{ "Credentials": { "AccessKeyId": "ASIAIOSFODNN7EXAMPLE", "SecretAccessKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY", "SessionToken": "AQoEXAMPLEH4aoAH0gNCAPyJxz4BlCFFxWNE1OPTgk5TthT+FvwqnKwRcOIfrRh3c/LTo6UDdyJwOOvEVPvLXCrrrUtdnniCEXAMPLE/IvU1dYUg2RVAJBanLiHb4IgRmpRV3zrkuWJOgQs8IZZaIv2BXIa2R4OlgkBN9bkUDNCJiBeb/AXlzBBko7b15fjrBs2+cTQtpZ3CYWFXG8C5zqx37wnOE49mRl/+OtkIKGO7fAE", "Expiration": "2020-05-19T18:06:10+00:00" } }
⚠️ Save these credentials securely and paste them into the Prowler Cloud setup screen.
Complete the form in Prowler Cloud and click Next
Click Launch Scan