Assign Multiple Values to a Single key tag In AWS

0

I will like to know if it is possible to assign multiple values to a single key tag in AWS, especially for EC2 instances. Kindly advise.

3回答
0

No - single tag, single value. However you might consider using (say) a comma or semicolon as a delimeter and then parsing the tag value. Note that you shouldn't do this for billing tags.

What do you need multiple tag values for?

profile pictureAWS
エキスパート
回答済み 2年前
0

Hello

You can't simply, Each key must have Uniq Name, But you can do another way for example

Name-1  Project1
Name-2 Project1
Name-3 Project1
profile picture
GK
回答済み 2年前
0

You can have a tag with multiple value field of the tag. An example is mentioned in our documentation.

The example is with the tag 'team', where more than one team is associated to that resource.

team = Engineering:QA

The delimiter is ":", but could be other valid separators. Using this to control for access takes special consideration on how you craft your policy for those values.

profile pictureAWS
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ