Suan Kan

Results 11 comments of Suan Kan

Hi @lwillmeth, @jeremydaly, Please correct my understanding of this [AWS Dynamo doc](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.CoreComponents.html#HowItWorks.CoreComponents.PrimaryKey) which says: > Each primary key attribute must be a scalar (meaning that it can hold only a...

We are suffering from this problem too. As a workaround we had to come up with a very ugly solution: - Each Kong runs with custom nginx server block: ```...

The code which processes `deployment_targets` lists is absolutely different when we use `deploy_method: scp` and `deploy_method: stack_set`. For scp: ``` attach_ou_list = set( resource.deployment_targets.organizational_units) self.logger.debug( "[manifest_parser.parse_scp_manifest_v2] attach_ou_list: {} ".format( attach_ou_list))...

Hi @groverlalit Any plans to implement this anytime soon?

MANY THANKS GUYS!!! YOU'RE THE BEST!!! I'll be trying it out somewhere soon and will come back how it went.

Hi @groverlalit Any plans to implement this anytime soon?

Hi @balltrev , I created a quick fix which might be good to review and include: https://github.com/aws-solutions/aws-control-tower-customizations/pull/127

This is a highly desired feature for CfCT to be able to deploy StackSets concurrently. An alternative solution could be based on a dependencies graph so that user does not...

@balltrev is it possible to provide any probability and time for implementing this?

My apology for the late update on this. Tested on version v2.5.1 and flag `enable_stack_set_deletion: true` works as described for the StackSet resources which is great! This config parameter name...