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
preguntada hace 2 años293 visualizaciones
1 Respuesta
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

respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas