-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancement: Enable AWS Audit Manager #197
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Terraform Format and Style 🖌
|
stefanwb
changed the title
Enable AWS Audit Manager
enhancement: Enable AWS Audit Manager
Dec 14, 2023
stefanwb
force-pushed
the
audit-manager
branch
from
December 14, 2023 13:47
3ce61fe
to
9cad313
Compare
stefanwb
force-pushed
the
audit-manager
branch
2 times, most recently
from
December 15, 2023 14:29
e5f68c9
to
75052e8
Compare
stefanwb
force-pushed
the
audit-manager
branch
from
January 2, 2024 15:36
f725469
to
d1517f9
Compare
Signed-off-by: Stefan Wessels Beljaars <[email protected]>
…r.aws_service_control_policies.allowed_regions' Signed-off-by: Stefan Wessels Beljaars <[email protected]>
stefanwb
force-pushed
the
audit-manager
branch
2 times, most recently
from
January 4, 2024 10:14
65d2dde
to
1b42e9f
Compare
stefanwb
force-pushed
the
audit-manager
branch
from
January 4, 2024 13:59
7cc2a7a
to
19642ba
Compare
stefanwb
force-pushed
the
audit-manager
branch
2 times, most recently
from
January 5, 2024 09:59
9f8e373
to
35c6102
Compare
* Adds KMS policy to Audit KMS key that allows setting the key via management account * Adds S3 bucket for Audit Manager assessment report Signed-off-by: Stefan Wessels Beljaars <[email protected]>
stefanwb
force-pushed
the
audit-manager
branch
from
January 5, 2024 10:06
64d0602
to
8c29d65
Compare
marwinbaumannsbp
approved these changes
Jan 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR
This PR enables AWS Audit Manager on the management account with delegated admin to audit account and also uses the audit account's KMS key.
Recommendations
Following AWS' recommendations the service should be enabled in the Organizations management account with delegated administrator to another account, according to best practice should be used to create assessments.
To allow the management account to configure this key an update to the KMS key policy for the audit account has been added.
Integrations
AWS Config is turned on by enabling AWS Config rules or deploying a conformance pack.
Security Hub is enabled by enabling security standards and the setting:
Consolidated control findings: On
Source: https://docs.aws.amazon.com/audit-manager/latest/userguide/setup-recommendations.html