100 days of AWS: create snapshot from ebs volume

Hello, I’m trying to do 100 days of cloud, aws. The lab asks to create a snapshot of an ebs volume and add a description and a tag name.

I’ve done that with CLI using : aws ec2 create-snapshot --volume-id vol-good volume id --description ‘correct description’ --tag-specifications ‘ResourceType=snapshot,Tags=[{Key=name,Value=good value}]’
with correct volume-id from a describe-volumes command.
I’ve also tried directly from the aws interface.

I get the same error message at the end

I don’t understand what I am doing wrong.

Hi @benoit

I tried this on Console, and it worked fine at my end.

Thank you, did you put your tag Name with a N? I think that’s what I did wrong by putting it as “name”.