Open andrejmaya opened 4 years ago
That should be necessary. I added lambda policy to deployment CF template. That should solve your problem. Please check it and let me know
Hi @RemekHet, unfortunately the Permission only won't help. Have you saw my pull request https://github.com/aws-samples/aws-control-tower-account-factory/pull/2 ? This solves the problem
I tested couple time and it works for me. I'm not sure how your solution solves problem - if I get this correctly you just removed notification from bucket creation. If so, how you adding notification to bucket?
yes that's fine. Check out my other pull request here: https://github.com/aws-samples/aws-control-tower-account-factory/pull/4
Otherwise you can start CFT with empty parameters
When I deploy the
control-tower-account-factory-solution.yml
CFT withCreateConfigurationBucket
parameter set to true I get anUnable to validate the following destination configurations
error message and the CFT deployment fails.The reason is that the
AccountFactoryFunction
Lambda Function must be created before the Bucket gets created.