本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
新增 S3 on Outposts 儲存貯體的標籤
您可以新增 S3 on Outposts 儲存貯體標籤,以追蹤個別專案或專案群組的儲存成本和其他條件。
注意
AWS 帳戶 建立儲存貯體的 擁有它,是唯一可以變更其標籤的 。
登入 AWS Management Console 並在 開啟 Amazon S3 主控台https://console.aws.amazon.com/s3/
。 -
在左側導覽窗格中,選擇 Outposts buckets (Outposts 儲存貯體)。
-
選擇包含您要編輯其標籤的 Outposts 儲存貯體。
-
選擇屬性索引標籤。
-
在 Tags (標籤) 下方,選擇 Edit (編輯)。
-
選擇 Add new tag (新增標籤),然後輸入 金鑰和選項值。
新增要與 Outposts 儲存貯體關聯的任何標籤,以追蹤個別專案或專案群組的條件。
-
選擇 Save changes (儲存變更)。
下列 AWS CLI 範例使用指定標籤 () 的目前資料夾中JSON的文件,將標記組態套用至 S3 on Outposts 儲存貯體
。若要使用此範例,請以您自己的資訊取代每個 tagging.json
。user input placeholder
aws s3control put-bucket-tagging --account-id
123456789012
--bucket arn:aws:s3-outposts:region
:123456789012
:outpost/op-01ac5d28a6a232904
/bucket/example-outposts-bucket
--tagging file://tagging.json
tagging.json
{ "TagSet": [ { "Key": "organization
", "Value": "marketing
" } ] }
下列 AWS CLI 範例會直接從命令列將標記組態套用至 S3 on Outposts 儲存貯體。
aws s3control put-bucket-tagging --account-id
123456789012
--bucket arn:aws:s3-outposts:region
:123456789012
:outpost/op-01ac5d28a6a232904
/bucket/example-outposts-bucket
--tagging 'TagSet=[{Key=organization,Value=marketing}]'
如需此命令的詳細資訊,請參閱 參考 put-bucket-tagging