본문 바로가기
[AWS]/AWS SAP EXAMTOPICS

[AWS][SAP] Question 13

by METAVERSE STORY 2022. 8. 19.
반응형

 

 

Which of the following is not a suitable tag key/value combination when adding a tag to an instance?

  • A. Key : "aws" Value:"aws"
  • B. Key: "aws:name" Value: "instanceAnswer: Aws"
  • C. Key: "Name :aws" Value: "instanceAnswer: Aws"
  • D. Key : "nameAnswer: Aws" Value:"aws:instance"

 

 

한글 번역

다음 중 인스턴스에 태그를 추가할 때 적합한 태그 키/값 조합이 아닌 것은 무엇입니까?

  • A. Key : "aws" Value:"aws"
  • B. Key: "aws:name" Value: "instanceAnswer: Aws"
  • C. Key: "Name :aws" Value: "instanceAnswer: Aws"
  • D. Key : "nameAnswer: Aws" Value:"aws:instance"

 

 

 

 

 

 

 

정답

  • B. Key: "aws:name" Value: "instanceAnswer: Aws"

 

해설

Tag restrictions

The following basic restrictions apply to tags:

  • Maximum number of tags per resource – 50
  • For each resource, each tag key must be unique, and each tag key can have only one value.
  • Maximum key length – 128 Unicode characters in UTF-8
  • Maximum value length – 256 Unicode characters in UTF-8
  • Allowed characters
    • Although EC2 allows for any character in its tags, other services are more restrictive. The allowed characters across services are: letters (a-z, A-Z), numbers (0-9), and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
    • If you enable instance tags in instance metadata, instance tag keys can only use letters (a-z, A-Z), numbers (0-9), and the following characters: + - = . , _ : @. Instance tag keys can't contain spaces or /, and can't comprise only . (one period), .. (two periods), or _index. For more information, see Work with instance tags in instance metadata.
  • Tag keys and values are case-sensitive.
  • The aws: prefix is reserved for AWS use. If a tag has a tag key with this prefix, then you can't edit or delete the tag's key or value. Tags with the aws: prefix do not count against your tags per resource limit.

 

 

태그 제한사항

태그에는 다음과 같은 기본 제한이 적용됩니다.

리소스당 최대 태그 수 – 50개

각 리소스에 대해 각 태그 키는 고유해야 하며 각 태그 키는 하나의 값만 가질 수 있습니다.

최대 키 길이 – UTF-8의 유니코드 문자 128자

최대 값 길이 – UTF-8의 유니코드 문자 256자

허용된 문자

EC2는 태그의 모든 문자를 허용하지만, 다른 서비스는 더 제한적이다. 서비스 전체에서 허용되는 문자는 UTF-8로 나타낼 수 있는 문자(a-z, A-Z), 숫자(0-9) 및 공백이며, 다음 문자는 + - = . _ : / @입니다.

인스턴스 메타데이터에서 인스턴스 태그를 사용하도록 설정한 경우 인스턴스 태그 키는 문자(a-z, A-Z), 숫자(0-9) 및 다음 문자만 사용할 수 있습니다. + - = . , _: @. 인스턴스 태그 키는 공백 또는 /를 포함할 수 없으며 .(1개 마침표), ..(2개 마침표) 또는 _index만 포함할 수 없습니다. 자세한 내용은 인스턴스 메타데이터에서 인스턴스 태그 작업을 참조하십시오.

태그 키 및 값은 대소문자를 구분합니다.

aws: 접두사는 AWS용으로 예약되어 있습니다. 태그에 이 접두사가 있는 태그 키가 있으면 태그의 키 또는 값을 편집하거나 삭제할 수 없습니다. 접두사가 aws:인 태그는 리소스 제한당 태그에 포함되지 않습니다.

 

 

 

참조 문서

Tag your Amazon EC2 resources - Amazon Elastic Compute Cloud

 

Tag your Amazon EC2 resources - Amazon Elastic Compute Cloud

To help you manage your instances, images, and other Amazon EC2 resources, you can assign your own metadata to each resource in the form of tags. Tags enable you to categorize your AWS resources in different ways, for example, by purpose, owner, or environ

docs.aws.amazon.com

 

반응형

'[AWS] > AWS SAP EXAMTOPICS' 카테고리의 다른 글

[AWS][SAP] Question 23  (0) 2022.09.14
[AWS][SAP] Question 20  (1) 2022.09.13
[AWS][SAP] Question 22  (0) 2022.09.13
[AWS][SAP] Question 14  (0) 2022.08.22
[AWS][SAP] Question 12  (0) 2022.08.16
[AWS][SAP] Question 11  (0) 2022.08.16
[AWS][SAP] Question 10  (0) 2022.08.12
[AWS][SAP] Question 9  (0) 2022.08.12

댓글