Skip to content

default config results in a cloudformation creation error #1

@aaronwalker

Description

@aaronwalker

Am getting the following cloudformation error using the default config

CREATE_FAILED | AWS::ElastiCache::ReplicationGroup | RedisReplicationGroup | Property NumCacheCluster cannot be defined along with Properties NumNodeGroups, ReplicasPerNodeGroup or NodeGroupConfiguration

here the cfhighlander definition

  Component template: '[email protected]', name: 'redis' do
    parameter name: 'DnsDomain', value: root_dns_domain
    parameter name: 'CacheInstanceType', value: 'cache.t2.micro'
    parameter name: 'SnapshotRetentionLimit', value: 0
  end

It works if a change

NumCacheClusters Ref(:CacheClusters)

to

NumCacheClusters FnIf(:Cluster, Ref(:CacheClusters), Ref('AWS::NoValue'))

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions