Fred Reimer

Results 21 comments of Fred Reimer

I also converted everything over to Terraform except the PaGroupCft.json file, and will be submitting a PR once I clean it up a bit.

in commonLambdaFunctions.py: ``` def createVgwAttachToVpc(vpcId, vgwAsn, region, paGroup): """Creates a VGW and attach it to the VPC, returns VgwId """ try: tags = [{'Key': 'Name', 'Value': paGroup}] import time ec2Connection...

Please flag as feature to use BYOL instead of PAYG.

There is a general problem with passing the CIDR for the DMZ through to the code that is used to configure the firewall. See #7 . Generally what this means...

This is fixed by commit 2c3c5947caf4712c38e475fdaba9715afe4d91ce . Please close.

Those parameters are not even used anywhere in the CFT for paGroupCft, other than an Output, so they can be removed and/or ignored.

Upon further investigation, it looks like the subnet CIDR and gateway is "pass through" to the Outputs of the CF stack, and those Outputs are used in configuring the firewall....

This should be fixed by #21 commit afc7bbb, testing now.

Have you checked the screenshot in AWS EC2 of the PA instances when they are booting, and verified that they are bootstrapping successfully? You can check the userdata for the...

We need this also. As far as a new builder, I'm not sure. Documentation on the existing builder says you can include vapp properties, which should cover any properties in...