Encountered unsupported property UpdatePolicy on ElastiCache::ReplicationGr

0

I'm getting "Encountered unsupported property UpdatePolicy" on AWS::ElastiCache::ReplicationGroup. According to https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html#cfn-attributes-updatepolicy-useonlineresharding it should be supported.

asked 3 years ago891 views
1 Answer
0

Whoops, I was incorrectly putting the UpdatePolicy under "Properties". It should be a top-level field, like so:

RedisCluster:
Type: AWS::ElastiCache::ReplicationGroup
UpdatePolicy:
UseOnlineResharding: !Ref UseOnlineResharding
Properties:
...

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions