

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

# ElastiCache 노드 상태 보기
<a name="Nodes.viewing"></a>

[ElastiCache 콘솔](https://console.aws.amazon.com/elasticache/)을 사용하면 ElastiCache 노드의 상태에 빠르게 액세스할 수 있습니다. ElastiCache 노드의 상태를 통해 노드 상태를 알 수 있습니다. 다음 절차를 사용하여 Amazon ElastiCache 콘솔, AWS CLI 명령 또는 API 작업에서 ElastiCache 노드 상태를 볼 수 있습니다. Amazon ElastiCache 

ElastiCache 노드의 가능한 상태 값은 다음 표에 나와 있습니다. 이 표에는 ElastiCache 노드에 대한 요금 청구 여부도 나와 있습니다.


| **유형** | **청구** | **설명** | 
| --- | --- | --- | 
| `available` | 청구 | ElastiCache 노드 상태가 양호하며 사용할 수 있습니다. | 
| `creating` | 미청구 | ElastiCache 노드가 생성 중입니다. 생성 중인 노드에는 액세스할 수 없습니다. | 
| `deleting` | 미청구 | ElastiCache 노드가 삭제 중입니다. | 
| `modifying` | 청구 | 고객의 노드 수정 요청으로 인해 ElastiCache 노드를 수정 중입니다. | 
| `updating` | 청구 | **업데이트** 상태를 통해 Amazon ElastiCache 노드가 다음 중 하나 이상에 해당하는지 알 수 있습니다.[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/AmazonElastiCache/latest/dg/Nodes.viewing.html) | 
| `rebooting cluster nodes` | 청구 | 고객의 요청 또는 노드 재부팅이 필요한 Amazon ElastiCache 프로세스로 인해 ElastiCache 노드를 재부팅 중입니다. | 
| `incompatible_parameters` | 미청구 | Amazon ElastiCache는 노드의 파라미터 그룹에서 지정된 파라미터가 노드와 호환되지 않아 노드를 시작할 수 없습니다. 노드에 대한 액세스 권한을 다시 얻으려면 파라미터 변경 사항을 되돌리거나 노드와 호환되는 파라미터를 정의해야 합니다. 호환되지 않는 파라미터에 대한 자세한 내용은 ElastiCache 노드에 대한 [이벤트](https://us-east-1.console.aws.amazon.com/elasticache/home?region=us-east-1#/events) 목록을 확인하세요. | 
| `incompatible_network` | 미청구 | 호환되지 않는 네트워크 상태를 통해 Amazon ElastiCache 노드가 다음 중 하나 이상에 해당하는지 알 수 있습니다.[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/AmazonElastiCache/latest/dg/Nodes.viewing.html) | 
| `restore_failed` | 미청구 | 복원 실패 상태를 통해 Amazon ElastiCache 노드가 다음 중 하나 이상에 해당하는지 알 수 있습니다.[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/AmazonElastiCache/latest/dg/Nodes.viewing.html) | 
| `snapshotting` | 청구 | ElastiCache가 Valkey 또는 Redis OSS 노드의 스냅샷을 생성하고 있습니다. | 

## 콘솔을 사용하여 ElastiCache 노드 상태 보기
<a name="Nodes.viewing.console"></a>

콘솔을 사용하여 ElastiCache 노드 상태를 보려면 다음과 같이 하세요.

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

1. 탐색 창에서 **Redis OSS 클러스터** 또는 **Memcached 클러스터**를 선택합니다. ElastiCache 노드 목록과 함께 **캐시 페이지**가 표시됩니다. 각 노드에 대한 상태 값이 표시됩니다.

1. 그런 다음 캐시의 **서비스 업데이트** 탭으로 이동하여 캐시에 적용되는 서비스 업데이트 목록을 표시할 수 있습니다.

## 를 사용하여 ElastiCache 노드 상태 보기 AWS CLI
<a name="Nodes.viewing.cli"></a>

를 사용하여 ElastiCache 노드와 해당 상태 정보를 보려면 `describe-cache-cluster` 명령을 AWS CLI사용합니다. 예를 들어 다음 AWS CLI 명령은 각 ElastiCache 노드를 표시합니다.

```
aws elasticache describe-cache-clusters
```

## API를 통해 ElastiCache 노드 상태 보기
<a name="Nodes.viewing.api"></a>

 Amazon ElastiCache API를 사용하여 ElastiCache 노드의 상태를 보려면 `ShowCacheNodeInfo` 플래그와 함께 `DescribeCacheClusteroperation`을 직접 호출하여 각 캐시 노드에 대한 정보를 검색합니다.