Closed zaro0508 closed 2 years ago
That template is meant to be used in different accounts. You can't use stack exports across accounts.
We deploy our templates with org-formation and that tool has a feature, CopyValue, that allows us to reference stack exports across AWS accounts.
Oh that's pretty cool. I never heard of that.
The
CloudWatch2S3-additional-account
template has some dependencies on resources created from theCloudWatch2S3
template. However the Outputs in CloudWatch2S3 do not contain exports therefore it cannot be referenced across stacks. It would be great if exports were defined for the Outputs.