

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

# Connect Customer Profiles의 IPv6 지원 이해
<a name="customerprofiles-ipv6-support"></a>

## 퍼블릭 연결
<a name="public-connectivity"></a>

모든 Connect Customer Profiles APIs IPv4 및 IPv6 호출을 완전히 지원합니다.

```
profile.{{Region}}.api.aws
```

**예**:

```
profile.us-east-1.api.aws
```

AWS CLI의 경우 다음 엔드포인트를 명시적으로 사용해야 합니다.

```
aws customer-profiles list-domains \
    --endpoint https://profile.us-east-1.api.aws \
    --region us-east-1
```

이전 API는 여전히 이전 버전과의 호환성으로 사용할 수 있습니다. IPv4 통화만 지원합니다.

```
profile.{{Region}}.amazonaws.com
```

**예**:

```
profile.us-east-1.amazonaws.com
```

## 프라이빗 연결
<a name="private-connectivity"></a>

Amazon VPC 콘솔 또는 AWS 명령줄 인터페이스(AWS CLI)를 사용하여 고객 프로필 연결 서비스에 대한 VPC 엔드포인트를 생성할 수 있습니다. 자세한 내용은AWS PrivateLink 사용 설명서의 [인터페이스 엔드포인트 생성](https://docs.aws.amazon.com/vpc/latest/privatelink/create-interface-endpoint.html)을 참조하세요.

다음 서비스 이름을 사용하여 Connect Customer Profiles용 VPC 엔드포인트를 생성합니다.

```
com.amazonaws.{{Region}}.profile
```

**예**:

```
com.amazonaws.us-east-1.profile
```

엔드포인트에 대해 프라이빗 DNS를 활성화하는 경우 profile.us-east-1.api.aws와 같이 리전에 대해 지원되는 IPv4 및 IPv6 DNS 이름을 사용하여 고객 프로필 연결에 API 요청을 할 수 있습니다.

또는 리전의 이전 DNS 이름도 IPv4로만 지원됩니다.

**예**:

```
profile.us-east-1.amazonaws.com
```