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 22 days ago15 views
1 Answers
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 22 days ago
Relevant questions
AWS cloudformation - Redshift Cluster subnet group
asked 22 days agoCan't create DMS Instance with The Replication Subnet Group already exists
asked 2 years agoCan't select subnet at DocumentDB
asked 3 years agoRedshift - Why does Node of redshift cluster in private subnet has public IP.
asked a month agomoving rds aurora serverless from Public subnet to private subnet within same VPC
asked a month agoIs there any way to move existing database instance to a new cluster?
asked 3 months agoinbound rule of security group for EC2 Instance in private subnet
asked 7 months agoDMS CDC to Redshift during cluster resize
Accepted Answerasked 2 years agoCan't connect to RDS database from remote
asked 5 months agoConnect to Redshift (in private Subnet) using Lambda
Accepted Answer