我已经阅读过有关区域字符串的问题。 Community AMIs
但是我在亚马逊控制台中尝试了所有可能的页面,但仍然无法找到用于初始化服务对象的区域字符串。
下面是S3管理控制台,它显示了区域,但我需要精确的区域字符串来初始化s3对象。我不能使用"美国东部(弗吉尼亚北部)"
Configuring region in Node.js AWS SDK
var s3 = new AWS.S3({
apiVersion: '2006-03-01',
region: 'us-east-1', // where can I find this string???
accessKeyId: 'AKIAJTZxxxxxxxxxxxxxxx',
secretAccessKey: 'xxxxxxxxxxxxxxxxxxxx'})
我正在尝试找到我可以在哪里映射美国东部(弗吉尼亚北部)'我们 - 东 - 1'我在哪里可以找到它?
答案 0 :(得分:3)
AWS Regions and Endpoints列出了所有地区。
目前: