【发布时间】:2020-05-05 18:27:42
【问题描述】:
我是 AWS 新手,我正在尝试使用 kops 部署 Kubernetes 以用于一些教程目的。
为此,我正在使用试用 AWS 账户,并开始关注 this practical guide 来执行此操作,但我对此命令有疑问:
kops create cluster --node-count=2 --node-size=t2.medium --zones=us-east-1a
这给了我以下错误:
I0119 16:14:49.647701 13949 create_cluster.go:517] Inferred --cloud=aws from zone "eu-west-3a"
error populating configuration: error querying for valid AZs in "eu-west-3" - verify your AWS credentials. Error: UnauthorizedOperation: You are not authorized to perform this operation.
status code: 403, request id: a1f6e99f-76d6-4c3f-95bb-416cc2d67f2e
我想知道这是否与我的试用 AWS 帐户导致访问受限无关!
【问题讨论】:
-
您能否确认AWS S3存储桶、默认区域名称和区域设置了相同的区域?
-
@PjoterS 我的 S3 存储桶位于美国东部,北弗吉尼亚
标签: amazon-web-services amazon-s3 kubernetes kops