Using Amazon Organizations with other Amazon services - Amazon Organizations
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Using Amazon Organizations with other Amazon services

You can use trusted access to enable a supported Amazon service that you specify, called the trusted service, to perform tasks in your organization and its accounts on your behalf. This involves granting permissions to the trusted service but does not otherwise affect the permissions for users or roles. When you enable access, the trusted service can create an IAM role called a service-linked role in every account in your organization whenever that role is needed. That role has a permissions policy that allows the trusted service to do the tasks that are described in that service's documentation. This enables you to specify settings and configuration details that you would like the trusted service to maintain in your organization's accounts on your behalf. The trusted service only creates service-linked roles when it needs to perform management actions on accounts, and not necessarily in all accounts of the organization.

Important

We strongly recommend that, when the option is available, you enable and disable trusted access by using only the trusted service's console, or its Amazon CLI or API operation equivalents. This lets the trusted service perform any required initialization when enabling trusted access, such as creating any required resources and any required clean up of resources when disabling trusted access.

For information about how to enable or disable trusted service access to your organization using the trusted service, see the Learn more link under the Supports Trusted Access column at Amazon services that you can use with Amazon Organizations.

If you disable access by using the Organizations console, CLI commands, or API operations, it causes the following actions to occur:

  • The service can no longer create a service-linked role in the accounts in your organization. This means that the service can't perform operations on your behalf on any new accounts in your organization. The service can still perform operations in older accounts until the service completes its clean-up from Amazon Organizations.

  • The service can no longer perform tasks in the member accounts in the organization, unless those operations are explicitly permitted by the IAM policies that are attached to your roles. This includes any data aggregation from the member accounts to the management account, or to a delegated administrator account, where relevant.

  • Some services detect this and clean up any remaining data or resources related to the integration, while other services stop accessing the organization but leave any historical data and configuration in place to support a possible re-enabling of the integration.

Instead, using the other service's console or commands to disable the integration ensures that the other service can clean up any resources that are required only for the integration. How the service cleans up its resources in the organization's accounts depends on that service. For more information, see the documentation for the other Amazon service.

Permissions required to enable trusted access

Trusted access requires permissions for two services: Amazon Organizations and the trusted service. To enable trusted access, choose one of the following scenarios:

  • If you have credentials with permissions in both Amazon Organizations and the trusted service, enable access by using the tools (console or Amazon CLI) provided by the trusted service. This allows the service to enable trusted access in Amazon Organizations on your behalf and to create any resources required for the service to operate in your organization.

    The minimum permissions for these credentials are the following:

    • organizations:EnableAWSServiceAccess. You can also use the organizations:ServicePrincipal condition key with this operation to limit requests that those operations make to a list of approved service principal names. For more information, see Condition keys.

    • organizations:ListAWSServiceAccessForOrganization – Required if you use the Amazon Organizations console.

    • The minimum permissions that are required by the trusted service depend on the service. For more information, see the trusted service's documentation.

  • If one person has credentials with permissions in Amazon Organizations but someone else has credentials with permissions in the trusted service, perform these steps in the following order:

    1. The person who has credentials with permissions in Amazon Organizations should use the Amazon Organizations console, the Amazon CLI, or an Amazon SDK to enable trusted access for the trusted service. This grants permission to the other service to perform its required configuration in the organization when the following step (step 2) is performed.

      The minimum Amazon Organizations permissions are the following:

      • organizations:EnableAWSServiceAccess

      • organizations:ListAWSServiceAccessForOrganization – Required only if you use the Amazon Organizations console

      For the steps to enable trusted access in Amazon Organizations, see How to enable or disable trusted access.

    2. The person who has credentials with permissions in the trusted service enables that service to work with Amazon Organizations. This instructs the service to perform any required initialization, such as creating any resources that are required for the trusted service to operate in the organization. For more information, see the service-specific instructions at Amazon services that you can use with Amazon Organizations.

Permissions required to disable trusted access

When you no longer want to allow the trusted service to operate on your organization or its accounts, choose one of the following scenarios.

Important

Disabling trusted service access does not prevent users and roles with appropriate permissions from using that service. To completely block users and roles from accessing an Amazon service, you can remove the IAM permissions that grant that access, or you can use service control policies (SCPs) in Amazon Organizations.

You can apply SCPs to only member accounts. SCPs don't apply to the management account. We recommend that you don’t run services in the management account. Instead, run them in member accounts where you can control the security by using SCPs.

  • If you have credentials with permissions in both Amazon Organizations and the trusted service, disable access by using the tools (console or Amazon CLI) that are available for the trusted service. The service then cleans up by removing resources that are no longer required and by disabling trusted access for the service in Amazon Organizations on your behalf.

    The minimum permissions for these credentials are the following:

    • organizations:DisableAWSServiceAccess. You can also use the organizations:ServicePrincipal condition key with this operation to limit requests that those operations make to a list of approved service principal names. For more information, see Condition keys.

    • organizations:ListAWSServiceAccessForOrganization – Required if you use the Amazon Organizations console.

    • The minimum permissions required by the trusted service depend on the service. For more information, see the trusted service's documentation.

  • If the credentials with permissions in Amazon Organizations aren't the credentials with permissions in the trusted service, perform these steps in the following order:

    1. The person with permissions in the trusted service first disables access using that service. This instructs the trusted service to clean up by removing the resources required for trusted access. For more information, see the service-specific instructions at Amazon services that you can use with Amazon Organizations.

    2. The person with permissions in Amazon Organizations can then use the Amazon Organizations console, Amazon CLI, or an Amazon SDK to disable access for the trusted service. This removes the permissions for the trusted service from the organization and its accounts.

      The minimum Amazon Organizations permissions are the following:

      • organizations:DisableAWSServiceAccess

      • organizations:ListAWSServiceAccessForOrganization – Required only if you use the Amazon Organizations console

      For the steps to disable trusted access in Amazon Organizations, see How to enable or disable trusted access.

How to enable or disable trusted access

If you have permissions only for Amazon Organizations and you want to enable or disable trusted access to your organization on behalf of the administrator of the other Amazon service, use the following procedure.

Important

We strongly recommend that, when the option is available, you enable and disable trusted access by using only the trusted service's console, or its Amazon CLI or API operation equivalents. This lets the trusted service perform any required initialization when enabling trusted access, such as creating any required resources and any required clean up of resources when disabling trusted access.

For information about how to enable or disable trusted service access to your organization using the trusted service, see the Learn more link under the Supports Trusted Access column at Amazon services that you can use with Amazon Organizations.

If you disable access by using the Organizations console, CLI commands, or API operations, it causes the following actions to occur:

  • The service can no longer create a service-linked role in the accounts in your organization. This means that the service can't perform operations on your behalf on any new accounts in your organization. The service can still perform operations in older accounts until the service completes its clean-up from Amazon Organizations.

  • The service can no longer perform tasks in the member accounts in the organization, unless those operations are explicitly permitted by the IAM policies that are attached to your roles. This includes any data aggregation from the member accounts to the management account, or to a delegated administrator account, where relevant.

  • Some services detect this and clean up any remaining data or resources related to the integration, while other services stop accessing the organization but leave any historical data and configuration in place to support a possible re-enabling of the integration.

Instead, using the other service's console or commands to disable the integration ensures that the other service can clean up any resources that are required only for the integration. How the service cleans up its resources in the organization's accounts depends on that service. For more information, see the documentation for the other Amazon service.

Amazon Web Services Management Console
To enable trusted service access
  1. Sign in to the Amazon Organizations console. You must sign in as an IAM user, assume an IAM role, or sign in as the root user (not recommended) in the organization’s management account.

  2. On the Services page, find the row for the service that you want to enable, and choose its name.

  3. Choose Enable trusted access.

  4. In the confirmation dialog box, check the box to Show the option to enable trusted access, enter enable in the box, and then choose Enable trusted access.

  5. If you are enabling access, tell the administrator of the other Amazon service that they can now enable the other service to work with Amazon Organizations.

To disable trusted service access
  1. Sign in to the Amazon Organizations console. You must sign in as an IAM user, assume an IAM role, or sign in as the root user (not recommended) in the organization’s management account.

  2. On the Services page, find the row for the service that you want to disable, and choose its name.

  3. Wait until the administrator of the other service tells you that the service is disabled and that its resources have been cleaned up.

  4. In the confirmation dialog box, enter disable in the box, and then choose Disable trusted access.

Amazon CLI, Amazon API
To enable or disable trusted service access

You can use the following Amazon CLI commands or API operations to enable or disable trusted service access:

Amazon Organizations and service-linked roles

Amazon Organizations uses IAM service-linked roles to enable trusted services to perform tasks on your behalf in your organization's member accounts. When you configure a trusted service and authorize it to integrate with your organization, that service can request that Amazon Organizations create a service-linked role in its member account. The trusted service does this asynchronously as needed and not necessarily in all accounts in the organization at the same time. The service-linked role has predefined IAM permissions that allow the trusted service to perform only specific tasks within that account. In general, Amazon manages all service-linked roles, which means that you typically can't alter the roles or the attached policies.

To make all of this possible, when you create an account in an organization or you accept an invitation to join your existing account to an organization, Amazon Organizations provisions the member account with a service-linked role named AWSServiceRoleForOrganizations. Only the Amazon Organizations service itself can assume this role. The role has permissions that allow Amazon Organizations to create service-linked roles for other Amazon services. This service-linked role is present in all organizations.

Although we don't recommend it, if your organization has only consolidated billing features enabled, the service-linked role named AWSServiceRoleForOrganizations is never used, and you can delete it. If you later want to enable all features in your organization, the role is required, and you must restore it. The following checks occur when you begin the process to enable all features:

  • For each member account that was invited to join the organization – The account administrator receives a request to agree to enable all features. To successfully agree to the request, the administrator must have both organizations:AcceptHandshake and iam:CreateServiceLinkedRole permissions if the service-linked role (AWSServiceRoleForOrganizations) doesn't already exist. If the AWSServiceRoleForOrganizations role already exists, the administrator needs only the organizations:AcceptHandshake permission to agree to the request. When the administrator agrees to the request, Amazon Organizations creates the service-linked role if it doesn't already exist.

  • For each member account that was created in the organization – The account administrator receives a request to recreate the service-linked role. (The administrator of the member account doesn't receive a request to enable all features because the administrator of the management account (formerly known as the "master account") is considered the owner of the created member accounts.) Amazon Organizations creates the service-linked role when the member account administrator agrees to the request. The administrator must have both organizations:AcceptHandshake and iam:CreateServiceLinkedRole permissions to successfully accept the handshake.

After you enable all features in your organization, you no longer can delete the AWSServiceRoleForOrganizations service-linked role from any account.

Important

Amazon Organizations SCPs never affect service-linked roles. These roles are exempt from any SCP restrictions.