RakeshKalwa
RakeshKalwa

Reputation: 781

AWS S3tablebucket error - aws: error: argument command: Invalid choice on AWS CLI 2

I am following the AWS documentation for working with AWS S3 tables : https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-getting-started.html

How ever, when i try to command as described in the tutorial

aws s3tables create-namespace \ --table-bucket-arn arn:aws:s3tables:us-west-2:XXXXXXXX:bucket/XXXXX-s3-table-bucket \ --namespace XXXXXX_namespace

i get the following error:

aws: error: argument command: Invalid choice, valid choices are:

My setup:

AWS CLI Version: aws-cli/2.17.46 Python/3.11.9 Windows/10 exe/AMD64

Can anyone help me understand what i might be missing?

Thanks in advance!

Upvotes: 0

Views: 23

Answers (0)

Related Questions