Skip to content
Discussion options

You must be logged in to vote

This is actually a bit tricky to do since CloudWatch Logs doesn’t natively support cross account access, making it a bit of a headache to consolidate the logs. There are a couple of workarounds, but none of them are particularly easy to implement, and we don't really have modules that make the process any easier.

  • Use Lambda and CloudWatch Log Subscription Filters. In this approach, you can create a Lambda function that does the cross account migration process for you. You will want to define a new Lambda function that is able to assume a role in the logs account to push the logs from the app account to a CloudWatch Log Group in the logs account. You can then hook this up to the source L…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vj396
Comment options

@yorinasub17
Comment options

Answer selected by yorinasub17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment