Kevin Teague

Results 4 comments of Kevin Teague

Actually ... if the instance doesn't have network access, it won't be able to get to the S3 bucket for the S3 sync either. This would require setting up a...

If you leave az's blank in the segments with a EC2 NAT Gateway you get: ``` File "/Users/kteague/water/paco/src/paco/stack/stack_group.py", line 86, in add_new_stack stack.template = template_class(stack, self.paco_ctx, **extra_context) File "/Users/kteague/water/paco/src/paco/cftemplates/security_groups.py", line...

This is a little thornier than I thought. If you delete the CloudFormation, the LogGroups are deleted. However, if the LogGroups stack is deleted, but instances are still running which...

Another solution that could solve this feature is to have Paco detect if any of the LogGroups already exist, and if so it does a CloudFormation Import on those groups,...