gpt4 book ai didi

amazon-web-services - 如果 InstanceSecurityGroup 的 VPCID 为 String,如何导入堆栈

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

MySecurityGroup: 
Type: AWS::EC2::SecurityGroup
Properties:
GroupDescription: Allow http to client host
SecurityGroupIngress:
- IpProtocol: tcp
FromPort: 80
ToPort: 80
CidrIp: !Ref SSHLocation
SecurityGroupIngress:
- IpProtocol: tcp
FromPort: 443
ToPort: 443
CidrIp: !Ref SSHLocation
SecurityGroupIngress:
- IpProtocol: tcp
FromPort: 22
ToPort: 22
CidrIp: !Ref SSHLocation
VpcId:
- Fn::ImportValue: !Sub ${ExportVPCStack}-VPC

我收到一条错误消息,指出实例安全组的 VPCId 为字符串。

我怎样才能避免出现错误?

最佳答案

由于 -,您正在将 VpcId 创建为列表。应该是:

      VpcId: 
Fn::ImportValue: !Sub ${ExportVPCStack}-VPC

关于amazon-web-services - 如果 InstanceSecurityGroup 的 VPCID 为 String,如何导入堆栈,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71049053/

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