Score:0

Cloudformation For SG

ar flag

need to create SG for mutiple VPCs using cloudformation with out hard coding vpc ids in SG below is example with hard coded vpc but is there way u can get VPC id from mapping or anyother logic

MySecurityGroup:
     Type: AWS::EC2::SecurityGroup
     Properties:
       GroupDescription: My Security Group
       VpcId:
         - VpcId1
         - VpcId2
         - VpcId3
       SecurityGroupEgress:
         - IpProtocol: -1
           CidrIp: 0.0.0.0/0
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.