Amazon Web Services Marketplace 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 Web Services Marketplace and Amazon Organizations

Amazon Web Services Marketplace is a curated digital catalog that you can use to find, buy, deploy, and manage third-party software, data, and services that you need to build solutions and run your businesses.

Amazon Web Services Marketplace creates and manages licenses using Amazon License Manager for your purchases in Amazon Web Services Marketplace. When you share (grant access to) your licenses with other accounts in your organization, Amazon Web Services Marketplace creates and manages new licenses for those accounts.

For more information, see Service-linked roles for Amazon Web Services Marketplace in the Amazon Web Services Marketplace Buyer Guide.

Use the following information to help you integrate Amazon Web Services Marketplace with Amazon Organizations.

Service-linked roles created when you enable integration

The following service-linked role is automatically created in your organization's management account when you enable trusted access. This role allows Amazon Web Services Marketplace to perform supported operations within your organization's accounts in your organization.

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

  • AWSServiceRoleForMarketplaceLicenseManagement

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 Web Services Marketplace grant access to the following service principals:

  • license-management.marketplace.amazonaws.com

Enabling trusted access with Amazon Web Services Marketplace

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

You can enable trusted access using either the Amazon Web Services Marketplace console or the Amazon Organizations console.

Important

We strongly recommend that whenever possible, you use the Amazon Web Services Marketplace console or tools to enable integration with Organizations. This lets Amazon Web Services Marketplace 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 Web Services Marketplace. For more information, see this note.

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

To enable trusted access using the Amazon Web Services Marketplace console

See Creating a service-linked role for Amazon Web Services Marketplace in the Amazon Web Services Marketplace Buyer Guide.

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

Amazon Web Services Management Console
To enable trusted service access using the Organizations console
  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 Amazon Web Services Marketplace, choose the service’s name, and then choose Enable trusted access.

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

  4. If you are the administrator of only Amazon Organizations, tell the administrator of Amazon Web Services Marketplace that they can now enable that service using its console to work with Amazon Organizations.

Amazon CLI, Amazon API
To enable trusted service access using the OrganizationsCLI/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 Web Services Marketplace as a trusted service with Organizations.

    $ aws organizations enable-aws-service-access \ --service-principal license-management.marketplace.amazonaws.com

    This command produces no output when successful.

  • Amazon API: EnableAWSServiceAccess

Disabling trusted access with Amazon Web Services Marketplace

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

You can enable trusted access using only the Organizations tools.

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 Web Services Marketplace as a trusted service with Organizations.

    $ aws organizations disable-aws-service-access \ --service-principal license-management.marketplace.amazonaws.com

    This command produces no output when successful.

  • Amazon API: DisableAWSServiceAccess