spete
spete
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html#service_scheduler_daemon states: _Amazon ECS reserves container instance compute resources including CPU, memory, and network interfaces for the daemon tasks. When you launch a daemon service on a cluster with other...
Thanks - will have a look and see if I can extend the hook.
Hi @zaro0508 - The hook deals with StackProtection in AWS. I'm referencing to sceptre/sceptre/plan/actions.py -> def _protect_execution(self) which checks the config parameter "protect: true" and prevents create, update and launch....
Thanks Jacob - that would help. Trying to do the same thing as you.
I tried something like this but got error: if not isinstance(key, collections.Hashable) My config has ``` template_path: test.yaml parameters: param1: !custom_resolver {{ stack_group_config.param2 }} param2: value2 ``` I'm trying to...
stack_group_config isn't what I need. I'm trying to forward an existing stack output from a different stack to a custom resolver. Alternative trying to read another config parameter in the...
Thanks - I wouldn't know how to do this otherwise if not using a !stack_output to feed into a custom resolver and/or have the custom resolver read the other config...
@nabeelamjad - Did you get a chance to look at this or need more information?
Cool - I'm around, so let me know what I can help with
Thanks - appreciated. If you need any more information let me know. > On 17 Dec 2018, at 08:33, nabeelamjad wrote: > > This seems a little bit more complicated...