aws-cudos-framework-deployment
aws-cudos-framework-deployment copied to clipboard
Aggregation CFN template for Data Exports
This commit adds a new cloudformation template to support CUR 2.0 in Data Exports with the same functionality as cur-aggregation.yaml
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Great work! I've added few comments inline. Also I see that PermissionsBoundary parameter and policy property excluded compare to current version. Is this intentional?
https://github.com/aws-samples/aws-cudos-framework-deployment/blob/02aec4cdda9e2e86e2b67b0e0ae315384a49be2a/cfn-templates/cid-cfn.yml#L211
@yprikhodko I had it in the version you shared with me, but it wasn't in the version that was present on Well Architected Labs website. It also kept causing errors for me when I tried to upload the template if I didn't specify anything in that field so I ended up just removing it.
We can add it back in if you'd like and know how to make it not error.
@yprikhodko and @iakov-aws have you seen this error before? I'm getting it when trying to run the CFN template outside of us-east-1
All other resources besides SourceS3 seem to be deploying correctly.
This might happen if you delete s3 in one region and then try to recreate in another one too soon with the same name. You can try changing prefix or wait a bit more.
Great job @AWS-ZachErdman and @petrokashlikov ! Awesome contribution that will help many customers.