-
Notifications
You must be signed in to change notification settings - Fork 1
feat(cloudlogs): add cross account support #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
modules/log_ingestion.s3.cft.yaml:148
- [nitpick] Consider updating 'CloudlogsS3Access' to 'CloudLogsS3Access' for consistent capitalization across the template.
- Sid: "CloudlogsS3Access"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly comments around using soon-to-be-deprecated parameter.
| default: Bucket Account ID | ||
| TopicAccountId: | ||
| default: SNS Topic Account ID | ||
| OrganizationalUnitIds: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With include/exclude support for AWS, we want to avoid using this parameter since it will be deprecated soon anyway.
Could you please update this to use the new parameters instead as this? we should start adding org install support to cloud-logs using the new params.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this for now. This support for all new installs with new include/exclude based parameters can be added in a separate PR.
| default: Bucket Account ID | ||
| TopicAccountId: | ||
| default: SNS Topic Account ID | ||
| OrganizationalUnitIds: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this for now. This support for all new installs with new include/exclude based parameters can be added in a separate PR.
Support cross-region and cross-accounts deployments for Cloud Logs integration
Changes:
This allows the module to work correctly when the S3 bucket and SNS topic are in different regions