【发布时间】:2013-12-15 20:33:39
【问题描述】:
我在创建 Amazon Route 53 客户端调用时遇到 amazon sdk for .net 问题
AWSClientFactory.CreateAmazonRoute53Client(AccessKeyID, SecretAccessKeyID);
我得到一个异常告诉
“未配置 RegionEndPoint 或 ServiceURL”。
还尝试了http://docs.aws.amazon.com/general/latest/gr/rande.html#r53_region 指示的区域端点,但没有结果。
谁能帮帮我?
【问题讨论】:
-
你的配置文件是什么样的?以及如何将其设置为要访问的服务 URL?
-
我正在关注这个教程 :) derpturkey.com/amazon-route53-c-examples 和这个 gist.github.com/j3tm0t0/2024833
标签: c# .net amazon-web-services amazon-route53