AWS cloudformation - Redshift Cluster subnet group

0

Hi Is there a possibility to provide Cluster subnet group name. it allow for other services like DMS and RDS, is there way to provide Cluster subnet group name for Redshift. Please let know.

Type: AWS::Redshift::ClusterSubnetGroup
Properties: 
  Description: String
  SubnetIds: 
    - String
  Tags: 
    - Tag
asked 2 years ago281 views
1 Answer
0

Looks like there is currently no way to set a custom name natively with CloudFormation. You can get the auto-generated name value, though, by calling Ref. You could also open an issue on the CloudFormation roadmap to get this supported -> https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues?q=is%3Aissue+is%3Aopen+redshift

Cheers

answered 2 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