本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
刪除複寫群組
如果您不再需要具有複本的其中一個叢集 (在 API/ 中稱為複寫群組CLI),則可以將其刪除。當您刪除複寫群組時, 會 ElastiCache 刪除該群組中的所有節點。
此作業開始後便無法中斷或取消。
警告
當您刪除 ElastiCache (Redis OSS) 叢集時,會保留手動快照。您還可以選擇在刪除叢集之前建立最終快照。自動快取快照則不會保留。
CreateSnapshot
建立最終快照需要 許可。如果沒有此許可,API呼叫將會失敗,但有Access Denied
例外狀況。
刪除複寫群組 (主控台)
若要刪除具有複本的叢集,請參閱在 中刪除叢集 ElastiCache。
刪除複寫群組 (AWS CLI)
使用 命令 delete-replication-group 刪除複寫群組。
aws elasticache delete-replication-group --replication-group-id
my-repgroup
隨即出現提示,請您確認該項決定。輸入 y (是) 來立即啟動操作。在程序啟動後,便無法復原。
After you begin deleting this replication group, all of its nodes will be deleted as well.
Are you sure you want to delete this replication group? [Ny]y
REPLICATIONGROUP my-repgroup My replication group deleting
刪除複寫群組 (ElastiCache API)
Call DeleteReplicationGroup 搭配 ReplicationGroup
參數。
範例
https://elasticache.us-west-2.amazonaws.com/ ?Action=DeleteReplicationGroup &ReplicationGroupId=my-repgroup &Version=2014-12-01 &SignatureVersion=4 &SignatureMethod=HmacSHA256 &Timestamp=20141201T220302Z &X-Amz-Algorithm=&AWS;4-HMAC-SHA256 &X-Amz-Date=20141201T220302Z &X-Amz-SignedHeaders=Host &X-Amz-Expires=20141201T220302Z &X-Amz-Credential=<credential> &X-Amz-Signature=<signature>
注意
若您將 RetainPrimaryCluster
參數設為 true
,便會刪除所有僅供讀取複本,但仍會保留主要叢集。