updating FN

This commit is contained in:
2020-04-29 17:20:47 +01:00
parent b14dae8080
commit 35f0468deb
2 changed files with 19 additions and 1 deletions

18
todo.md
View File

@@ -58,3 +58,21 @@ Can we use cloudformation functions (imports) in .config files under option_sett
Append the stackname to the outputs for the VPC and Subnets
!Sub "${AWS::StackName}-VPCID"
Name: !Sub "${AWS::StackName}-ELBStrapiPublicVPC"
Name: !Sub "${AWS::StackName}-ELBStrapiSubnet0"
Name: !Sub "${AWS::StackName}-ELBStrapiSubnet1"
Name: !Sub "${AWS::StackName}-ELBStrapiSubnet2"
temp-vpc-ELBStrapiPublicVPC
temp-vpc-ELBStrapiSubnet0
temp-vpc-ELBStrapiSubnet1
temp-vpc-ELBStrapiSubnet2
{ "Fn::ImportValue": "awseb-e-abcdefghijklmno-AutoScalingGroup" }
Use join for subnets Name: !Join [ ":", [ !Ref "AWS::StackName", AccountVPC ] ]
Updating 07 config to accept a parameter