mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
Co-authored-by: sergargar <sergio@verica.io> Co-authored-by: Nacho Rivera <59198746+n4ch04@users.noreply.github.com> Co-authored-by: Pepe Fagoaga <pepe@verica.io>
16 lines
685 B
YAML
16 lines
685 B
YAML
# ec2_elastic_ip_shodan
|
|
shodan_api_key: null
|
|
|
|
# Single account environment: No action required. The AWS account number will be automatically added by the checks.
|
|
# Multi account environment: Any additional trusted account number should be added as a space separated list, e.g.
|
|
# trusted_account_ids : ["123456789012", "098765432109", "678901234567"]
|
|
trusted_account_ids : []
|
|
|
|
# cloudwatch_log_group_retention_policy_specific_days_enabled --> by default is 365 days
|
|
log_group_retention_days: 365
|
|
|
|
# AppStream Session Configuration
|
|
max_idle_disconnect_timeout_in_seconds: 600 # 10 Minutes
|
|
max_disconnect_timeout_in_seconds: 300 # 5 Minutes
|
|
max_session_duration_seconds: 36000 # 10 Hours
|