【发布时间】:2021-01-23 00:06:10
【问题描述】:
尝试使用 aws cli 创建标记项目。
aws ec2 create-security-group --group-name $group_name --description $my_description
我无法解析documentation
--tag-specifications (list)
我试过了
--tag-specifications KEY=Name,Value=$something
and --tags Key=Name,Value=$something
and --tags [Key=Name,Value=$something]
and --tags {[Key=Name,Value=$something]}
【问题讨论】:
标签: amazon-web-services tags aws-cli