by shigemk2

当面は技術的なことしか書かない

AWS::ElastiCache::ReplicationGroup NumNodeGroups

The AWS::ElastiCache::ReplicationGroup resource creates an Amazon ElastiCache Redis replication group. A Redis (cluster mode disabled) replication group is a collection of cache clusters, where one of the clusters is a primary read-write cluster and the others are read-only replicas.

これでRedisのクラスター(≒レプリケーショングループ)をつくることができる。

docs.aws.amazon.com