Leave a Reply 13

Your email address will not be published. Required fields are marked *


harry999

harry999

It should be:
Can the string value of ‘key’ be prefixed with aws?
answer is NO

seenagape

seenagape

I choose A

PRATIBHA DEEPTI

PRATIBHA DEEPTI

so was the answer correct

j

j

strictly it cannot be prefixed with “aws:”, so it could be prefixed with “aws”

Kamran

Kamran

C case the question is asking aws the limit is on aws: please note the : at the end

Key -> (string)
A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with “aws:” or “rds:”. The string can only contain only the set of Unicode letters, digits, white-space, ‘_’, ‘.’, ‘/’, ‘=’, ‘+’, ‘-‘ (Java regex: “^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$”).
Value -> (string)
A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with “aws:” or “rds:”. The string can only contain only the set of Unicode letters, digits, white-space, ‘_’, ‘.’, ‘/’, ‘=’, ‘+’, ‘-‘ (Java regex: “^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$”).

Ganesh Ghube

Ganesh Ghube

Can the string value of ‘Key’ be prefixed with aws?

Answer is = A

The following list describes the characteristics of a DB instance tag.

The tag key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with “aws:” or “rds:”. The string may contain only the set of Unicode letters, digits, white-space, ‘_’, ‘.’, ‘/’, ‘=’, ‘+’, ‘-‘ (Java regex: “^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$”).
The tag value is an optional string value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with “aws:”. The string may contain only the set of Unicode letters, digits, white-space, ‘_’, ‘.’, ‘/’, ‘=’, ‘+’, ‘-‘ (Java regex: “^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$”).
Values do not have to be unique in a tag set and can be null. For example, you can have a key-value pair in a tag set of project/Trinity and cost-center/Trinity.

AWS Admin

AWS Admin

C is correct.. prefix with aws: is not allowed

AWS User

AWS User

C is correct.. prefix with aws: is not allowed

abhayk84

abhayk84

The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with “aws:” or “rds:”.

abhayk84

abhayk84

Answer is A

Ganesh Ghube

Ganesh Ghube

A.
No

RP

RP

Is this atypo..?
“laws” is not same as restricted “aws:”.
if it is “laws”, Answer is C.
If it is “aws:”, Answer is A.