

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

# IAM Identity Center와의 Lake Formation 연결 삭제
<a name="delete-lf-identity-center-connection"></a>

 기존 IAM Identity Center 통합을 삭제하려면 Lake Formation 콘솔 AWS CLI또는 [DeleteLakeFormationIdentityCenterConfiguration](https://docs.aws.amazon.com/lake-formation/latest/APIReference/API_DeleteLakeFormationIdentityCenterConfiguration.html) 작업을 사용하여 삭제할 수 있습니다.

------
#### [ AWS Management Console ]

**Lake Formation과의 기존 IAM Identity Center 연결을 삭제하려면**

1. 에 로그인 AWS Management Console하고 [https://console.aws.amazon.com/lakeformation/](https://console.aws.amazon.com/lakeformation/) Lake Formation 콘솔을 엽니다.

1. 왼쪽 탐색 창에서 **IAM Identity Center 통합**을 선택합니다.

1. **IAM Identity Center 통합** 페이지에서 **삭제**를 선택합니다.

1. **통합 확인** 화면에서 작업을 확인하고 **삭제**를 선택합니다.

------
#### [ AWS CLI ]

다음 AWS CLI 명령을 실행하여 IAM Identity Center 통합을 삭제할 수 있습니다.

```
 aws lakeformation delete-lake-formation-identity-center-configuration \
     --catalog-id <123456789012>
```

------