1 回答
- 最新
- 投票最多
- 评论最多
0
The error seems like the version of AWS CLI used does not support the "ListExtensionAssociations" API from AppConfig.
The AppConfig Extensions and ExtensionAssociations related API were introduced in AWS CLI v1.25.29. Please refer below AWS CLI github changelog:
(-) https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst
I would suggest updating the AWS CLI version on the machine and trying the command again or use CloudShell from AWS console.
(-) Update AWS CLI - https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
