-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(aws): add new check organizations_opt_out_ai_services_policy
#5152
feat(aws): add new check organizations_opt_out_ai_services_policy
#5152
Conversation
DO NOT MERGE until #5151 is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test to see the behaviour of this check with a policy with no content? 🙏🏼
Done! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5152 +/- ##
==========================================
- Coverage 89.19% 89.14% -0.05%
==========================================
Files 976 977 +1
Lines 29909 29925 +16
==========================================
+ Hits 26676 26677 +1
- Misses 3233 3248 +15 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TOP 🐐
Context
By default, AWS may be using your data to train its AI models. This may include data from your AWS CloudTrail logs, AWS Config rules, and AWS GuardDuty findings.
Description
Create a new check
organizations_opt_out_ai_services_policy
to ensure that AWS Organizations opt-out of AI services policy is enabled, not granting consent for AWS to access the data.Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.