Check provider logo

AWS account is a member of an active AWS Organization

organizations_account_part_of_organizations

Severitymedium
by Prowler

AWS account membership in AWS Organizations with organization status ACTIVE.

Assesses if the account is associated with an organization and that the organization state is ACTIVE.

Risk

Absence of AWS Organizations weakens governance across accounts. Without SCP guardrails and centralized policy, excessive permissions, unsafe network settings, or risky services may be enabled, threatening confidentiality and integrity. Fragmented logging and response slow containment, impacting availability and increasing cost exposure.

Run this check with Prowler CLI

prowler aws --checks organizations_account_part_of_organizations

Recommendation

Operate all accounts under AWS Organizations (preferably with all features). Structure OUs, enforce SCPs for least privilege, and apply separation of duties between management and member accounts. Centralize logging and billing to support defense-in-depth, and routinely review org membership and policies.

Remediation

CLI

aws organizations create-organization

Terraform
Other
  1. Sign in to the AWS Management Console with the account to remediate
  2. Open the AWS Organizations console
  3. Click "Create an organization"
  4. Confirm to create (default is All features)
  5. Verify the organization status shows Active on the Settings page

Source Code

Resource Type

Other

References