Skip to main content

AWS AI services opt-out policies

AWS customers can opt out of having their content stored or used for AWS AI service improvements using an opt-out policy. Read more about this at AI services opt-out policies.

tip

Opting out from AI service improvements does not stop you from using AWS AI services, it just opts out from having those services develop/train on your data.

For AWS Organizations managed by Stax where an AWS AI Services opt-out policy is not already attached to the root OU, Stax does the following:

  • Enables AI services opt-out policies for the AWS Organization
  • Creates an AI services opt-out policy named OptOutFromAllAIServices in the AWS Organization
  • Attaches the policy to the root OU

This policy can be modified, and you are encouraged to make changes to this policy as you require using the syntax described in the AWS documentation.

The default policy applied by Stax is as follows:

{
"services": {
"@@operators_allowed_for_child_policies": [
"@@none"
],
"default": {
"@@operators_allowed_for_child_policies": [
"@@none"
],
"opt_out_policy": {
"@@operators_allowed_for_child_policies": [
"@@none"
],
"@@assign": "optOut"
}
}
}
}

You can view effective AI services opt-out policies by following AWS's guidance.