This rule ensures AWS account is included in AWS Organizations for better management and security.
Rule | AWS account should be part of AWS Organizations |
Framework | NIST 800-53 Revision 5 |
Severity | ✔ High |
Rule Description
The rule states that the AWS account should be part of AWS Organizations for compliance with the NIST 800-53 Revision 5 security framework. AWS Organizations provides central management and governance over multiple AWS accounts, enabling you to consolidate billing, set access controls, and apply policies across all accounts. By having your AWS account as part of AWS Organizations, you can ensure better security, compliance, and operational efficiency.
Troubleshooting Steps
If your AWS account is not currently part of AWS Organizations, follow the troubleshooting steps below:
Check if your account is already part of AWS Organizations:
Create an AWS Organization:
Add your AWS account to the AWS Organization:
Verify account addition:
Necessary Code
There is no specific code required for this rule. The steps mentioned above can be carried out through the AWS Management Console.
Remediation Steps
Follow the step-by-step guide below to remediate this rule:
Open the AWS Management Console.
Go to the Organizations service.
If your AWS account is not part of an organization, click on "Create organization" and follow the prompts to create one. If you already have an organization, skip to the next step.
Select your organization from the list.
Click on "Accounts" in the left navigation panel.
If your AWS account is not listed, click on "Add account."
Follow the on-screen prompts to add your AWS account to the organization.
Once your AWS account is added, verify its presence by checking the account list under your organization.
By completing these steps, your AWS account will be part of AWS Organizations, ensuring compliance with the NIST 800-53 Revision 5 security framework.