标签: amazon-web-services amazon-ec2 boto aws-cli
我尝试使用awscli为ec2实例设置一个新名称:
aws ec2 create-tags --resources i-891053a1 --tags "Key=Name,Value=我的主機" 'ascii' codec can't decode byte 0xe6 in position 0: ordinal not in range(128)
当我用英语设置名字时,Eveything没问题,但非英语不起作用。我不知道该怎么做。有人成功吗?