Creating ADOT via cli, getting an error with aws cli Unknown options: --configuration-values,

0

Based on https://docs.aws.amazon.com/eks/latest/userguide/deploy-collector-advanced-configuration.html

demo % aws eks create-addon \
    --cluster-name observability \
    --region us-west-2 \
    --addon-name adot \
    --addon-version v0.66.0-eksbuild.1 \
    --configuration-values configuration-values.json

usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:

  aws help
  aws <command> help
  aws <command> <subcommand> help

Unknown options: --configuration-values, configuration-values.json

Cli is not considering configuration-values

AWS
asked a year ago304 views
1 Answer
0

upgrade the Aws Cli to the latest version aws-cli/2.10.3 Python/3.9.11 Darwin/22.3.0 exe/x86_64 prompt/off

AWS
answered a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year ago
  • Also add 'file://' before the file name.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions