添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
强悍的核桃  ·  phpoffice/phpword - ...·  5 天前    · 
正直的芹菜  ·  使用新的 Amazon EC2 M1 ...·  2 天前    · 
乐观的芒果  ·  第6话-蓬莱仙诗-漫画牛·  1 年前    · 
逆袭的核桃  ·  dxDataGrid - How to ...·  1 年前    · 
怕考试的木耳  ·  Java - UCloud云社区·  1 年前    · 
Using AWS IAM Identity Center with your Amazon Managed Grafana workspace - Amazon Managed Grafana

Using AWS IAM Identity Center with your Amazon Managed Grafana workspace

Amazon Managed Grafana integrates with AWS IAM Identity Center to provide identity federation for your workforce. Using Amazon Managed Grafana and AWS IAM Identity Center, users are redirected to their existing company directory to sign in with their existing credentials. Then, they are seamlessly signed in to their Amazon Managed Grafana workspace. This ensures that security settings such as password policies and two-factor authentication are enforced. Using IAM Identity Center does not impact your existing IAM configuration.

If you do not have an existing user directory or prefer not to federate, IAM Identity Center offers an integrated user directory that you can use to create users and groups for Amazon Managed Grafana. Amazon Managed Grafana does not support the use of IAM users and roles to assign permissions within an Amazon Managed Grafana workspace.

For more information about IAM Identity Center, see What is AWS IAM Identity Center . For more information about getting started with IAM Identity Center, see Getting started .

To use IAM Identity Center, you must also have AWS Organizations activated for the account. If needed, Amazon Managed Grafana can activate Organizations for you when you create your first workspace that is configured to use IAM Identity Center.

Required permissions for scenarios using IAM Identity Center

This section explains the policies that are required for using Amazon Managed Grafana with IAM Identity Center. The policies needed to administer Amazon Managed Grafana differ based on whether your AWS account is part of an organization or not.

Grafana administrator in AWS Organizations accounts using IAM Identity Center

To grant permissions to create and manage Amazon Managed Grafana workspaces in an organization, and to allow dependencies such as AWS IAM Identity Center, assign the following policies to a role.

Assign the AWSGrafanaAccountAdministrator IAM policy to allow administering Amazon Managed Grafana workspaces.

AWSSSODirectoryAdministrator allows the role to use IAM Identity Center when setting up Amazon Managed Grafana workspaces.

To allow creating and managing Amazon Managed Grafana workspaces across the entire organization, give the role the AWSSSOMasterAccountAdministrator IAM policy. Alternately, give the role the AWSSSOMemberAccountAdministrator IAM policy to allow creating and managing workspaces within a single member account of the organization.

You can also optionally give the role the AWSMarketplaceManageSubscriptions IAM policy (or equivalent permissions) if you want to allow the role to upgrade an Amazon Managed Grafana workspace to Grafana enterprise.

If you want to use service-managed permissions when you create an Amazon Managed Grafana workspace, the role that creates the workspace must also have the iam:CreateRole , iam:CreatePolicy , and iam:AttachRolePolicy permissions. These are required to use AWS CloudFormation StackSets to deploy policies that allow you to read data sources in the organization's accounts.

Important

Granting a user the iam:CreateRole , iam:CreatePolicy , and iam:AttachRolePolicy permissions gives that user full administrative access to your AWS account. For example, a user with these permissions can create a policy that has full permissions for all resources, and attach that policy to any role. Be very careful about who you grant these permissions to.

To see the permissions granted to AWSGrafanaAccountAdministrator , see AWS managed policy: AWSGrafanaAccountAdministrator

Create and manage Amazon Managed Grafana workspaces and users in a single standalone account using AWS IAM Identity Center

A standalone AWS account is an account that is not a member of an organization. For more information about AWS Organizations, see What is AWS Organizations?

To grant permission to create and manage Amazon Managed Grafana workspaces and users in a standalone account, assign the following IAM policies to a role:

AWSSSODirectoryAdministrator

Optionally, to upgrade an Amazon Managed Grafana workspace to Grafana Enterprise, a role must have the AWSMarketplaceManageSubscriptions IAM policy or the equivalent permissions.

Important

Granting a role the AWSOrganizationFullAccess policy gives that role full administrative access to your AWS account. Be very careful about who you grant these permissions to.