gpt4 book ai didi

aws-cloudformation - 是否可以重用cloudformation模板中的现有路由表

转载 作者:行者123 更新时间:2023-12-03 07:34:27 25 4
gpt4 key购买 nike

我正在编写一个 cft 来连接 dynamodb uisng vpcEndpoint。

      DynamoDBEndpoint:
Type: "AWS::EC2::VPCEndpoint"
Properties:
RouteTableIds:
- !Ref PublicRouteTable
- !Ref Private0RouteTable
- !Ref Private1RouteTable
- !Ref Private2RouteTable
ServiceName:
!Sub "com.amazonaws.${AWS::Region}.dynamodb"
VpcId: !Ref VPC

Parameters:
vpcId:
Description: Choose the existing one
Type: AWS::EC2::VPC::Id

我通过使用参数获取现有的 vpcId,有什么方法可以利用我现有的路由表,请建议我如何定义此引用 PublicRouteTable 和引用 PrivateRouteTable 。

最佳答案

您的参数 vpcId 有效,因为它使用属于 Supported AWS-specific parameter typesAWS::EC2::VPC::Id 类型在 CloudFormation 中。

遗憾的是,CloudFormation does not support路由表的类似类型。指定参数时,您必须在控制台中手动输入路由表 ID。

关于aws-cloudformation - 是否可以重用cloudformation模板中的现有路由表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67874155/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com