What does Prowler check for the control “Check if AWS Organizations delegated administrators are trusted” ? #3225
-
I tried to investigate by looking at the file Couldn't find anything about trusted administrators in the AWS documentation either. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @alexzon-tr, in AWS Organizations, from the organization's management account, you can delegate policy management for Organizations to specified member accounts to perform policy actions that are by default available only to the management account. The check Rationale: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_delegate_policies.html |
Beta Was this translation helpful? Give feedback.
Hi @alexzon-tr, in AWS Organizations, from the organization's management account, you can delegate policy management for Organizations to specified member accounts to perform policy actions that are by default available only to the management account.
The check
organizations_delegated_administrators
verifies if the delegated administrators for your AWS Organization are present in theorganizations_trusted_delegated_administrators
variable in theconfig.yaml
file, to verify that only those you trust are configured.Rationale: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_delegate_policies.html