【发布时间】:2021-11-26 08:51:51
【问题描述】:
我想为 redshift 集群创建一个子网组:我找到了这个模板:
RedshiftClusterSubnetGroup:
Type: AWS::Redshift::ClusterSubnetGroup
Properties:
Description: Cluster subnet group
SubnetIds:
- !Ref SubnetA
- !Ref SubnetB
假设我有两个已经存在的子网名称是:subnetA 和subnet B 如果我不想从模板创建子网,如何使用它?
【问题讨论】:
标签: amazon-web-services amazon-cloudformation aws-cloudformation-custom-resource