简体   繁体   English

S3通知在其他区域调用sns主题

[英]S3 Notifications invoke sns topic in other region

我有一个存储桶,该存储桶已从与该存储桶相同的区域中配置了sns主题作为通知,是否有任何方法可以配置其他区域中的sns主题以在发生s3事件时调用

To test this situation I did the following: 为了测试这种情况,我做了以下工作:

  • Created an SNS topic in Singapore region 在新加坡地区创建了一个SNS主题
  • Create an S3 bucket in Sydney region 在悉尼地区创建一个S3存储桶
  • Configured events on the S3 bucket to point to the ARN of the SNS topic (in Singapore) 在S3存储桶上配置的事件指向SNS主题的ARN(在新加坡)

The console gave this message: 控制台发出此消息:

The bucket and bucket destination service need to be in the same region 桶和桶目标服务必须位于同一区域

So, it would appear that the answer is no . 因此,看来答案是否定的

An alternative: 替代:

  • Push to SNS in the same region, have that trigger a Lambda function which then sends a message to SNS in another region 推送到同一区域中的SNS,触发Lambda函数,然后向另一区域中的SNS发送消息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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