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

You use the Amazon Web Services Marketplace procurement insights dashboard to view agreements and cost-analysis data for all of the Amazon accounts in your organization. When integrated with Organizations, Amazon Web Services Marketplace procurement insights dashboard listens to organization changes, such as an account joining the organization, and aggregates data for their corresponding agreements to build their dashboards.

For more information, see Procurement insights in the Amazon Web Services Marketplace Buyer Guide.

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

Service-linked roles and managed policies created when you enable integration

When you activate the Amazon Web Services Marketplace procurement insights dashboard dashboard the AWSServiceRoleForProcurementInsightsPolicy service-linked role and the AWSServiceRoleForProcurementInsightsPolicy Amazon managed policy are created.

Enabling trusted access with Amazon Web Services Marketplace procurement insights

Enabling trusted access grants the Amazon Web Services Marketplace procurement insights dashboard the ability to integrate with the customer's Organizations service. Amazon Web Services Marketplace procurement insights dashboard listens to organization changes, such as an account joining the organization, and aggregates data for their corresponding agreements to build their dashboards.

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 procurement insights dashboard console or the Amazon Organizations console.

Important

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

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

To enable trusted access by enabling the Amazon Web Services Marketplace procurement insights dashboard

See Enabling the Amazon Web Services Marketplace procurement insights dashboard in the Amazon Web Services Marketplace Buyer Guide.

To enable trusted access using Organizations tools

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. In the navigation pane, choose Services.

  3. Choose Amazon Web Services Marketplace procurement insights dashboard in the list of services.

  4. Choose Enable trusted access.

  5. In the Enable trusted access for Amazon Web Services Marketplace procurement insights dashboard dialog box, type enable to confirm, and then choose Enable trusted access.

  6. If you are the administrator of only Amazon Organizations, tell the administrator of Amazon Web Services Marketplace procurement insights dashboard that they can now enable that service to work with Amazon Organizations from the service console .

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

Use the following Amazon CLI commands or API operations to enable trusted service access:

  • Amazon CLI: enable-aws-service-access

    Run the following command to enable Amazon Web Services Marketplace procurement insights dashboard as a trusted service with Organizations.

    $ aws organizations enable-aws-service-access \ --service-principal procurement-insights.marketplace.amazonaws.com

    This command produces no output when successful.

  • Amazon API: EnableAWSServiceAccess

Disabling trusted access with Amazon Web Services Marketplace procurement insights

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

You can only disable trusted access using 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

Use the following Amazon CLI commands or API operations to disable trusted service access:

  • Amazon CLI: disable-aws-service-access

    Run the following command to disable Amazon Web Services Marketplace procurement insights dashboard as a trusted service with Organizations.

    $ aws organizations disable-aws-service-access \ --service-principal procurement-insights.marketplace.amazonaws.com

    This command produces no output when successful.

  • Amazon API: DisableAWSServiceAccess

Enabling a delegated administrator account for Amazon Web Services Marketplace procurement insights

To configure a delegated administrator in the Amazon Web Services Marketplace procurement insights console, see See Registering delegated administrators> in the Amazon Web Services Marketplace Buyer Guide.

You can also configure a delegated administrator by using the Organizations RegisterDelegatedAdministrator API. For more information, see RegisterDelegatedAdministrator in the Organizations Command Reference.

Disabling a delegated administrator for Amazon Web Services Marketplace procurement insights

Only an administrator in the organization management account can configure a delegated administrator for Amazon Web Services Marketplace procurement insights.

To remove a delegated administrator through the Amazon Web Services Marketplace procurement insights console, see Deregistering delegated administrators in the Amazon Web Services Marketplace Buyer Guide.

You can also remove the delegated administrator by using the Organizations DeregisterDelegatedAdministrator CLI or SDK operation.