aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 56 forks source link

AWS::ElastiCache::User-Passwords-ssm-secure #728

Closed ipmb closed 3 years ago

ipmb commented 3 years ago

2. Scope of request

Support ssm-secure dynamic reference on the Passwords property on an ElastiCache User.

3. Expected behavior

A dynamic reference to a secure SSM parameter can be used to specify an ElastiCache User Password in the same way it can be used to specify an AuthToken on a ReplicationGroup.

5. Helpful Links to speed up research and evaluation

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-user.html

6. Category

DB

ipmb commented 3 years ago

Looks like #227 is a generalized version of this.