Amazon Health and Amazon Organizations - 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).

Amazon Health and Amazon Organizations

Amazon Health provides ongoing visibility into your resource performance and the availability of your Amazon services and accounts. Amazon Health delivers events when your Amazon resources and services are impacted by an issue or will be affected by upcoming changes. After you enable organizational view, a user in the organization’s management account can aggregate Amazon Health events across all accounts in the organization. Organizational view only shows Amazon Health events delivered after the feature is enabled and retains them for 90 days.

You can enable organizational view by using the Amazon Health console, the Amazon Command Line Interface (Amazon CLI), or the Amazon Health API.

For more information, see Aggregating Amazon Health events in the Amazon Health User Guide.

Use the following information to help you integrate Amazon Health with Amazon Organizations.

Service-linked roles for integration

The AWSServiceRoleForHealth_Organizations service-linked role allows Amazon Health to perform supported operations within your organization's accounts in your organization.

This role is created automatically in your organization's management account when you enable trusted access by calling the EnableHealthServiceAccessForOrganization API operation. Otherwise, create the role using the Amazon Health console, API, or CLI, as described in Creating a service-linked role in the IAM User Guide.

You can delete or modify this role only if you disable trusted access between Amazon Health and Organizations, or if you remove the member account from the organization.

Service principals used by the service-linked roles

The service-linked role in the previous section can be assumed only by the service principals authorized by the trust relationships defined for the role. The service-linked roles used by Amazon Health grant access to the following service principals:

  • health.amazonaws.com

Enabling trusted access with Amazon Health

For information about the permissions needed to enable trusted access, see Permissions required to enable trusted access.

When you the enable organizational view feature for Amazon Health, trusted access is also enabled for you automatically.

You can enable trusted access using either the Amazon Health console or the Amazon Organizations console.

Important

We strongly recommend that whenever possible, you use the Amazon Health console or tools to enable integration with Organizations. This lets Amazon Health perform any configuration that it requires, such as creating resources needed by the service. Proceed with these steps only if you can’t enable integration using the tools provided by Amazon Health. For more information, see this note.

If you enable trusted access by using the Amazon Health console or tools then you don’t need to complete these steps.

To enable trusted access using the Amazon Health console

You can enable trusted access by using Amazon Health and one of the following options:

You can enable trusted access by running a Organizations Amazon CLI command, or by calling an Organizations API operation in one of the Amazon SDKs.

Amazon CLI, Amazon API
To enable trusted service access using the Organizations CLI/SDK

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

  • Amazon CLI: enable-aws-service-access

    You can run the following command to enable Amazon Health as a trusted service with Organizations.

    $ aws organizations enable-aws-service-access \ --service-principal health.amazonaws.com

    This command produces no output when successful.

  • Amazon API: EnableAWSServiceAccess

Disabling trusted access with Amazon Health

For information about the permissions needed to disable trusted access, see Permissions required to disable trusted access.

After you disable the organizational view feature, Amazon Health stops aggregating events for all other accounts in your organization. This also disables trusted access for you automatically.

You can disable trusted access using either the Amazon Health or Amazon Organizations tools.

Important

We strongly recommend that whenever possible, you use the Amazon Health console or tools to disable integration with Organizations. This lets Amazon Health perform any clean up that it requires, such as deleting resources or access roles that are no longer needed by the service. Proceed with these steps only if you can’t disable integration using the tools provided by Amazon Health.

If you disable trusted access by using the Amazon Health console or tools then you don’t need to complete these steps.

To disable trusted access using the Amazon Health console

You can disable trusted access with one of the following options:

You can disable trusted access by running a Organizations Amazon CLI command, or by calling an Organizations API operation in one of the Amazon SDKs.

Amazon CLI, Amazon API
To disable trusted service access using the Organizations CLI/SDK

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

  • Amazon CLI: disable-aws-service-access

    You can run the following command to disable Amazon Health as a trusted service with Organizations.

    $ aws organizations disable-aws-service-access \ --service-principal health.amazonaws.com

    This command produces no output when successful.

  • Amazon API: DisableAWSServiceAccess

Enabling a delegated administrator account for Amazon Health

When you designate a member account as a delegated administrator for the organization, users and roles from that account can perform administrative actions for Amazon Health that otherwise can be performed only by users or roles in the organization's management account. This helps you to separate management of the organization from management of Amazon Health.

To designate a member account as a delegated administrator for Amazon Health

See Register a delegated administrator for your organizational view

To remove a delegated administrator for Amazon Health

See Remove a delegated administrator from your organizational view