

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

# 를 사용하여 AWS Entity Resolution 리소스 생성 AWS CloudFormation
<a name="creating-resources-with-cloudformation"></a>

AWS Entity Resolution은 AWS 리소스 및 인프라를 생성하고 관리하는 데 소요되는 시간을 줄일 수 있도록 리소스를 모델링하고 설정하는 데 도움이 되는 AWS CloudFormation서비스인와 통합됩니다. 원하는 모든 AWS 리소스(예: AWS::EntityResolution::MatchingWorkflow, AWS::EntityResolution::SchemaMapping, AWS::EntityResolution:IdMappingWorkflow, AWS::EntityResolution::IdNamespace 및 AWS::EntityResolution::PolicyStatement)를 설명하는 템플릿을 생성하고 해당 리소스를 CloudFormation 프로비저닝하고 구성합니다.

를 사용하면 템플릿을 재사용하여 AWS Entity Resolution 리소스를 일관되고 반복적으로 설정할 CloudFormation수 있습니다. 리소스를 한 번 설명한 다음 여러 AWS 계정 및 리전에서 동일한 리소스를 반복적으로 프로비저닝합니다.

## AWS Entity Resolution 및 CloudFormation 템플릿
<a name="working-with-templates"></a>

AWS Entity Resolution 및 관련 서비스에 대한 리소스를 프로비저닝하고 구성하려면 [CloudFormation 템플릿을](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-guide.html) 이해해야 합니다. 템플릿은 JSON 또는 YAML로 서식 지정된 텍스트 파일입니다. 이러한 템플릿은 CloudFormation 스택에서 프로비저닝하려는 리소스를 설명합니다. JSON 또는 YAML에 익숙하지 않은 경우 CloudFormation Designer를 사용하여 CloudFormation 템플릿을 시작할 수 있습니다. 자세한 내용은 *AWS CloudFormation 사용자 안내서*에서 [CloudFormation Designer란?](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/working-with-templates-cfn-designer.html)을 참조하세요.

AWS Entity Resolution은에서 AWS::EntityResolution::MatchingWorkflow, AWS::EntityResolution::SchemaMapping, AWS::EntityResolution:IdMappingWorkflow, AWS::EntityResolution::IdNamespace 및 AWS::EntityResolution::PolicyStatement 생성을 지원합니다 CloudFormation. AWS::EntityResolution::MatchingWorkflow, AWS::EntityResolution::SchemaMapping, AWS::EntityResolution:IdMappingWorkflow, AWS::EntityResolution::IdNamespace 및 AWS::EntityResolution::PolicyStatement에 대한 JSON 및 YAML 템플릿의 예를 포함한 자세한 내용은 *AWS CloudFormation 사용 설명서*의 [AWS Entity Resolution 리소스 유형 참조](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_EntityResolution.html)를 참조하세요.

다음의 템플릿을 사용할 수 있습니다:
+ *일치 워크플로*

  실행할 데이터 처리 작업의 구성을 저장하는 `MatchingWorkflow` 객체를 생성합니다.

  자세한 내용은 다음 항목을 참조하세요.

  [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html)(출처:CloudFormation 사용 설명서**)

  AWS Entity Resolution API 참조의 [https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateMatchingWorkflow.html](https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateMatchingWorkflow.html)**
+ *스키마 매핑*

  입력 고객 레코드 테이블의 스키마를 정의하는 스키마 매핑을 생성합니다.

  자세한 내용은 다음 항목을 참조하세요.

  [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-schemamapping.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-schemamapping.html)(출처:CloudFormation 사용 설명서**)

  AWS Entity Resolution API 참조의 [https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateSchemaMapping.html](https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateSchemaMapping.html)**
+ *ID 매핑 워크플로*

  실행할 데이터 처리 작업의 구성을 저장하는 `IdMappingWorkflow` 객체를 생성합니다.

  자세한 내용은 다음 항목을 참조하세요.

  [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html)(출처:CloudFormation 사용 설명서**)

  AWS Entity Resolution API 참조의 [https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateIdMappingWorkflow.html](https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateIdMappingWorkflow.html)**
+ *ID 네임스페이스*

  데이터 세트를 설명하는 메타데이터와 이를 사용하는 방법을 저장하는 `IdNamespace` 객체를 생성합니다.

  자세한 내용은 다음 항목을 참조하세요.

  [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html)(출처:CloudFormation 사용 설명서**)

  AWS Entity Resolution API 참조의 [https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateIdNamespace.html](https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateIdNamespace.html)**
+ *PolicyStatement*

  `PolicyStatement` 객체를 생성합니다.

  자세한 내용은 다음 항목을 참조하세요.

  [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-policystatement.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-policystatement.html)(출처:CloudFormation 사용 설명서**)

  AWS Entity Resolution API 참조의 [https://docs.aws.amazon.com/entityresolution/latest/apireference/API_AddPolicyStatement.html](https://docs.aws.amazon.com/entityresolution/latest/apireference/API_AddPolicyStatement.html)**

## 에 대해 자세히 알아보기 CloudFormation
<a name="learn-more-cloudformation"></a>

에 대해 자세히 알아보려면 다음 리소스를 CloudFormation참조하세요.
+ [AWS CloudFormation](https://aws.amazon.com/cloudformation/)
+ [AWS CloudFormation 사용 설명서](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html)
+ [CloudFormation API 레퍼런스](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html)
+ [AWS CloudFormation 명령줄 인터페이스 사용 설명서](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html)