aws-cudos-framework-deployment icon indicating copy to clipboard operation
aws-cudos-framework-deployment copied to clipboard

Aggregation CFN template for Data Exports

Open AWS-ZachErdman opened this issue 10 months ago • 3 comments

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.

AWS-ZachErdman avatar Apr 17 '24 00:04 AWS-ZachErdman

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.

Screenshot 2024-04-14 at 7 37 25 PM

AWS-ZachErdman avatar Apr 17 '24 18:04 AWS-ZachErdman

@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.

image

AWS-ZachErdman avatar Apr 19 '24 08:04 AWS-ZachErdman

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.

iakov-aws avatar Apr 19 '24 08:04 iakov-aws

Great job @AWS-ZachErdman and @petrokashlikov ! Awesome contribution that will help many customers.

iakov-aws avatar Jun 11 '24 19:06 iakov-aws