gpt4 book ai didi

amazon-web-services - 无法通过 CLI 创建 FIFO SQS

转载 作者:行者123 更新时间:2023-12-03 18:14:58 27 4
gpt4 key购买 nike

我正在尝试使用 CLI 创建 FIFO,但出现错误

aws sqs create-queue --queue-name my-queue.fifo --attributes FifoQueue=true --region us-east-1

An error occurred (InvalidAttributeName) when calling the CreateQueue operation: Unknown Attribute FifoQueue.

The doc page说这是一个有效的属性。我错过了什么?

最佳答案

SQS FIFO 队列是推出时在弗吉尼亚北部不可用的稀有服务之一。

见:https://aws.amazon.com/about-aws/whats-new/2016/11/amazon-sqs-introduces-fifo-queues-with-exactly-once-processing-and-lower-prices-for-standard-queues/

FIFO queues are now available in the US East (Ohio) and US West (Oregon) regions, with more regions to follow.



尝试在受支持的区域之一中运行该命令。

俄亥俄州:
aws sqs create-queue --queue-name my-queue.fifo --attributes FifoQueue=true --region us-east-2

俄勒冈州:
aws sqs create-queue --queue-name my-queue.fifo --attributes FifoQueue=true --region us-west-2

更新:如今,北弗吉尼亚已支持 FIFO SQS 队列。

关于amazon-web-services - 无法通过 CLI 创建 FIFO SQS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43484132/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com