

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 檢視 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 節點的費用。


| **類型** | **計費** | **Description** | 
| --- | --- | --- | 
| `available` | 計費 | ElastiCache 節點運作正常且可使用。 | 
| `creating` | 不計費 | 正在建立 ElastiCache 節點。節點正在建立時無法進行存取。 | 
| `deleting` | 不計費 | 正在刪除 ElastiCache 節點。 | 
| `modifying` | 計費 | 客戶請求修改 ElastiCache 節點，因此正在修改該節點。 | 
| `updating` | 計費 | **更新**狀態表示 Amazon ElastiCache 節點符合下列一或多個條件：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_tw/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/zh_tw/AmazonElastiCache/latest/dg/Nodes.viewing.html) | 
| `restore_failed` | 不計費 | 還原失敗狀態表示 Amazon Elasticache 節點符合下列其中一種狀況：[See the AWS documentation website for more details](http://docs.aws.amazon.com/zh_tw/AmazonElastiCache/latest/dg/Nodes.viewing.html) | 
| `snapshotting` | 計費 | ElastiCache 正在建立 Valkey 或 Redis OSS 節點的快照。 | 

## 使用主控台檢視 ElastiCache 節點狀態
<a name="Nodes.viewing.console"></a>

使用主控台檢視 ElastiCache 節點的狀態：

1. 登入 AWS 管理主控台 ，並在 [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 節點及其狀態資訊 AWS CLI，請使用 `describe-cache-cluster`命令。例如，下列 AWS CLI 命令會顯示每個 ElastiCache 節點。

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

## 透過 API 檢視 ElastiCache 節點狀態
<a name="Nodes.viewing.api"></a>

 若要使用 Amazon ElastiCache API 檢視 ElastiCache 節點的狀態，請使用 `ShowCacheNodeInfo` 旗標呼叫 `DescribeCacheClusteroperation` 以擷取個別快取節點的相關資訊。