AWS CLI redshift authorize-endpoint-access 给出 'Invalid choice' 错误

AWS CLI redshift authorize-endpoint-access gives 'Invalid choice' error

我正在尝试为 aws cli redshift 授权端点访问命令。

我的命令是

aws redshift authorize-endpoint-access --profile djis --cluster-identifier redshift-cluster-tf --account 123123123123

它给了我错误:

Invalid choice: 'authorize-endpoint-access', maybe you meant:

* authorize-snapshot-access

但是这里是命令的documentation(命令存在)

我的cli版本是aws-cli/2.0.54

我做错了什么?

解决方案非常简单。如本 issue.

中所述,该命令已添加到版本 2.1.34 中

所以,需要升级 cli。