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.



