

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 조달 인사이트 대시보드 활성화
<a name="enabling-procurement-insights"></a>

다음 섹션에서는 **조달 인사이트** 대시보드를 활성화하기 위한 일반적인 사전 조건을 충족하는 방법과 이를 활성화하는 방법을 설명합니다.

이 섹션의 어떤 부분이든 도움이 필요한 경우 AWS 관리자에게 문의하세요.

**Topics**
+ [대시보드 사전 조건](#dashboard-prereqs)
+ [대시보드 활성화](#integrate-dashboard)
+ [관리자용: 정책 예제](#procurement-sec-policy)

## 대시보드 사전 조건
<a name="dashboard-prereqs"></a>

**조달 인사이트** 대시보드를 설정하고 활성화하려면 다음 사전 조건이 있어야 합니다.
+ 조직에서 모든 기능이 활성화되었습니다. 자세한 내용은 [Organizations 사용 설명서의 AWS Organizations를 사용하여 조직의 모든 기능 활성화](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html)를 참조하세요. *AWS * 
+ 서비스 연결 역할을 생성하고 AWS Marketplace 설정에서 **신뢰할 수 있는 액세스를** 활성화합니다.
+ 대시보드를 활성화하려면 다음 활성화 권한이 필요합니다.
  + `iam:CreateServiceLinkedRole`
  + `organizations:DescribeOrganization`
  + `organizations:EnableAWSServiceAccess`
  + `organizations:ListAWSServiceAccessForOrganization`
  + `organizations:DeregisterDelegatedAdministrator`(위임된 관리자를 관리하는 데 필요)
  + `organizations:ListDelegatedAdministrators`(위임된 관리자를 관리하는 데 필요)
  + `organizations:RegisterDelegatedAdministrator`(위임된 관리자를 관리하는 데 필요)
+ 대시보드를 보고 상호 작용하려면 다음 권한이 필요합니다.
  + `aws-marketplace:GetBuyerDashboard`
  + `organizations:DescribeOrganization`

**참고**  
이러한 권한을 얻는 데 도움이 필요한 경우 AWS 관리자에게 문의하세요.

## 대시보드 활성화
<a name="integrate-dashboard"></a>

대시보드를 활성화하려면 모든 기능이 활성화된 상태로 AWS 조직의 관리 계정에 로그인해야 합니다. IAM 사용자 또는 역할에는 [대시보드 사전 조건](https://docs.aws.amazon.com/marketplace/latest/buyerguide/enabling-procurement-insights.html#dashboard-prereqs)에서 지정된 권한이 있어야 합니다.

**중요**  
사용자 또는 AWS 관리자는 모든 기능을 갖춘 조직이 있어야 하며 다음 단계를 완료하려면 AWS Organizations 관리 계정에 속해야 합니다. 자세한 내용은 *AWS Organizations 사용 설명서*의 [자습서: 조직 생성 및 구성](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_basic.html)과 [관리 계정 관리를 AWS Organizations](https://docs.aws.amazon.com/organizations/latest/userguide/orgs-manage_accounts_management.html) 참조하세요.

**대시보드를 활성화하려면**

1. [https://console.aws.amazon.com/marketplace](https://console.aws.amazon.com/marketplace) AWS Marketplace 콘솔을 엽니다.

1. 탐색 창에서 **설정**을 선택합니다.

1. **AWS Marketplace 조달 인사이트에서** **신뢰할 수 있는 액세스 활성화**를 선택합니다.

1. 두 확인란을 모두 선택하고, **조직 전체에서 신뢰할 수 있는 액세스 활성화** 및 **조직에 대한 서비스 연결 역할 생성**을 선택합니다.

1. **통합 생성**을 선택합니다.

통합을 생성하면 시스템에서 다음과 같은 서비스 연결 역할 및 AWS 관리형 정책을 생성합니다.
+ [AWSServiceRoleForProcurementInsightsPolicy](buyer-service-linked-role-procurement.md)(이 안내서 후반부에 있음)
+ [AWS 관리형 정책: AWSServiceRoleForProcurementInsightsPolicy](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AWSServiceRoleForProcurementInsightsPolicy.html) (*AWS 관리형 정책 참조*)

**중요**  
 AWS 명령줄 인터페이스(CLI)를 사용하여 대시보드를 활성화하는 경우 신뢰할 수 있는 액세스를 활성화하기 전에 위에 나열된 서비스 유사 역할을 생성해야 합니다. 그렇지 않으면 활성화 프로세스가 실패합니다.

## 관리자용: 정책 예제
<a name="procurement-sec-policy"></a>

이 예제 정책에는 이 섹션 앞부분의 [대시보드 사전 조건](#dashboard-prereqs)에 설명된 권한이 포함되어 있습니다.

------
#### [ JSON ]

****  

```
{
    "Version":"2012-10-17",		 	 	 
    "Statement": [{
            "Sid": "CreateServiceLinkedRoleForProcurementInsights",
            "Effect": "Allow",
            "Action": "iam:CreateServiceLinkedRole",
            "Resource": "arn:aws:iam::*:role/aws-service-role/procurement-insights.marketplace.amazonaws.com/AWSServiceRoleForProcurementInsights*",
            "Condition": {
                "StringLike": {
                    "iam:AWSServiceName": "procurement-insights.marketplace.amazonaws.com"
                }
            }
        },
        {
            "Sid": "EnableAWSServiceAccessForProcurementInsights",
            "Effect": "Allow",
            "Action": [
                "organizations:EnableAWSServiceAccess"
            ],
            "Resource": "*",
            "Condition": {
                "StringLike": {
                    "organizations:ServicePrincipal": "procurement-insights.marketplace.amazonaws.com"
                }
            }
        },
        {
            "Sid": "ManageDelegatedAdministrators",
            "Effect": "Allow",
            "Action": [
                "organizations:ListDelegatedAdministrators",
                "organizations:DeregisterDelegatedAdministrator",
                "organizations:RegisterDelegatedAdministrator"
            ],
            "Resource": "*",
            "Condition": {
                "StringLike": {
                    "organizations:ServicePrincipal": "procurement-insights.marketplace.amazonaws.com"
                }
            }
        },
        {
            "Sid": "GetBuyerDashboardStatement",
            "Effect": "Allow",
            "Action": "aws-marketplace:GetBuyerDashboard",
            "Resource": "*"
        },
        {
            "Sid": "ViewOrganizationDetails",
            "Effect": "Allow",
            "Action": [
                "organizations:DescribeOrganization",
                "organizations:ListAWSServiceAccessForOrganization"
            ],
            "Resource": "*"
        }
    ]
}
```

------

정책 생성에 대한 자세한 내용은 *IAM 사용 설명서*[의 AWS Identity and Access Management의 정책 및 권한을](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html) 참조하세요.