DynamoDB regularly recieve error: "The AWS Access Key Id needs a subscription for the service"

DynamoDB regularly recieve error: "The AWS Access Key Id needs a subscription for the service"

我 运行 遇到了 aws 的 dynamoDB 的一个奇怪问题。

通常 dynamoDB aws UI 和 API 调用 return 会出现以下错误:

The AWS Access Key Id needs a subscription for the service

我感觉这是一个与 aws 相关的问题,因为它发生在 UI 中,并且只有十分之一的 api 调用失败并显示消息。任何建议的解决方案将不胜感激。

API 错误:

An uncaught Exception was encountered

Type: Aws\DynamoDb\Exception\DynamoDbException

Message: Error executing "PutItem" on "https://dynamodb.us-west-2.amazonaws.com"; AWS HTTP error: Client error: `POST https://dynamodb.us-west-2.amazonaws.com` resulted in a `400 Bad Request` response: {"__type":"com.amazon.coral.service#SubscriptionRequiredException","message":"The AWS Access Key Id needs a subscription (truncated...) SubscriptionRequiredException (client): The AWS Access Key Id needs a subscription for the service - {"__type":"com.amazon.coral.service#SubscriptionRequiredException","message":"The AWS Access Key Id needs a subscription for the service"}

UI 错误:

The AWS Access Key Id needs a subscription for the service (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: SubscriptionRequiredException; Request ID: ...

经过一些研究,我认为 "The AWS Access Key Id needs a subscription for the service" 错误是由您必须选择加入每项服务时创建的旧帐户引起的。

有关详细信息,请参阅此论坛 post、forums.aws.amazon.com/message.jspa?messageID=609804

在创建一个全新的 AWS 账户后,我还没有收到过一次错误,仍在等待是否可以在我的旧账户中解决它。