简体   繁体   中英

AWS CloudWatch logs in multiple regions

I created a lambda function in us-east-1 and sns topic to send notifications to a slack channel.

Now I also want to use logs from a service in us-west-2 to trigger the notifications but I can't because they are in different regions.

Whats the best way to handle this? I could just copy the Lambda function/sns topic into us-west-2 but that seems redundant....

Thanks

I decided to go with separate lambda functions in each region.

Since Network Manager is only available in US West 2 and the messages being processed will be specific to that region.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM