在 C# 中创建 Amazon SQS 时设置区域
我对云计算世界(包括亚马逊网络服务)非常陌生,所以我有一个非常简单的问题:
- 创建亚马逊 sqs 时如何设置它的区域?默认区域是“美国西部(北加州)”。
谢谢!
I am very new in cloud computing world(including Amazon Web Service), so I have a very simple question:
- How do I set the region of a amazon sqs when I create it? The default region is "US-West (Northern California)".
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现在有一种更好的方法,即使用 Amazon.RegionEndpoint 类而不是使用 url 字符串。 Visual Studio 智能感知将为您提供所有区域。
此外,您不需要在参数中传递 appConfig["AWSAccessKey"],只要您在 app.config 中定义了它即可。它会找到它。
There's a better way to do it now that uses the Amazon.RegionEndpoint class rather than using a url string. The Visual Studio intellisense will give you all the regions.
Also, you don't need to pass the appConfig["AWSAccessKey"] in the parameters as long as you have it defined in the app.config. It'll find it.
经过深入研究,我找到了解决方案:
区域和网址为:
来源:http://aws.amazon.com/sqs/faqs/#What_is_the_EU_End-Point
After a deep research I found the solution:
The regions and urls are:
Source: http://aws.amazon.com/sqs/faqs/#What_is_the_EU_End-Point